Black Screen when launching games [PowKiddy V90]
Opened this issue · 1 comments
daFourch commented
On a fresh install of MIYOO and SimpleMenu, launching a game from a gamelist will give blackscreen, even if section_groups' .ini files (in .simplemenu) are properly set.
handheld.ini :
[CONSOLES]
consoleList = GAME BOY,GAME BOY COLOR,GAME BOY ADVANCE,GAME GEAR,GAME & WATCH
[GAME BOY]
execs = /mnt/emus/gambatte/GAMBATTE
romDirs = /mnt/roms/GB/
romExts = .gb,.zip
[GAME BOY COLOR]
execs = /mnt/emus/gambatte/GAMBATTE
romDirs = /mnt/roms/GBC/
romExts = .gbc,.zip
[GAME BOY ADVANCE]
execs = /mnt/emus/gpsp_rumble/gpsp_rumble.elf
romDirs = /mnt/roms/GBA/
romExts = .gba,.zip
[GAME GEAR]
execs = /mnt/emus/smsplusgx/smsplusgx
romDirs = /mnt/roms/GG/
romExts = .gg,.zip
[GAME & WATCH]
execs = /mnt/emus/game&watch/lr
romDirs = /mnt/roms/G&W
romExts = .zip
[ATARI LYNX]
execs = /mnt/emus/handy/handy
romDirs = /mnt/roms/LYNX/
romExts = .lnx,.zip
SimpleMenu doesn't seem to find emulators
daFourch commented
I found a workaround. It seemed SimpleMenu was in the roms directory and couldn't get an absolute path.
I set execs = ../../emus/gambatte/GAMBATTE
instead of execs = /mnt/emus/gambatte/GAMBATTE
and it worked.
Is it an isolate case for PowKiddy V90 only? I find weird no one noticed such a problem. Or maybe did I set something wrong from the beginning?