Problem with Megadrive emulator (Picodrive)

Hi everybody,

I need your help please

I’ve installed retroarch on my Pi and I have a problem when I launch the megadrive emulator, I have an error with Picodrive and after a little time where a lot of instructions appears in my screen the emulator stop and I must to reboot my Pi.

Can you help me please?

PS : Forgive me for my english I’m french :slight_smile:

Hi, can you post any of the messages? A full log would be even better, if you can get it (perhaps you can get the log before the whole thing crashes).

I don’t know if the software create a log file, but if it’s the case where could I found the file?

Probably the easiest way to get it would be to launch from the command line with the ‘-v’ option added. This will make it print any errors to the CLI.

Excuse me but how to launch megadrive emulator from the command line?

Sorry but it’s New for me retroarch.

Thanks

retroarch -L [path to core] [path to rom]

For example:

retroarch -L /usr/lib/libretro/libretro_picodrive.so /home/you/ROMs/sonic.smd

Hope this helps.