Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black Screen when launching games [PowKiddy V90] #206

Open
daFourch opened this issue Jul 25, 2022 · 1 comment
Open

Black Screen when launching games [PowKiddy V90] #206

daFourch opened this issue Jul 25, 2022 · 1 comment

Comments

@daFourch
Copy link

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant