We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NoClassDefFoundError: requious/gui/slot/EnergySlot
Seems like dedicated server can't run with this mod.
As far as world loaded and start ticking I get this error that crashing server:
java.lang.NoClassDefFoundError: requious/gui/slot/EnergySlot at requious.data.component.ComponentEnergy.createSlot(ComponentEnergy.java:73) at requious.data.AssemblyProcessor.setComponent(AssemblyProcessor.java:312) at requious.data.AssemblyData.constructProcessor(AssemblyData.java:56) at requious.tile.TileEntityAssembly.initProcessor(TileEntityAssembly.java:205) [...] Caused by: java.lang.ClassNotFoundException: requious.gui.slot.EnergySlot at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 16 more
crash-2024-05-27_11.28.31-server.txt
Removing mod IC2-No fixes the issue.
The text was updated successfully, but these errors were encountered:
java.lang.NullPointerException
fix(mods): 🔵Remove mod IC2-No
IC2-No
8da3652
Its causing server crash: XHL315/IC2-No#1
I will try to fix it.
Sorry, something went wrong.
Any luck on fixing?
Unfortunately, I have no time to fix this bug during this period due to my school commitments. So please waiting for me.
No branches or pull requests
Seems like dedicated server can't run with this mod.
As far as world loaded and start ticking I get this error that crashing server:
crash-2024-05-27_11.28.31-server.txt
Removing mod IC2-No fixes the issue.
The text was updated successfully, but these errors were encountered: