Create

Create

86M Downloads

Crash on multiplayer

MakerTim opened this issue ยท 7 comments

commented

Walked by a friend his base but keep crashing when i am near his place

java.lang.NullPointerException: Ticking block entity
com.simibubi.create.content.contraptions.TorquePropagator.getOrCreateNetworkFor(TorquePropagator.java:33)

(full crash report)
https://pastebin.com/H2jw8peq

Mod List:
Minecraft
Simple Inventory Sorter
Mouse Tweaks
Immersive Engineering
Useful Railroads
ValkyrieLib
Pam's HarvestCraft 2 Crops
Just Enough Items
Botania
TrackAPI
Environmental Core
Curios API
Patchouli
Create
Xaero's Minimap
Environmental Tech
Pam's HarvestCraft 2 Food Core
Environmental Materials
Cooking for Blockheads
Storage Drawers
Serene Seasons
FTB GUI Library
Elevator Mod
Culinary Construct
U Team Core
Morpheus
Immersive Railroading
Engineer's Decor
CC: Tweaked
Waila
NBT Peripheral, addition for C
Oh The Biomes You'll Go
Just Enough Resources
Immersive Portals
Immersive Petroleum
Forge
AppleSkin
Aquaculture 2
FastLeafDecay
CodeChicken Lib
Chisels & bits
Waila Harvestability
Iron Chests
Universal Mod Core

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.

commented

Having the same problem on multiplayer

full crash report - https://pastebin.com/n9mjw23m

commented
commented

This bug is most likely caused by Optifine, as all reports appear to be using it.

commented

Got same crash also without Optifine at the same part

java.lang.NullPointerException: Ticking block entity
com.simibubi.create.content.contraptions.TorquePropagator.getOrCreateNetworkFor(TorquePropagator.java:33)

but once without optifine and many times with optifine
removed the gear that was crashing me helped

commented

Did have the crash a few times more
a lot more with optifine installed then without

but the funny thing is, when im crashing with optifine its fix is remove optifine and i can remove the broken block
when im crashing without optifine its fix is install optifine and i can remove the broken block

Its always null pointer on line 33 / network map being null from line 29
https://github.com/Creators-of-Create/Create/blob/mc1.16/dev/src/main/java/com/simibubi/create/content/contraptions/TorquePropagator.java#L29