astei / krypton

A Fabric mod that optimizes the Minecraft networking stack and entity tracker.
GNU Lesser General Public License v3.0
367 stars 34 forks source link

Player dying causes server crash in some instances #37

Closed omash03 closed 3 years ago

omash03 commented 3 years ago

Started noticing some weird behavior in game that only occurs when I have krypton installed, biggest issue is that sometimes when a player dies the server crashes, but this does not happen very often. However I have only had this happen twice In a few days of uptime.

do these warning messages might give some clues to the issue? I will attach the whole log file below as well. latest.log

[12:44:14] [main/WARN]: u/Mixin target net/minecraft/class_3218$class_5526 is public in fabric-lifecycle-events-v1.mixins.json:ServerWorldEntityLoaderMixin and should be specified in value

[12:44:14] [main/WARN]: Force-disabling mixin 'world.player_chunk_tick.ThreadedAnvilChunkStorageMixin' as rule 'mixin.world.player_chunk_tick' (added by mods [krypton]) disables it and children

[12:44:15] [main/WARN]: u/Mixin target net/minecraft/class_3898$class_3208 is public in fabric-networking-api-v1.mixins.json:accessor.EntityTrackerAccessor and should be specified in value

[12:44:15] [main/WARN]: u/Mixin target net/minecraft/class_2474$class_5124 is public in fabric-tag-extensions-v0.mixins.json:MixinObjectBuilder and should be specified in value

[12:44:18] [main/WARN]: u/Inject(@At("INVOKE")) Shift.BY=3 on fabric-lifecycle-events-v1.mixins.json:server.WorldChunkMixin::handler$zbc000$onLoadBlockEntity exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.

could this just be an incompatibility with another mod I had installed?

astei commented 3 years ago

Without an actual crash report, there is nothing actionable here.