WolverinDEV / BungeeUtil

BungeeUtils [Unmaintained]
25 stars 13 forks source link

NPC Support for 1.12 (Datawatcher) #52

Open WolverinDEV opened 7 years ago

WolverinDEV commented 7 years ago

Client Crash:

Description: Ticking entity

java.lang.ClassCastException: java.lang.Float cannot be cast to java.lang.Byte
    at vp.cG(SourceFile:2096)
    at vp.cI(SourceFile:2104)
    at vp.B_(SourceFile:1683)
    at aed.B_(SourceFile:273)
    at bue.B_(SourceFile:55)
    at amu.a(SourceFile:1524)
    at amu.h(SourceFile:1500)
    at amu.k(SourceFile:1382)
    at bib.t(SourceFile:1691)
    at bib.az(SourceFile:1000)
    at bib.a(SourceFile:419)
    at net.minecraft.client.main.Main.main(SourceFile:123)
kaerns commented 7 years ago

Nicht ganz sicher ob das jetzt das problem trift aber in der 1.10 wurde der noGravity Tag eingefügt welcher dafür sorgt das die indexe ab dem 5. um eins nach unten verschoben wurden. Vermutlich ist es exakt diese stelle die diesen spezifischen fehler hervorruft:

1.9 6 Float (Health) 1.10 6 Byte (Handstate)

Spezifikation kurz vor 1.10 release: http://wiki.vg/index.php?title=Entities&oldid=7968#Living Aktuelle spezifikation: http://wiki.vg/index.php?title=Entities#Living

Und sorry das ich diesmal nicht auf Englisch geschrieben hab, ist schon spät und hatte genug English für den Tag.

WolverinDEV commented 7 years ago

Hey du bist ein goldesel. Du hast tatsächlich recht :D Man ich verdanke dir schon so viel :D Werde ich mal demnächst fixen :D

PS: http://screencloud.net/v/8W48z

WolverinDEV commented 6 years ago
Reported exception thrown!
f: Ticking entity
    at aid.k(SourceFile:1395)
    at bcx.t(SourceFile:1652)
    at bcx.av(SourceFile:968)
    at bcx.a(SourceFile:396)
    at net.minecraft.client.main.Main.main(SourceFile:124)
Caused by: java.lang.ClassCastException: java.lang.Float cannot be cast to java.lang.Byte
    at sf.cx(SourceFile:2000)
    at sf.cz(SourceFile:2008)
    at sf.m(SourceFile:1595)
    at zs.m(SourceFile:272)
    at bno.m(SourceFile:55)
    at aid.a(SourceFile:1527)
    at aid.g(SourceFile:1505)
    at aid.k(SourceFile:1388)
    ... 4 more