clienthax / ChocoCraft2

A complete rewrite of chococraft for MinecraftForge
9 stars 6 forks source link

[MC1.8.0] Multiplayer Crash #8

Closed BlackYamato closed 8 years ago

BlackYamato commented 8 years ago

Environment: ・Java 8u66 64bit ・Minecraft 1.8.0 ・Minecraft Forge 11.14.4.1563 ・ChocoCraft2 Alpha 2 - 0.0.2

Client Crash Report: http://pastebin.com/UPHcKt49

hsyyid commented 8 years ago

Try updating Forge.

BlackYamato commented 8 years ago

Minecraft Forge 11.14.4.1577 It was a similar result in this version.

This error seems to occur when someone got on the chocobo. Person of the client that riding a chocobo will not crash. Client of people who are in the vicinity of this person will crash.

hsyyid commented 8 years ago

Fixing it

BlackYamato commented 8 years ago

Thanks so much.

danpolanco commented 8 years ago

More maybe relevant information:

If you are far enough away that the chocobo doesn't render but the person mounts, the crash doesn't happen. However, the person appears to just stand in the same spot until they unmount.

danpolanco commented 8 years ago

Is this as simple as changing EntityPlayerSP riderSP = (EntityPlayerSP) rider; to EntityClientPlayerMP riderMP = (EntityClientPlayerMP) rider; in ClientProxy.java?

danpolanco commented 8 years ago

Nvm. Gonna keep working on it.