View Single Post
Posts: 13 | Thanked: 5 times | Joined on Mar 2010
#792
Originally Posted by jedi View Post
What happens when you try and run the game from Xterm?
Code:
$ preenv
$ cd /home/user/com.gameloft.app.hawx/hawx
$ ./hawx
By the way, there's numerous mistakes in the commands you've given, mainly with spaces missing or additonal spaces you don't need....
When I run from XT I get this error:

error while loading shared librarires: libSDL_net-1.2.so.0: cannot open shared object file: No such file or directory


By the way, I know there is errors, I actually used th code below:

I just copied the gamefolder com.gameloft.app.hawx to /home/user/ using Filebox

then entered xterm;


sudo gainroot

mkdir -p /media/cryptofs/apps/usr/palm/applications
ln -s /home/user/com.gameloft.app.hawx/ /media/cryptofs/apps/usr/palm/applications/
cd /home/user/com.gameloft.app.hawx/hawx
chown -R user:users /home/user/com.gameloft.app.hawx/hawx
chmod +rwx hawx
chmod -R 777 /home/user/com.gameloft.app.hawx/
preenv
desktopgen /home/user/com.gameloft.app.hawx/appinfo.json

Last edited by despat; 2010-11-30 at 11:15.