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

RenaldoTT 2010-11-07 20:21

Re: Preenv webOS games compatibility list
 
I actually like being at a disadvantage online that way when I kill those multitouch bastards I feel good lol bcuz they have it easy and I have a handicap and yet still I can cream them, anyway, playing the single player is tuff yes but with patience and some thought it can be done.

AgogData 2010-11-07 23:33

Re: Preenv webOS games compatibility list
 
can someone help me figuring out why castle of magic wont run !!
thats the xterm as root and preenv

/home/opt/preenv/usr/palm/applications/com.gameloft.app.castleofmagic/castleofmagic # ./castleofmagic
SDLGL: called sdl_init with flags = 0x230
Home directory /home/user not ours.
X11: PID is 8658
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
GL_OES_byte_coordinatesGL_OES_fixed_pointGL_OES_si ngle_precisionGL_OES_matrix_getGL_OES_read_formatG L_OES_compressed_paletted_textureGL_OES_point_spri teGL_OES_point_size_arrayGL_OES_matrix_paletteGL_O ES_draw_textureGL_OES_query_matrixGL_OES_texture_e nv_crossbarGL_OES_texture_mirrored_repeatGL_OES_te xture_cube_mapGL_OES_blend_subtractGL_OES_blend_fu nc_separateGL_OES_blend_equation_separateGL_OES_st encil_wrapGL_OES_extended_matrix_paletteGL_OES_fra mebuffer_objectGL_OES_rgb8_rgba8GL_OES_depth24GL_O ES_stencil8GL_OES_compressed_ETC1_RGB8_textureGL_O ES_mapbufferGL_OES_EGL_imageGL_EXT_multi_draw_arra ysGL_IMG_read_formatGL_IMG_texture_compression_pvr tcGL_IMG_texture_format_BGRA8888GL_IMG_texture_str eamGL_IMG_vertex_programACCEL: Opening accelerometer
PDL: Init: Service name is com.javispedro.preenv.castleofmagic
PDL: Failed to initialize libosso
PDL: Switch orientation to 3
PDL: Init: Service name is com.javispedro.preenv.castleofmagic
PDL: Failed to initialize libosso

begore createAndOpenFile(filename) in addZipFileArchive

~~~~~~~Could not open file. Zipfile not added

Open OK : castle_of_magic.sav
PDL: Init: Service name is com.javispedro.preenv.castleofmagic
PDL: Failed to initialize libosso
SDLGL: Called SDL_Quit
Segmentation fault

RenaldoTT 2010-11-08 00:12

Re: Preenv webOS games compatibility list
 
Just my opinion
Best Games so far for me:
1) N.O.V.A.
2) Asphalt5
3) NFSUC
4) Sims3

Driver is a waste of space and time in my opinion.

Bratag 2010-11-08 00:39

Re: Preenv webOS games compatibility list
 
Can we please stop posting friggin links etc to pirated material. Is it so hard to understand that if you idiots keep doing that, you will get this project crushed. Not to mention the fact that you are violating the TOS of the forums.

Mods how bout a little active administration here.

yauchildchew 2010-11-08 01:19

Re: Preenv webOS games compatibility list
 
may i know how to uninstall?
i deleted the application files but the game icon is still there in the menu and "add shortcut" menu.

RenaldoTT 2010-11-08 01:21

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Bratag (Post 866464)
Can we please stop posting friggin links etc to pirated material. Is it so hard to understand that if you idiots keep doing that, you will get this project crushed. Not to mention the fact that you are violating the TOS of the forums.

Mods how bout a little active administration here.

Where do you see links to pirated material ? Just asking

RenaldoTT 2010-11-08 01:23

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by yauchildchew (Post 866480)
may i know how to uninstall?
i deleted the application files but the game icon is still there in the menu and "add shortcut" menu.

did you delete the icons first?
DID YOU READ THE FAQ WIKI BEFORE YOU EMBARKED ON YOUR JOURNEY TO USING YOUR PALM PRE GAMES ON YOUR N900 IF NOT THEN THAT'S YOUR FIRST PROBLEM.

SORRY for the CAPS but the prevalent problem is that many people don't READ before they mess with their device then ask questions which have already been answered, I will help you still though, but take note for future reference

Bratag 2010-11-08 03:15

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by RenaldoTT (Post 866483)
Where do you see links to pirated material ? Just asking

Couple of pages back - links etc and also a post which just gives the name of the site.

RenaldoTT 2010-11-08 03:19

Re: Preenv webOS games compatibility list
 
Or that yea some cleaning up needs to be done

marlitop30 2010-11-08 04:24

Re: Preenv webOS games compatibility list
 
sorry but still with problems. hope you can help me figuring out what im doing wrong, also if its because of the ipk ive download, would you mind posting where to download a good ipk file of Asphalt

heres what happens on my terminal
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user/applications/com.gameloft.app.asphalt5/Asphalt5 # ./Asphalt5
MAIN START ./Asphalt5
SDLGL: called sdl_init with flags = 0x100230
Home directory /home/user not ours.
X11: PID is 1857
PDL: Init: Service name is com.javispedro.preenv.Asphalt5
PDL: Failed to initialize libosso
PDL: Switch orientation to 3
SDLGL: Requested GL major version 1
SDLGL: SDL_GLES initialized (res=0)
SDLGL: Ignoring doublebuffer preference
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 (0x90000000) is ok
ACCEL: Opening accelerometer
Home directory /home/user not ours.
PDL: Init: Service name is com.javispedro.preenv.Asphalt5
PDL: Failed to initialize libosso
m_recorderReplay.Init(MAX_SIZE_REPLAY_RECORD_SIZE, false, NULL);
StartGame
Load VIDEO .
CINEMA: Init; window xid is 0x2c0000c
CINEMA: Will play "file://./A5_Ultimate_VNFS_2.m4v"
----PlayMovie
CINEMA: Start playing now
StartGame2
CINEMA: GStreamer Pipeline Error: Resource not found.
----StopMovie()
CINEMA: Stop playing now
CINEMA: DeInit
PDL: Init: Service name is com.javispedro.preenv.Asphalt5
PDL: Failed to initialize libosso

SetMusicVolume (0.850000)
SetSfxVolume (0.700000)
releaseBuffers
SetMusicVolume (1.000000)
SetMusicVolume (0.850000)
SetMusicVolume (1.000000)
SetMusicVolume (0.850000)
SetSfxVolume (0.700000)
SetEngineVolume (0.480000)touch
apllysettings
Segmentation fault
I have the same error in the Asphalt5 and turn on the NFS, someone give us some indication of the case .. please.

RenaldoTT 2010-11-08 05:00

Re: Preenv webOS games compatibility list
 
Excuse me sir but did you read the FAQ? PLEASE READ IT AND YOU OBVIOUSLY DID NOT RUN THE GAME WITH PREENV IF THIS IS A DIRECT COPY PASTE. READ THE FAQ!

Even I a gentle sole is getting irritated by the lack of reading being done. I'm usually really nice guys but seriously read before you post. Thank you

sHortysO 2010-11-08 08:04

Re: Preenv webOS games compatibility list
 
I still dont know, how to get Driver working :( i dont know where to copy driver.ini, i need to create new folder ?

MINKIN2 2010-11-08 12:38

Re: Preenv webOS games compatibility list
 
I have finally worked out how to Run and Jump in N.O.V.A, but it is still a hit and miss method, I can only do it 3/10 times in a row. Timing is Key.

1, go in to options menu and turn down the sensitivity of the controls. (it helps a little to keep you direction)

2, When running you will notice the virtual D-Stick light up. Run forward and let go of the D-stick, at the very moment the highights of the D-stick turns off tap and release the Jump button and your momentum will carry you forward as you jump. If you hit it too soon/too late then you will either stop in your track or run left.

I have been doing this and with a little practise it will become easier. I have now found the B-Team in the bunker :)

RenaldoTT 2010-11-08 14:16

Re: Preenv webOS games compatibility list
 
I tried your method of jumping but I prefer lowering the sensitivity to approx 20% and swing the d pad up and immediately after hitting jump. works for me even without the low sensitivity

Bratag 2010-11-08 14:45

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by sHortysO (Post 866673)
I still dont know, how to get Driver working :( i dont know where to copy driver.ini, i need to create new folder ?

The process has been fully documented at LEAST 6 times in this thread as well linked to in the wiki. Just do some reading.

Flandry 2010-11-08 14:51

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Bratag (Post 866464)
Mods how bout a little active administration here.

You're welcome to volunteer. I'm tired of babysitting the Pre games threads and their nasty spawn. I have banned many users but the kiddies keep coming out of the woodwork. It would be good if someone who actually gives a damn about Pre games (i don't own any) and is reading the threads about them were also a moderator...

RenaldoTT 2010-11-08 15:02

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Flandry (Post 867015)
You're welcome to volunteer. I'm tired of babysitting the Pre games threads and their nasty spawn. I have banned many users but the kiddies keep coming out of the woodwork. It would be good if someone who actually gives a damn about Pre games (i don't own any) and is reading the threads about them were also a moderator...

Is it possible to appoint a Mod, even if temporarily and just for these threads? There are a couple people that can take up the position with ease. I was just wondering.

Bratag 2010-11-08 15:31

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by Flandry (Post 867015)
You're welcome to volunteer. I'm tired of babysitting the Pre games threads and their nasty spawn. I have banned many users but the kiddies keep coming out of the woodwork. It would be good if someone who actually gives a damn about Pre games (i don't own any) and is reading the threads about them were also a moderator...

I can admin this thread if you wish ... I read it fairly regularly. I can understand your frustration at the kiddies. Not what you are here for I know. Problem with idiots its you squash one and two more spring up to take their place.

RenaldoTT 2010-11-08 15:46

Re: Preenv webOS games compatibility list
 
I also volunteer as an admin for this thread as I'm always reading it.

nwrd1202 2010-11-08 19:00

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by johndoe666 (Post 861413)
I had the same problem as NWRD1202. Then i realized that my NFL2010 folder was in MyDocs and not the home folder. Maybe that might fix your problem.

Thanks

yeah, that was the problem.

fixed it.

thanks mate :)

marlitop30 2010-11-08 20:11

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by RenaldoTT (Post 866568)
Excuse me sir but did you read the FAQ? PLEASE READ IT AND YOU OBVIOUSLY DID NOT RUN THE GAME WITH PREENV IF THIS IS A DIRECT COPY PASTE. READ THE FAQ!

Even I a gentle sole is getting irritated by the lack of reading being done. I'm usually really nice guys but seriously read before you post. Thank you


Yes, I read FAQ, so I installed Assessins, Need for Speed and HerofOfSparta, only with Asphalt5 I have this problem, even I followed the tutorial on youtube, I've also read that several people have this problem but not yet have answers, so again the question formulated.
You do not understand why his annoyance, this is a forum, many people wonder just how to install Preenv and cordially or just someone normally tells you the steps to follow, no hassles.


I follow the following steps to try to run the games, correct me if you do not mind being wrong.

sudo gainroot

preenv

cd /home/user/Games/com.gameloft.app.asphalt5/Asphalt5

home/user/Games/com.gameloft.app.asphalt5/Asphalt5 # chmod +rwx Asphalt5

home/user/Games/com.gameloft.app.asphalt5/Asphalt5 # ./Asphalt5

then I ask already indicated error.

Thanks

jflatt 2010-11-08 20:21

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by marlitop30 (Post 867327)
Yes, I read FAQ

You missed the many places in this thread that said not to run as root

marlitop30 2010-11-08 21:05

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by jflatt (Post 867342)
You missed the many places in this thread that said not to run as root

then?
As I should run?

RenaldoTT 2010-11-08 22:11

Re: Preenv webOS games compatibility list
 
Just run it while not rooted that is all. Only sudo gainroot to chmod the executable file. U can try exiting and re entering and then cd to the game folder then run preenv and continue to test the game

jflatt 2010-11-08 23:38

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by marlitop30 (Post 867394)
then?
As I should run?

run as root "desktopgen appinfo.json"
and then launch the games from your app menu

godofwar424 2010-11-09 00:04

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by RenaldoTT (Post 865911)
u will need to chown -R user:users the entire /usr folder
let me know if it works because Ive done it n it works

This instructions has CRASHED my device...

YOU SHOULD NOT chown the /usr folder!!!

This will result in needing a reflash.

For the Asphalt thing just make sure you don't chown your /usr folder. Chown the /usr folder within /preenv! My mistake for not reading through the whole sections :/

nkirk 2010-11-09 07:37

Re: Preenv webOS games compatibility list
 
Guys, pls read read the updated compatibility wiki (http://wiki.maemo.org/Preenv/Game_Compatibility) if you are still having some trouble with asphalt, works if you follow the instructions carefully, follow the first half of the 2nd link in asphalt5, if u had already installed the game and symlinks created.

hope this helps

jedi 2010-11-09 08:05

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by RenaldoTT (Post 865911)
u will need to chown -R user:users the entire /usr folder
let me know if it works because Ive done it n it works

Indeed, this is incredibly bad advice. Don't do this at home kids!! Shows how a little knowledge is dangerous in the wrong hands.

And Renaldo wants to be a mod!!!

jaimex2 2010-11-09 09:24

Re: Preenv webOS games compatibility list
 
Quote:

Originally Posted by godofwar424 (Post 867550)
This instructions has CRASHED my device...

YOU SHOULD NOT chown the /usr folder!!!

This will result in needing a reflash.

For the Asphalt thing just make sure you don't chown your /usr folder. Chown the /usr folder within /preenv! My mistake for not reading through the whole sections :/

Your post made me smile, thank you :)

On another note, What are the chances of getting Palm Pre's apps to run on the n900 if they are webOS?

deny_winarto 2010-11-09 09:47

Re: Preenv webOS games compatibility list
 
I tried Castle of Magic and it works without problem. Although jumping can be very difficult, but it's playable.. Maybe it's better with touchscreen though.. But why is it listed as unplayable on the compatibility list?


All times are GMT. The time now is 05:59.

vBulletin® Version 3.8.8