View Single Post
Posts: 10 | Thanked: 0 times | Joined on Jul 2010
#2130
Hi,

I have tried to get settlers working. Here is the output from the console:

Code:
[1|user@Nokia-N900|~]com-gameloft-app-settlers 
PDL: Playing music notification: Playing
PDL: Init: Preenv 0.1.7
PDL: Init: Service name is com.javispedro.preenv.Settlers
PDL: Main thread created
PDL: Screen dimming prevention ON
SDLGL: Called sdl_init with flags = 0x100030
SDLGL: Number of joysticks 1
SDLGL: Joystick 0 named Accelerometer
X11: PID is 22952
SDLGL: Requested GL major version 1
SDLGL: SDL_GLES initialized (res=0)
SDLGL: Ignoring doublebuffer preference 1
SDLGL: Requested GL minor version 1 (ignored)
SDLGL: Called SetVideoMode(320, 480, 0, 0x80000002)
SDLGL: Requested OpenGL video mode
SDLGL: Asked if video mode 800x480x16 (flags=0x80000000) is ok
SDLGL: Creating shadow surface (w=320, h=480)
PDL: Called GetUniqueID
PDL: Initializing device unique ID
On the screen, nothing shows, just a blank black screen.

Here we see permissions:

Code:
[1|root@Nokia-N900|/opt/preenv/usr/palm/applications]vdir com.gameloft.app.settlers/Settlers/
drwxrwxrwx    9 user     users        4096 Apr 22 09:08 .
drwxrwxrwx    3 user     users        4096 Apr 22 09:08 ..
drwxrwxrwx    2 user     users        4096 Apr 22 09:03 Config
-rw-r--r--    1 user     users       75487 May 11  2010 GUI.swf
drwxrwxrwx    2 user     users        4096 Apr 22 09:08 GameData
drwxrwxrwx    2 user     users        4096 Apr 22 09:02 Gfx
-rw-r--r--    1 user     users         894 May 11  2010 MAP_FONT_SMALL.ARRAY
drwxrwxrwx    4 user     users        4096 Apr 22 09:02 Map
drwxrwxrwx    2 user     users        4096 May 11  2010 Save
drwxrwxrwx    2 user     users        4096 Apr 22 09:03 Script
-rwxrwxrwx    1 user     users     5809207 May 11  2010 Settlers
drwxrwxrwx    2 user     users        4096 Apr 22 09:02 Snd
-rw-r--r--    1 user     users      172231 May 11  2010 doris.fnt
-rw-r--r--    1 user     users      133048 May 11  2010 font_small.bsprite
-rw-r--r--    1 user     users       35160 May 11  2010 justus.ttf
-rw-r--r--    1 user     users     2666436 May 11  2010 komatuna.ttf
-rw-r--r--    1 user     users      524348 May 11  2010 land.pvr
-rw-r--r--    1 user     users      348030 May 11  2010 spriteinfo.dat
-rw-r--r--    1 user     users   361252628 May 11  2010 sprites.bar
-rw-r--r--    1 user     users       11322 May 11  2010 strings.bar
-rw-r--r--    1 user     users      917435 May 11  2010 texts.bar
-rw-r--r--    1 user     users     4194364 May 11  2010 texture0.pvr
-rw-r--r--    1 user     users     2097212 May 11  2010 texture1.pvr
-rw-r--r--    1 user     users       94947 May 11  2010 texture10.bar
-rw-r--r--    1 user     users     2097212 May 11  2010 texture2.pvr
-rw-r--r--    1 user     users     2097212 May 11  2010 texture3.pvr
-rw-r--r--    1 user     users      524348 May 11  2010 texture4.pvr
-rw-r--r--    1 user     users      262204 May 11  2010 texture9.pvr
Here is my version of libsdlpre.so:
Code:
-rw-r--r--    1 root     root        79228 Apr 14 03:52 /opt/preenv/lib/libsdlpre.so
Suggestions?

qiet72