AbdElAziz333 / Canary

A performance mod designed to optimize Minecraft's general performance and unofficial fork of Lithium mod for Minecraft Forge.
https://www.curseforge.com/minecraft/mc-mods/canary
GNU Lesser General Public License v3.0
41 stars 3 forks source link

Dedicated Server crashes on exception (with Create Mod) #123

Closed jang1er closed 1 year ago

jang1er commented 1 year ago

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

Oxlyntia commented 1 year ago

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

sijalids commented 1 year ago

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

AbdElAziz333 commented 1 year ago

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

jang1er commented 1 year ago

Sadly still crashes the server.

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

jang1er commented 1 year ago

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.

Yourname942 commented 1 year ago

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

Tyrantosaurex commented 1 year ago

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.

KostromDan commented 1 year ago

On the today released version still crashes. @AbdElAziz333 https://github.com/AbdElAziz333/Canary/issues/132 crash-2023-05-15_13.30.08-server.txt debug.log latest.log

AbdElAziz333 commented 1 year ago

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

KostromDan commented 1 year ago

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

AbdElAziz333 commented 1 year ago

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

jang1er commented 1 year ago

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

AbdElAziz333 commented 1 year ago

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

AbdElAziz333 commented 1 year ago

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