NeRdTheNed/RetroWrapper

RetroWrapper.jar isn't detected in the MultiMC instance on Linux systems

Closed this issue · 2 comments

Currently, the MultiMC instance for RetroWrapper checks for /libraries/retrowrapper-x.x.x.jar, while the actual filename is RetroWrapper-x.x.x.jar.

On Windows, this isn't a problem; however, most Linux filesystems are case-sensitive, so "retrowrapper-x.x.x.jar" is not detected in the folder, leading to this crash:

/home/notabirb1/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/RetroWrapper-1.7.8-MultiMC.J6/libraries/retrowrapper-1.7.8.jar

You need to either add the files, or removed the packages that require them.
You'll have to correct this problem manually.

This issue can be fixed by renaming RetroWrapper-x.x.x.jar to retrowrapper-x.x.x.jar, but it would be nice if the filename was fixed by default.

Hi @notabirb1, I've edited the MultiMC instances for the current release to use lower case names! Hopefully this fixes the issue. I've also changed the build script to use lower case names in future builds.

I can confirm that the new instances work without any problems. Thanks!