Cyclops Core

Cyclops Core

93M Downloads

Server Crash - Null Pointer Exception due to race condition

Yourname942 opened this issue ยท 6 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

The server crashed on booting up.

Steps to reproduce the problem:

  1. launch the server
  2. experience crash

Expected behaviour:

The server should boot up with no issues


Versions:

  • This mod: 1.16.4-1.11.1
  • Minecraft: 1.16.5
  • Forge: 36.0.22

Log file:

Crash Log:
https://gist.github.com/Yourname942/2f2dbfe709e2971a096ead6bed776d47
Latest Log:
https://gist.github.com/Yourname942/75a097d5378e41581c1f4f02a366cb75

commented

Thanks for reporting!

commented

@Yourname942 Does this crash always happen, or just sometimes? Does this only occur for you when other mods are installed?

Note to self: https://github.com/CyclopsMC/CyclopsCore/blob/master-1.16/src/main/java/org/cyclops/cyclopscore/infobook/InfoBookRegistry.java#L83

GitHub
Minecraft library mod for EvilCraft, Integrated Dynamics and others. - CyclopsMC/CyclopsCore
commented

This is the first time it has happend, so I'm not sure how frequently it would occur

commented

Ok, good to know, so probably a race condition.

commented

Haven't been able to reproduce this, but next version will contain a change that will make it easier to debug if it should occur again.

commented

Closing this in the meantime. Please comment (with logs) should this issue occur again for anyone.