parallellibretro.dll Retroarch core not launching N64 games

To get bugs fixed, please report them here.
Post Reply
redsyrup
Newbie
Newbie
Posts: 2
Joined: Sun Jan 05, 2020 5:57 am

Sorry I'm a new user but I'm having trouble with two Retroarch cores. The mednafenpsx core issue has been reported but I'm also seeing a similar failure to launch with parallel_n64_libretro.dll. I noticed the Runway app is listing the old file name for this core 'parallellibretro' but it was updated sometime last March 2019 (or earlier) to use the new name. I tried renaming the core with the old filename but that didn't help it launch.
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

I tried renaming the core with the old filename but that didn't help it launch.
Do you mean that you opened "BaseSystems.xml" with a text editor, searched for that line:

Code: Select all

<Cmd hidden="true" name="RetroArch [parallel_libretro.dll]" value="-f -L cores\parallel_libretro.dll "%path\%file%ext"" extensions=".n64,.z64,.zip"/>
changed it to

Code: Select all

<Cmd hidden="true" name="RetroArch [parallel_n64_libretro.dll]" value="-f -L cores\parallel_n64_libretro.dll "%path\%file%ext"" extensions=".n64,.z64,.zip"/>
saved the document, then opened mGalaxy, created a new system with this core ?
Post Reply