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

Game Menu Mod Option crashes server #5

Open
Akaitatsu opened this issue Oct 17, 2020 · 1 comment
Open

Game Menu Mod Option crashes server #5

Akaitatsu opened this issue Oct 17, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@Akaitatsu
Copy link

If included in mods on a 1.15.2 dedicated server, this mod crashes during the startup sequence. If left out and on client side only it shows mod incompatibility, though you can still join a server.

Excerpt of crash log.

Caused by: net.minecraftforge.fml.ModLoadingException: Game Menu Mod Option has class loading errors
§7Attempted to load class net/minecraft/client/gui/widget/Widget for invalid dist DEDICATED_SERVER
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:77) ~[?:31.2] {re:classloading}
	at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source) ~[?:?] {}
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_265] {}
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_265] {}
	at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:31.2] {re:classloading}
	... 24 more

Full log: crash-2020-10-16_16.43.14-server.txt

@MORIMORI0317 MORIMORI0317 added the bug Something isn't working label Nov 12, 2020
@nanonestor
Copy link

+1 --- Client side mods can be set so that they don't show incompatibility / server mod list mis-match. I just worked with the author of the Horse Stats mod - https://www.curseforge.com/minecraft/mc-mods/horse-statistics to fix this same issue with his mod. He successfully changed the mod code so that client side mod is not counted in mod list matchup.

I'd like to include this mod with my modpack but I will not do so until this issue is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants