Lythom / capsule

A minecraft mod : Bring your base! Capsules can capture a region containing any blocks or machines, then deploy and undeploy at will. Inspired by Dragon Ball capsules.
MIT License
16 stars 13 forks source link

Server Crash #53

Closed WenXin20 closed 2 years ago

WenXin20 commented 3 years ago

Forge v36.2.2 Minecraft v1.16.5 Capsule v5.0.73

I randomly got a server crash while exploring. A capsule was not used at the time of the crash. Crash Report

Lythom commented 2 years ago

Hi ! I have a proper way to fix this so I'll be fixing that shortly. To give some insight, it looks like the crash comes from a function that is usually only called client-side but fails when called server-side. This call is never done usually but inventorypets looks to do it anyway. That said the function does exists on server and is not forbidden to be called so I'll fix the capsule code to account for this use case. Thanks for reporting! It helps the mod getting better 👍.

WenXin20 commented 2 years ago

Thanks! I've had it happen multiple times since this report. I was wondering if Inventory Pets were somehow involved.

Lythom commented 2 years ago

Inventory pets is involved because it calls the Item.getName() method on the server, which vanilla and most mods don't do. It still should work.

Lythom commented 2 years ago

Fixed in 5.0.75 Should be up soon at https://www.curseforge.com/minecraft/mc-mods/capsule/files