LyraelRayne / StacysWolves

Wolves for Stacy's Let's Play
5 stars 4 forks source link

Some misc. crashes #5

Closed SnowShock35 closed 8 years ago

SnowShock35 commented 8 years ago

crash-2016-04-22_21.59.48-client.txt crash-2016-04-22_22.04.22-client.txt crash-2016-04-22_22.12.33-client.txt

Some Miscellaneous crashes I experienced with the mod while testing

LyraelRayne commented 8 years ago

Ahah! Deobfuscation related bug.

IRenderableWolf had a method with the same name as the unobfuscated method in Entity. When the re-obfuscator changes the name back, the interface is no longer correctly implemented.

Had to change the name of the interface method to not match an Entity method, then implement it as a wrapper around the Entity method.

Mostly writing this for @AKTheKnight 's benefit in case he runs into it in one of his mods as it took me hours to figure this out the first time I ever saw it ;)