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

[BUG] Run Server Crash Report #153

Open
zcloudstudio opened this issue May 4, 2024 · 1 comment
Open

[BUG] Run Server Crash Report #153

zcloudstudio opened this issue May 4, 2024 · 1 comment
Labels
bug Something isn't working Need More Info The issue lacks enough info to make progress on it

Comments

@zcloudstudio
Copy link

---- 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 zcloudstudio added the bug Something isn't working label May 4, 2024
@EverNife
Copy link
Member

This issue lacks information.

But It seems be inside a library that uses fastutils, can you try again on latest staging version?
Also, if the error persist, send us more info like the list of mods.

@EverNife EverNife added the Need More Info The issue lacks enough info to make progress on it label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Need More Info The issue lacks enough info to make progress on it
Projects
None yet
Development

No branches or pull requests

2 participants