MJRLegends / ExtraPlanets

A Galacticraft Addon for Minecraft
59 stars 42 forks source link

[1.10+] ClassCastException with Venus Rover #409

Closed MJRLegends closed 5 years ago

MJRLegends commented 5 years ago

Issue by @rdlenk

Same issue with the 1.12.2 version on Mercury. Only seems to affect multiplayer as I can spawn the Magma boss and Venus rover in a single player game but it crashes instantly when using a server. The crash is specific to the client as well, the server only logs the disconnect and some Netty garbage about the connection being forcibly closed by the remote host.

---Issue Report---

Description of Issue

When entering the Mercury dungeon boss spawn area the client crashes but the server stays online and other players are not affected.

Steps to Reproduce Issue

Walk into the Mercury dungeon and spawn the boss

Details

Client Crash Log: https://pastebin.com/k9jD5Rx0

Version: ExtraPlanets-1.12.2-0.4.9.jar, GalacticraftCore-1.12.2-4.0.2.190.jar

Where did this bug happen: Client

Error Details

Description: Ticking entity java.lang.ClassCastException: java.lang.Float cannot be cast to java.lang.Integer Entity Type: extraplanets:extraplanets.entityvenusrover (com.mjr.extraplanets.entities.vehicles.EntityVenusRover)

Troubleshooting Steps

  1. Tried editing region to remove the entity
  2. Disabled custom bosses on both client and server
  3. Deleted DIM-13 (Mercury) to force it to recreate

As a follow up here, I tried re-enabling the fire and nuclear bombs in the ExtraPlanets config. I also re-enabled custom bosses and then deleted the Mercury dimension again. For whatever reason, this worked and the correct boss spawned and didn't crash out the client.

MJRLegends commented 5 years ago

Should be fixed as of next update, if not please comment back once this issue is closed upon me releasing the update

MJRLegends commented 5 years ago

Updates have been released