The XaraLX Linux demo (XaraLX0.1.tbz2) crashes and burns when installed in the user's home directory and executed per instructions.

The problem is that it's looking for files in directory /Resources (note the leading slash) rather than in subdirectory $HOME/XaraLX/Resources

As a workaround I put a symbolic link in my root directory:
ln -s /home/me/XaraLX/Resources /Resources

The developers really ought to change the path reference in the demo code from /Resources to ./Resources (note the leading dot).