kumarsiyer
|
2010-11-02
, 09:53
|
Posts: 2 |
Thanked: 0 times |
Joined on Nov 2010
|
#591
|
|
2010-11-02
, 11:50
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#592
|
|
2010-11-02
, 12:02
|
Posts: 208 |
Thanked: 91 times |
Joined on Jun 2010
|
#593
|
|
2010-11-02
, 12:10
|
|
Posts: 397 |
Thanked: 241 times |
Joined on Mar 2010
@ Melbourne, Australia
|
#594
|
i am trying to play monopoly but i get an error when i disable the shake to roll feature and press the back button - when i run from the console i get this:
SDLGL: Requested GL minor version 0 (ignored)
SDLGL: Requested GL major version 1
SDLGL: Called SetVideoMode(320, 480, 0, 0x2)
SDLGL: Requested OpenGL video mode
SDLGL: SDL_GLES initialized (res=0)
SDLGL: Asked if video mode 800x480x16 (0x90000000) is ok
PDL: Init: Service name is com.ea.app.monopoly
PDL: Screen dimming prevention ON
PDL: Application handles pause events
PDL: Switch orientation to 3
ACCEL: Opening accelerometer
PDL: Application asked for lang, giving en_GB
Segmentation fault
anyone knows why?
all the files in the monopolyclassic folder are symlinks to a folder in mydocs, except for the executable one (all the games are working this way).
Thanks.
|
2010-11-02
, 12:52
|
|
Posts: 133 |
Thanked: 51 times |
Joined on Jul 2010
@ Swiss
|
#595
|
|
2010-11-02
, 12:58
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#596
|
The Following User Says Thank You to aligatro For This Useful Post: | ||
|
2010-11-02
, 13:05
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#597
|
Hi there,
I was struggling with the very same problem for the past couple of nights, and just resolved it. The problem was the the save folder and it's contents are not writeable, and when you change an option, the app needs to make a change to some of the files and can't. So the solution is:
chmod -R 777 monopolyclassic/save
This will recursively give write access to everyone (i.e. user), and all works well. I've updated the Wiki (http://wiki.maemo.org/Preenv/FAQ#How...ith_an_icon.3F).
Now I'm trying to move it to MyDocs to save some space, problem is you can't change ownership in MyDocs (I think because it is NTFS fs). But I moved NFSUC in to MyDocs and game saves are working fine, so I'm hoping Monopoly will be fine too.
Cheers,
travla
EDIT: I just created symlinks to all directories under monopolyclassic, and it is working a treat - no crash on changing settings and game saves working. This saved 45mb of space, had to leave all files under monopolyclassic in /home/user/. I may have been able to create symlinks to each one of those (I saw someone had written a simple loop for this) but couldn't be bothered, only 15 mb...
|
2010-11-02
, 14:05
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#598
|
The Following User Says Thank You to aligatro For This Useful Post: | ||
|
2010-11-02
, 14:48
|
|
Posts: 397 |
Thanked: 241 times |
Joined on Mar 2010
@ Melbourne, Australia
|
#599
|
|
2010-11-02
, 15:09
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#600
|
Thanks for the tip Bratag, learning as I go. Do you recommend that I chown the top level game folder recursively (that has multiple games), or just the folders that a particular game needs to write to?