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

Server crash: NoClassDefFoundError: requious/gui/slot/EnergySlot #1

Open
Krutoy242 opened this issue May 27, 2024 · 3 comments
Open

Comments

@Krutoy242
Copy link

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.

@XHL315
Copy link
Owner

XHL315 commented May 30, 2024

I will try to fix it.

@Krutoy242
Copy link
Author

Any luck on fixing?

@XHL315
Copy link
Owner

XHL315 commented Sep 7, 2024

Unfortunately, I have no time to fix this bug during this period due to my school commitments.
So please waiting for me.

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

No branches or pull requests

2 participants