Canary

Canary

6M Downloads

Dedicated Server crashes on exception (with Create Mod)

jang1er opened this issue ยท 14 comments

commented

Version

canary-mc1.19.2-0.1.9

Reproduction Steps

Example:

  1. Build any contraption with a gantry shaft (specifically: https://createmod.com/schematics/improved-infinite-experience-generator)
  2. Connect power to top level mechanism
  3. Server instantly crashes

Crash-Log

crash-2023-04-10_20.13.08-server.txt

commented

i can confirm i also have this issue here is my crash report https://pastebin.com/sD4jshWe

it happens even when just placing a gantry in general, my buddy crashed the server 3 times while trying to do so

commented

Is there a config option that will make that not crash? (to toggle off whatever is affected by it) - as a temporary solution

commented

happened to me too, except it happens whenever I ponder a basin. https://bytebin.lucko.me/15n6UqYDjf

commented

can you please use the new update?
1.19.4 - 1.19.3 - 1.19.2 - 1.18.2

commented

Sadly still crashes the server.

Crash-Report: https://pastebin.com/gcSYBmjv

commented

To further clarify: The Server crashes the instant when create carriages are being moved, not when they are just placed or exist as blocks in the world. When the server is restarted the affected contraption is completly removed from existence.

commented

Hey there, I thought I'd chime in that this isn't Create specific - it'll hit on any ticking entity that it doesn't seem to like (Had a mob in the Twilight Forest causing the same crash). Modpack creators are still good to have it client side however. It's just not tenable to have it severside when it deletes the offending ticking entity.

commented

Okay per testing, you can add those 2 lines into the config fiile until i release a fix.
mixin.entity.collisions.movement=false
mixin.entity.collisions.interesction=false

commented

On the today released version still crashes. @AbdElAziz333
#132
crash-2023-05-15_13.30.08-server.txt
debug.log
latest.log

commented

can you try please add mixin.entity.collisions.intersection=false in the config ?

commented

can you try please add mixin.entity.collisions.intersection=false in the config ?

Smth changed, but still crash. (I've only seen one error message before. Now at the beginning of 3 seconds there is spam with this error and only then crash.)
crash-2023-05-15_21.35.47-server.txt
debug.log
latest.log

commented

can you please try mixin.entity.collisions.movement=false in the config util i release a version to fix this ?

commented

can you please try mixin.entity.collisions.movement=false in the config util i release a version to fix this ?

Tried it. Still the same crash issue.
Crash report: https://pastebin.com/umkUaPXz

commented

can you please use the new update?
1.19.4 - 1.19.3 - 1.19.2 - 1.18.2