Crucible icon indicating copy to clipboard operation
Crucible copied to clipboard

[BUG] Run Server Crash Report

Open zcloudstudio opened this issue 2 months ago • 0 comments

---- Minecraft Crash Report ---- // This doesn't make any sense!

Time: 5/4/24 2:56 PM Description: Exception in server tick loop

java.lang.ExceptionInInitializerError at com.koloboke.collect.map.hash.HashLongObjMaps.getDefaultFactory(HashLongObjMaps.java:55) at com.koloboke.collect.map.hash.HashLongObjMaps.newMutableMap(HashLongObjMaps.java:95) at thermos.wrapper.ChunkBlockHashMap.(ChunkBlockHashMap.java:12) at net.minecraft.world.gen.ChunkProviderServer.(ChunkProviderServer.java:85) at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:901) at net.minecraft.world.World.(World.java:434) at net.minecraft.world.WorldServer.(WorldServer.java:158) at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:372) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:367) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:644) at java.lang.Thread.run(Unknown Source) Caused by: java.util.NoSuchElementException at java.util.ServiceLoader$LazyIterator.nextService(Unknown Source) at java.util.ServiceLoader$LazyIterator.access$700(Unknown Source) at java.util.ServiceLoader$LazyIterator$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.util.ServiceLoader$LazyIterator.next(Unknown Source) at java.util.ServiceLoader$1.next(Unknown Source) at com.koloboke.collect.map.hash.HashLongObjMaps$DefaultFactoryHolder.(HashLongObjMaps.java:39) ... 11 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details -- Details: Minecraft Version: 1.7.10 Crucible Version: 1.7.10-staging-9bdc2dd6

zcloudstudio avatar May 04 '24 08:05 zcloudstudio