View Single Post
Posts: 539 | Thanked: 518 times | Joined on May 2010 @ nanaurbusiness
#661
Originally Posted by gizmo View Post
ok ive been trying to get hawx to work..i tried the instructions on wiki compatibility then found this but can get it to work due to a segmentation fault..can anyone help?..ive managed to get other games workin such as nfsu, asphalt5, sims3 and nova.

i used midnight commander to put the file into home/user not filebox does that matter?

also a gap in the code above on the ln -s part which dont seem right
The gap is correct and divides the source path from the target path.

Code:
ln -s /home/user/com.gameloft.app.hawx/ /media/cryptofs/apps/usr/palm/applications/
^means: link the folder
Code:
/home/user/com.gameloft.app.hawx/
with
Code:
/media/cryptofs/apps/usr/palm/applications/
so when the game is searching for its files in /media/cryptofs/apps/usr/palm/applications/ it will actually get them from /home/user/com.gameloft.app.hawx/ because the folders are linked.