-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException on InventoryCloseEvent #43
Comments
Do you have anything else? Like anything below Caused by: java.lang.NullPointerException? |
Unfortunately I do not. I don't know why either - other plugins show their stack traces fine, but hawkeye appears to be "hiding" them. |
I did some testing and found out that dropper doesn't actually extend dispenser - which i initially thought. So that was most likely causing the null pointer because it was getting a null location. Grab build #51 and you should be fine. Before you run it though, i should probably warn you.. Builds above #49 have a different database setup/engine then earlier builds. Soo if you try to run it, it'll ATTEMPT to update your tables but it could take a very long time, or simply timeout. It's a lot more stable and will most likely work better for 1.8. HawkEye aside, i've noticed A LOT of bugs coming straight from 1.8. For instance, for some weird reason.. The BlockPlaceEvent is fired not once, but TWICE. if the event is cancelled. |
Yeah, there are definitely some oddities with 1.8 so far. Appreciate the support! |
I have no idea why there is nothing below the NullPointerException part - it's not printing out in console or the logs. So i can imagine this won't be too useful in finding the problem.
http://pastebin.com/2PLrCsr8
The text was updated successfully, but these errors were encountered: