well, bit embarrasing but thank you very much works fine now
Posts made by mchack23
-
RE: n64 blank screen returns to ES log says ...launch terminated with nonzero exit code 2560!
-
n64 blank screen returns to ES log says ...launch terminated with nonzero exit code 2560!
well title says it all I guess.
I'm on recalbox 4.0 beta 5 and it's the same with any rom I tried and any emulator/core. I configured all buttons of my ps3 controller (connected via bt stick) I tried different DMT and CEA settings but it doesn't change the fact that it's always launch terminated with exit code 2560.
Anyone know what that exit code means?snip from the .emulationstation/es_log.txt:
lvl2: Added known joystick PLAYSTATION(R)3 Controller (instance ID: 0, device index: 0)
lvl2: SDL AUDIO Initialized
lvl2: Attempting to launch game...
lvl2: Shutting down SDL AUDIO
lvl2: Available and configurated : PLAYSTATION(R)3 Controller
lvl2: No config for player 0
lvl2: So i set PLAYSTATION(R)3 Controller for player 0
lvl2: No config for player 1
lvl2: No config for player 2
lvl2: No config for player 3
lvl2: No config for player 4
lvl2: Configure emulators command : -p1index 0 -p1guid 060000004c0500006802000000010000 -p1name "PLAYSTATION(R)3 Controller" -p1devicepath /dev/input/event3
lvl2: Controllers config : -p1index 0 -p1guid 060000004c0500006802000000010000 -p1name "PLAYSTATION(R)3 Controller" -p1devicepath /dev/input/event3
lvl2: python /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.pyc -p1index 0 -p1guid 060000004c0500006802000000010000 -p1name "PLAYSTATION(R)3 Controller" -p1devicepath /dev/input/event3 -system n64 -rom /recalbox/share/roms/n64/Mario\ Kart\ 64\ (USA).zip -emulator default -core default
lvl1: ...launch terminated with nonzero exit code 2560!
lvl2: Creating surface...
lvl2: Created window successfully.
lvl2: Added known joystick PLAYSTATION(R)3 Controller (instance ID: 0, device index: 0)
lvl2: SDL AUDIO Initialized
lvl2: EmulationStation cleanly shutting down. -
RE: share partition problem...
if I might "hijack" this thread I have a very similar problem: (guess you want usb, I want nas in the end it's the same, we want to manually define which device should be mounted on /recalbox/share)
Want:
mount nfs share as /recalbox/share to have my roms on network attached storage where they should be. (imhoworks manually:
entry into fstab:
ip:path-to/recalbox-share /recalbox/share nfs4 rsize=32768,wsize=32768,timeo=14,intr,tcp 0 0
and then umounting the sdcard partition and mounting /recalbox/share and then restarting the emulationstation.works ok with custom.sh:
mount /recalbox/share/
/etc/init.d/S*emulationstation restartbut both make booting quite long and "not nice"
I'd rather have an option to enable the fstab entry from /etc/init/S11share or the relevant conf file in /boot where you can specify ANYEXTERNAL or INTERNAL or a UUID but alas not an nfs share or telling it to use the fstab.
so I'm a bit at a loss at how to configure it to work nicely hope someone has a suggestion, thanks.