iLexiconn / LLibraryLegacy

The modding library that claims to be lightweight.
http://www.planetminecraft.com/mod/llibrary
Other
14 stars 7 forks source link

Crash with NEI #59

Closed Darkhax closed 8 years ago

Darkhax commented 8 years ago

When accessing one of the vanilla creative tabs, I received the following crash. The stack trace points to NEI and LLibrary methods.

https://gist.github.com/darkhax/a77baea73cf88e9f40a8

iLexiconn commented 8 years ago

Pretty sure it isn't LLibrary. Our player model can't cause the crash, as it doesn't touch any item code.

Darkhax commented 8 years ago

This is probably something on NEI's side, however that crash is a legitimate one, I generated it myself while testing on the Better Than Minecon server :p

iLexiconn commented 8 years ago

Does it also happen without having LLibrary installed?

Darkhax commented 8 years ago

It's hard to reproduce, I am not sure how, it just randomly happens. I haven't had this issue with LLibrary not installed. Also, LLibrary is part of the stack trace.

iLexiconn commented 8 years ago

That's mainly because LLibrary replaces the player model to call it's own events. It doesn't overwrite any vanilla code.