25 Nov 2020, 18:00

@sroach Thanks for checking! So my rom file seems to be correct, but the game is still not starting. hypseus just terminates with exitcode 1.

I checked the command line that ES generates, which is

LANG=en_US.UTF-8 TERM=linux SHELL=/bin/sh CONSOLE=/dev/console SDL_VIDEO_EGL_DRIVER=/usr/lib/libEGL.so SHLVL=3 PREVLEVEL=N SDL_NOMOUSE=1 PWD=/ dev=/dev/mmcblk0p1 RUNLEVEL=S elevator=deadline PATH=/sbin:/usr/sbin:/bin:/usr/bin INIT_VERSION=sysvinit- HOME=/recalbox/share/system _=/usr/bin/python SDL_VIDEO_GL_DRIVER=/usr/lib/libGLESv2.so /usr/bin/hypseus lair2 vldp -framefile /recalbox/share/roms/daphne/lair2.daphne/lair2.txt -fullscreen -useoverlaysb 2 -datadir /usr/share/daphne -homedir /recalbox/share/roms/daphne -noserversend

When SSH-ing into the machine and executing this command, I get the same result (no traces / logs, just exit with code 1). Now the interesting thing: when I skip the ENV vars and just execute

/usr/bin/hypseus lair2 vldp -framefile /recalbox/share/roms/daphne/lair2.daphne/lair2.txt -fullscreen -useoverlaysb 2 -datadir /usr/share/daphne -homedir /recalbox/share/roms/daphne -noserversend

it actually works! Will investigate further.