diablodiab / libretro-scummvm-backend

libretro backend for scummvm
7 stars 8 forks source link

[CTD] Crash when launching the core compiled from "branch-2-6-0" with this backend #16

Closed DrUm78 closed 1 year ago

DrUm78 commented 1 year ago

Hardware: FunKey S handheld device (armv7 1.2 Ghz 64 MB RAM) Software: Branch "branch-2-6-0" with diablodiab's Libretro backend: https://github.com/DrUm78/scummvm/commits/branch-2-6-0

Hello, not sure that's the correct place but I have a strange issue: When I try to compile the branch "branch-2-6-0" of ScummVM upstream with your backend, it compiles fine but when I launch the core on armv7 it just sends me back to the desktop whereas it works for master branch and older branch-2-5-1. I tried to compiler a lighter core after commenting a few engines but in vain. And I have nothing in the logs. I mean, I guess this branch should run when compiling directly from the upstream as the latest official release was built from it.

Does it work for you on any other platform when compiled from "branch-2-6-0"? BTW, I tried ScummVM games such as DOTT, MI2...

Thanks in advance.

DrUm78 commented 1 year ago

Ok I found the culprit: I was trying to enable MTROPOLIS engine whereas it's not in the engine folders (it is only on master branch). Weird that it made the binary crash but compiled though (not finding the engine folder should trigger a fatal here and stop the compilation imho). So now that's fixed after disabling the engine in config.wip. 👍