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

Leaving the emptiness dimension in new generated chunks into overworld results in server crash #17

Closed
Lumpous opened this issue Oct 12, 2024 · 5 comments

Comments

@Lumpous
Copy link

Lumpous commented Oct 12, 2024

Java on Server:
openjdk version "1.8.0_422"
OpenJDK Runtime Environment (build 1.8.0_422-8u422-b05-1~22.04-b05)
OpenJDK 64-Bit Server VM (build 25.422-b05, mixed mode)

thaumictinkerer-1.12.2-5.7.1-Unofficial.jar


When trying to leave the emptiness-dimension using a dimensional fracture, to return to the overworld, my server had some hard crashes.
Location to where i would have returned would have been in newly generated chunks.
Returning to the nether in an already generated chunk works without issues.

Solution was to edit NBT-data of my players file to a location where chunks had already been generated.

crash-2024-10-11_13.57.20-server.txt
crash-2024-10-11_13.33.28-server.txt
crash-2024-10-11_13.27.03-server.txt
crash-2024-10-11_13.17.31-server.txt


xJon/The-1.12.2-Pack#984

@Lumpous
Copy link
Author

Lumpous commented Oct 14, 2024

Same issue when in creative and teleporting via map into or close to not yet generated chunks
crash-2024-10-14_17.48.10-server.txt (log is from an SP world)

@xJon
Copy link

xJon commented Oct 15, 2024

Can easily reproduce this when wearing the Leggings of the Burning Mantle and teleporting far away:

[Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Exception ticking world
	at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:762) ~[MinecraftServer.class:?]
	at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) ~[MinecraftServer.class:?]
	at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:185) ~[chd.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:1817) [MinecraftServer.class:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Caused by: java.lang.IllegalArgumentException: Don't know how to convert thermalfoundation:ore[type=silver] back into data...
	at net.minecraft.block.Block.getMetaFromState(Block.java:204) ~[aow.class:?]
	at com.nekokittygames.thaumictinkerer.common.blocks.BlockNitorGas.getLightValue(BlockNitorGas.java:92) ~[BlockNitorGas.class:?]
	at atomicstryker.dynamiclights.client.DynamicLights.getLightValue(DynamicLights.java:186) ~[DynamicLights.class:?]
	at me.jellysquid.mods.phosphor.mod.world.lighting.LightingEngineHelpers.getLightValueForState(LightingEngineHelpers.java:37) ~[LightingEngineHelpers.class:?]
	at me.jellysquid.mods.phosphor.mod.world.lighting.LightingHooks.initChunkLighting(LightingHooks.java:326) ~[LightingHooks.class:?]
	at me.jellysquid.mods.phosphor.mod.world.lighting.LightingHooks.checkChunkLighting(LightingHooks.java:351) ~[LightingHooks.class:?]
	at net.minecraft.world.chunk.Chunk.checkLight(Chunk.java:4308) ~[axw.class:?]
	at net.minecraft.world.chunk.Chunk.onTick(Chunk.java:1071) ~[axw.class:?]
	at net.minecraft.world.WorldServer.updateBlocks(WorldServer.java:400) ~[oo.class:?]
	at net.minecraft.world.WorldServer.tick(WorldServer.java:225) ~[oo.class:?]
	at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:756) ~[MinecraftServer.class:?]
	... 4 more

@KELETU66666
Copy link
Owner

let me see...

@KELETU66666
Copy link
Owner

may fixed, if not fix, pls reopen this issue

@xJon
Copy link

xJon commented Oct 17, 2024

Appears to be fixed with the latest mod update 💯

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

3 participants