maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   Preenv webOS games compatibility list (https://talk.maemo.org/showthread.php?t=64392)

RenaldoTT 2010-11-07 15:45

Re: Preenv webOS games compatibility list
 
apt-get install libsdl_net-1.2

leetut 2010-11-07 16:10

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by RenaldoTT (Post 866016)
apt-get install libsdl_net-1.2

/home/user # apt-get install libsdl_net-1.2
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libsdl_net-1.2

RenaldoTT 2010-11-07 16:27

Re: Preenv webOS games compatibility list
 
Try libsdl_net1.2 or libsdl-net1.2 the spelling may be the issue, if those don't work, im not sure but try libsdl* to get all of them

tusharmax 2010-11-07 16:31

Re: Preenv webOS games compatibility list
 
its apt-get install libsdl-net1.2

leetut 2010-11-07 17:20

Re: Preenv webOS games compatibility list
 
thanks guys, without you all id be lost!

leetut 2010-11-07 19:27

Re: Preenv webOS games compatibility list
 
cant get nova sound to work like it did on pr 1.2 either
got a stuttering sound going on
dont know if any of this could be a clue to whats wrong:

home/user/com.gameloft.app.nova/nova # ./nova
SDLGL: called sdl_init with flags = 0x30
Home directory /home/user not ours.
X11: PID is 2997
SDLGL: Ignoring doublebuffer preference
SDLGL: Requested GL minor version 1 (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.javispedro.preenv.nova
PDL: Failed to initialize libosso
PDL: Switch orientation to 3
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
Home directory /home/user not ours.
CSourcesPool = 30
SOUND MEMORY BUFFERS : 191196
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
CINEMA: Init; window xid is 0x480000c
CINEMA: Will play "(null)"
CINEMA: Start playing now
CINEMA: Stop playing now
CINEMA: DeInit
SDLGL: Sending lose focus event
SDLGL: Sending gain focus event
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
SDLGL: Sending lose focus event
SDLGL: Sending gain focus event
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
SDLGL: Sending lose focus event
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
SDLGL: Called SDL_Quit
/home/user/com.gameloft.app.nova/nova # ./nova

badboyuk 2010-11-07 19:32

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by leetut (Post 866010)
this aint working for me after flashing fw1.3 on to phone, getting the same errors with nova too:
./hawx:
error while loading shared libraries: libSDL_net-1.2.so.0: cannot open shared object file: No such file or directory
does anyone know why its not working?

I followed that guide and its working :-) No errors or problems, got it working first try. I put the game folder in /home/user/applications/ as thats where all my other games are stored instead of /home/user/

javispedro 2010-11-07 19:56

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by leetut (Post 866202)
Home directory /home/user not ours.

You are:
a ) Either running as root,
b ) Ran too much stuff as root and your system is broken :D

badboyuk 2010-11-07 20:08

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by leetut (Post 866202)
cant get nova sound to work like it did on pr 1.2 either
got a stuttering sound going on
dont know if any of this could be a clue to whats wrong:

home/user/com.gameloft.app.nova/nova # ./nova
SDLGL: called sdl_init with flags = 0x30
Home directory /home/user not ours.
X11: PID is 2997
SDLGL: Ignoring doublebuffer preference
SDLGL: Requested GL minor version 1 (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.javispedro.preenv.nova
PDL: Failed to initialize libosso
PDL: Switch orientation to 3
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
Home directory /home/user not ours.
CSourcesPool = 30
SOUND MEMORY BUFFERS : 191196
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
CINEMA: Init; window xid is 0x480000c
CINEMA: Will play "(null)"
CINEMA: Start playing now
CINEMA: Stop playing now
CINEMA: DeInit
SDLGL: Sending lose focus event
SDLGL: Sending gain focus event
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
SDLGL: Sending lose focus event
SDLGL: Sending gain focus event
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
SDLGL: Sending lose focus event
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
PDL: Init: Service name is com.javispedro.preenv.nova
PDL: Failed to initialize libosso
SDLGL: Called SDL_Quit
/home/user/com.gameloft.app.nova/nova # ./nova

I wouldn't even bother with nova, I have it installed and runs fine but the only thing is that to play it properly you need multi-touch, however it is still playable but you will only find it harder as you go along when you realise you cant shoot an move abt quick enough by using 1 control at a time.

leetut 2010-11-07 20:18

Re: Preenv webOS games compatibility list
 
i know mate i had it running last week, i just like to install stuff and mess around with the device and learn about what it can do more than anything, i dont really do much gaming if im honest


All times are GMT. The time now is 06:42.

vBulletin® Version 3.8.8