przemykomo / simple-planes

Planes mod for minecraft forge.
GNU Lesser General Public License v3.0
28 stars 26 forks source link

Firing cgm ammountion (e.G: missles) crashes the server. #152

Closed HiWhatName closed 1 year ago

HiWhatName commented 1 year ago

As the title suggests, using the shooter upgrade with cgm can crash the internal server.

Information: Forge: 43.2.0 Minecraft: 1.19.2 Simple-planes version: 5.1.1 (latest CurseForge) MrCrayfish's Gun Mod version: 1.3.1

Crash log: https://pastebin.com/DWMrdMnh

"java.lang.NoClassDefFoundError: com/mrcrayfish/guns/network/message/MessageGunSound" Seems like something is trying to call a deprecated function?

HiWhatName commented 1 year ago

Found the CGM commit causing the issue: https://github.com/MrCrayfish/MrCrayfishGunMod/commit/d8094b91f0083f64272232cd2fdd0281bac85190

Class in simple-planes causing this issue: xyz.przemyk.simpleplanes.compat.MrCrayfishGunCompat;