-
-
Notifications
You must be signed in to change notification settings - Fork 883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MultiMC fails to find RubyDung.class on Minecraft rd-20090515 #5405
Comments
The issue was found to be an error on our side. I will be pushing a hotfix out soon. |
Log using Java 8: https://paste.ee/p/hmWAB |
The pull request should fix the original issue with the incorrect mainClass, and now, thanks to the discord users and Wolf68k you might even avoid the java error that would arise after the issue is fixed. |
Your pull request will break the other 3 rd versions. I made a fork that fixes the error in the 7-year old file correctly. |
Operating System
Windows, Linux
Description of bug
MultiMC is trying to find "com.mojang.rubydung.RubyDung" but fails because the path is "com.mojang.minecraft.RubyDung" #5073 reported it over a year ago but it didn't get fixed.
Steps to reproduce
Launch Minecraft version rd-20090515 with MultiMC.
Suspected cause
MultiMC is trying to find a Java class file but the directory it's trying to access is wrong.
This issue is unique
The text was updated successfully, but these errors were encountered: