libretro / mame

MAME - Multiple Arcade Machine Emulator
Other
63 stars 74 forks source link

[Bug] Black screen for Strider 2 games #492

Open Immersion95 opened 3 weeks ago

Immersion95 commented 3 weeks ago

This game and its clones have black screen when launched. It doesn't affect other ZN games and also work in standalone without problem.

Here is the log attached. retroarch.log

sonninnos commented 3 weeks ago

https://github.com/libretro/mame/issues/470

Edit: Hah, first guess was right. I tried renaming "plugins" dir from system/mame, and it does not hang..

And indeed culprit is the hiscore plugin. Disabling that alone does the trick.

I ended up simply commenting strider2 out from hiscore.dat.

Immersion95 commented 3 weeks ago

Thanks, is there a way to fix it without disabling Hiscore ?

sonninnos commented 3 weeks ago

If I knew I would have done that instead.