Skip to content
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

Open
1 task done
The-Only-E opened this issue May 1, 2024 · 6 comments · May be fixed by MultiMC/meta#21
Open
1 task done

MultiMC fails to find RubyDung.class on Minecraft rd-20090515 #5405

The-Only-E opened this issue May 1, 2024 · 6 comments · May be fixed by MultiMC/meta#21
Labels

Comments

@The-Only-E
Copy link

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

  • I have searched the issue tracker and did not find an issue describing my bug.
@The-Only-E The-Only-E added the bug label May 1, 2024
@The-Only-E
Copy link
Author

Log: https://paste.ee/p/iGfIq

@Wolf68k
Copy link

Wolf68k commented May 1, 2024

@TacoGS
Copy link
Contributor

TacoGS commented May 2, 2024

The issue was found to be an error on our side. I will be pushing a hotfix out soon.

@The-Only-E
Copy link
Author

Log using Java 8: https://paste.ee/p/hmWAB

@TacoGS
Copy link
Contributor

TacoGS commented May 2, 2024

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.

@The-Only-E
Copy link
Author

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.
My fork repository: https://github.com/The-Only-E/multimc-meta/tree/master
The static/Minecraft.json file: https://github.com/The-Only-E/multimc-meta/blob/master/static/minecraft.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants