-
Notifications
You must be signed in to change notification settings - Fork 47
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 #2
Labels
bug
Something isn't working
Comments
That's a bad one, I'll look into it. Got a reference to client code somewhere, forcing it to load. Might take a bit to track that one down. |
Alpha 0.2.2 will fix this issue. Please test it once it's available on forge and let me know if it worked. Thank you! |
Server starts with this mod in now yeah, haven't got to test the mod yet but i assume it is working as server does load up |
Closed
klikli-dev
added a commit
that referenced
this issue
Jun 13, 2023
klikli-dev
added a commit
that referenced
this issue
Jun 13, 2023
klikli-dev
added a commit
that referenced
this issue
Jun 13, 2023
klikli-dev
added a commit
that referenced
this issue
Jun 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Server crashes upon launch
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To server work?
Screenshots
I have no screenshots but there is crash log
Description: Exception in server tick loop
net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
Occultism (occultism) has failed to load correctly
§7Attempted to load class net/minecraft/client/entity/player/ClientPlayerEntity for invalid dist DEDICATED_SERVER
]
at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:201) ~[?:?] {re:classloading}
at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[?:?] {re:classloading}
at net.minecraftforge.fml.server.ServerModLoader.begin(ServerModLoader.java:45) ~[?:?] {re:classloading}
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:122) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:613) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Unknown Source) [?:1.8.0_221] {}
System (please complete the following information):
I don't think these are necessary?
Additional context
Idk
The text was updated successfully, but these errors were encountered: