Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

NPC Support for 1.12 (Datawatcher) #52

Open
WolverinDEV opened this issue Sep 19, 2017 · 3 comments
Open

NPC Support for 1.12 (Datawatcher) #52

WolverinDEV opened this issue Sep 19, 2017 · 3 comments
Labels

Comments

@WolverinDEV
Copy link
Owner

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
Copy link
Contributor

kaerns commented Sep 29, 2017

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
Copy link
Owner Author

WolverinDEV commented Sep 30, 2017

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
Copy link
Owner Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants