![]() |
2010-10-27
, 20:25
|
Posts: 374 |
Thanked: 75 times |
Joined on Nov 2009
@ Hungary
|
#102
|
![]() |
2010-10-27
, 20:48
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#103
|
some games (asphalt5) need access to /media/internal - so put a sym link to :
mkdir -p /home/user/webos/gamesave
ln -s /home/user/webos/gamesave /media/internal
ciao
The Following User Says Thank You to aligatro For This Useful Post: | ||
![]() |
2010-10-27
, 20:51
|
Posts: 424 |
Thanked: 196 times |
Joined on Mar 2010
@ Sweden
|
#105
|
Didnt do anything special. I'm running pr1.3 with power kernel, game version 1.1.1. Since it looks like the error you are getting is SDL related you might try installing libsdl-net1.2 since a few games have needed it.
![]() |
2010-10-27
, 21:04
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#106
|
![]() |
2010-10-27
, 21:08
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#107
|
Monopoly crash when running as standard user. But will not crash if running as root from commandline!
What can be done to stopped this?
![]() |
2010-10-27
, 21:09
|
Posts: 345 |
Thanked: 117 times |
Joined on Jan 2010
@ uk
|
#108
|
![]() |
2010-10-27
, 21:13
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#109
|
The Following User Says Thank You to aligatro For This Useful Post: | ||
![]() |
2010-10-27
, 21:13
|
Posts: 51 |
Thanked: 13 times |
Joined on May 2010
@ Poland
|
#110
|
Where is everyone getting these ipk files from? Anyone got a link or something?
![]() |
Tags |
games, multi touch, palm pre, preenv, profile, reach page 250?, speed, yesssss |
Thread Tools | |
|
The games are trying to write to /media/internal
So you need a symlink that will point /media/internal to anywhere on your N900 filesystem. A good place for this is somewhere alongside your webos games. So a typical command would be "ln -s /home/user/webos /media/internal". Adjust the path to where you want your savegames to end up