View Single Post
Posts: 557 | Thanked: 370 times | Joined on Apr 2010
#430
Originally Posted by javispedro View Post
The error message is telling you that the file the game is trying to play is missing; the filename should appear a few lines earlier.

It is implemented in 0.1.1. There's a bug where calling CIN_DeInit then _Init again will hang, but that's fixed in 0.1.2 .
Now that would certainly make more sense. The file is definitely there though, probably a permissions thing (ext2 drivers for windows really screw with permissions). Or not...

SDLGL: called sdl_init with flags = 0x100030
X11: PID is 1635
PDL: Init: Service name is com.javispedro.preenv.Assassins
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
CINEMA: Init; window xid is 0x1c0000c
CINEMA: Will play "file://AC/assassins/assassins_Iphone.mp4"
CINEMA: Start playing now
CINEMA: GStreamer Pipeline Error: Resource not found.

With:
-rw-r--r-- 1 root root 4163556 Oct 25 23:09 assassins_Iphone.mp4
and
-rwxr-xr-x 1 root root 4163556 Oct 25 23:09 assassins_Iphone.mp4
and
-rwxr-xr-x 1 user root 4163556 Oct 25 23:09 assassins_Iphone.mp4

Running from SSH (or terminal as user) results in black screen. Running from the icon results in black screen (get this) with audio x.x.