Active Topics

 



Notices


Reply
Thread Tools
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#481
Originally Posted by maxximuscool View Post
And it will not play video intro and stuff. Is there a solution?
Nothing at this point, specially because videos play fine on my games.
 
Posts: 557 | Thanked: 370 times | Joined on Apr 2010
#482
Originally Posted by javispedro View Post
Nothing at this point, specially because videos play fine on my games.
I've still not been able to get videos to play, it's not a permissions thing, nor there non-existence as it's for several games and I've played their videos in mplayer to confirm.

Here's the output of it trying to play intro:
SDLGL: called sdl_init with flags = 0x100230
X11: PID is 9221
PDL: Init: Service name is com.javispedro.preenv.Asphalt5
PDL: Screen dimming prevention ON
PDL: Switch orientation to 3
PDL: Music is playing
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
PDL: Music is playing
CINEMA: Init; window xid is 0x3a0000c
CINEMA: Will play "file://Asphalt5/A5_Ultimate_VNFS_2.m4v"
CINEMA: Start playing now
CINEMA: GStreamer Pipeline Error: Resource not found.
<black screen occurs here>
<On tapping screen:>
CINEMA: Stop playing now
CINEMA: DeInit
PDL: Music is playing
 
travla's Avatar
Posts: 397 | Thanked: 241 times | Joined on Mar 2010 @ Melbourne, Australia
#483
Originally Posted by J4ZZ View Post
I did but it didn't work. The screen got squeezed to 2/3 and after the gameloft logo the game crashed with segentation fault.

Same behaviour here, can't get past splash screen.

Javis/Bratag/anyone, I have read in some of our posts a reference to strace so that we can give you feedback. excuse my ignorance, but what is the process. is it something I need to run before launching a game?

Edit: The quoted poster was referring to Avatar.

Last edited by travla; 2010-11-04 at 06:00. Reason: See edit.
 
Posts: 543 | Thanked: 151 times | Joined on Feb 2010 @ Germany
#484
For me "Driver" and "Let's Golf" is working just fine, also with syslinks to save space

Though "Asphalt5 (1.0.3) is very unstable and laggy, it is crashing often ingame and is not really playable at all (Yes, I made the required syslinks).

Last edited by Crogge; 2010-11-04 at 06:06.
 
Posts: 2,014 | Thanked: 1,581 times | Joined on Sep 2009
#485
Originally Posted by travla View Post
Same behaviour here, can't get past splash screen.

Javis/Bratag/anyone, I have read in some of our posts a reference to strace so that we can give you feedback. excuse my ignorance, but what is the process. is it something I need to run before launching a game?

Edit: The quoted poster was referring to Avatar.
stracd is a debugging tool. Essentially it shows you at a basic level what a program is doing when it runs, opening a file etc etc. Unless you know what you are looking for, or are gathering logs for someone who does its not much use for the average punter.

If you do want to grab it you will have to enable the tools repo and install strace.
__________________
Class .. : Power Poster, Potential Coder
Humor .. : [*********] Alignment: Chaotic Evil
Patience : [***-------] Weapon(s): +2 Logic Mace
Agro ... : |*****-----] Relic(s) : G1, N900

 
Posts: 669 | Thanked: 433 times | Joined on May 2010
#486
Originally Posted by Aranel View Post
If Driver graphics are messed up even after installing libgles* for you too (black textures), here's a solution posted by ucahmetuc on meegoturkiye.org forums:

1. Create a blank file, name it driver.ini
2. Content for driver.ini:

3. Copy it to your device, location: /etc/powervr.d/driver.ini
4. ??
5. profit

Of course you can use nano if you prefer.

Well, It works for me at least
Works for me too and also fixes Shrek kart!!! - do the same - create an ini file named "ShrekKarting.ini" and put in same folder - fixed!
 

The Following User Says Thank You to impeham For This Useful Post:
Posts: 374 | Thanked: 75 times | Joined on Nov 2009 @ Hungary
#487
Originally Posted by IzzehO View Post
I've still not been able to get videos to play, it's not a permissions thing, nor there non-existence as it's for several games and I've played their videos in mplayer to confirm.

Here's the output of it trying to play intro:
SDLGL: called sdl_init with flags = 0x100230
X11: PID is 9221
PDL: Init: Service name is com.javispedro.preenv.Asphalt5
PDL: Screen dimming prevention ON
PDL: Switch orientation to 3
PDL: Music is playing
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
PDL: Music is playing
CINEMA: Init; window xid is 0x3a0000c
CINEMA: Will play "file://Asphalt5/A5_Ultimate_VNFS_2.m4v"
CINEMA: Start playing now
CINEMA: GStreamer Pipeline Error: Resource not found.
<black screen occurs here>
<On tapping screen:>
CINEMA: Stop playing now
CINEMA: DeInit
PDL: Music is playing
Its not a "permission" thing.
It is working correctly.
 
leetut's Avatar
Posts: 1,169 | Thanked: 1,174 times | Joined on Jan 2010 @ sunderland
#488
Save space (Transfer games to MyDocs folder) from something called the wiki?
is still way to complicated for me to do, can someone post a working solution, something that can be copy pasted, for each game would be nice, with all the text exact as is needed, and clear english instructions for where we put the files or make the folders,

for example....
cp [SOURCE]/com.ea.app.nfsuc/appinfo.json /home/user/[webos]/com.ea.app.nfsuc/
cp [SOURCE]/com.ea.app.nfsuc/nfsuc /home/user/[webos]/com.ea.app.nfsuc/

am i supposed to change the [SOURCE] and [webos] text to something else?
and remove the brackets or not?
i dont speak linux!
__________________
born to rage against them
 
Posts: 557 | Thanked: 370 times | Joined on Apr 2010
#489
Originally Posted by taril View Post
Its not a "permission" thing.
It is working correctly.
I fail to see how it's working correctly if its not playing the video <.<
 
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#490
Originally Posted by javispedro View Post
You don't need it. And I wouldn't personally do anything to it as changing it modifies the entire operating system behavior.

Including but not limited to the window manager.

It could shorten your battery life, it could make Maemo slower, more crashy....
(Fortunately, I don't think it's going to blow your device up)
Very, very low chance of damaging your machine. I very much doubt creating a file called 'driver.ini' will modify the behaviour of the entire O/S - it's specific settings for the Driver game.

And yes, it 'fixed' the graphics problem in Driver. And no, my N900 has not caused the Hadron Collider to make a black hole.
 
Reply

Tags
games, multi touch, palm pre, preenv, profile, reach page 250?, speed, yesssss


 
Forum Jump


All times are GMT. The time now is 16:55.