Skip to content
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

Closed
Puremin0rez opened this issue Dec 13, 2014 · 4 comments
Closed

NullPointerException on InventoryCloseEvent #43

Puremin0rez opened this issue Dec 13, 2014 · 4 comments

Comments

@Puremin0rez
Copy link
Contributor

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

@bob7l
Copy link
Owner

bob7l commented Dec 15, 2014

Do you have anything else? Like anything below Caused by: java.lang.NullPointerException?

@Puremin0rez
Copy link
Contributor Author

Unfortunately I do not. I don't know why either - other plugins show their stack traces fine, but hawkeye appears to be "hiding" them.

@bob7l
Copy link
Owner

bob7l commented Dec 15, 2014

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.

@Puremin0rez
Copy link
Contributor Author

Yeah, there are definitely some oddities with 1.8 so far. Appreciate the support!

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

No branches or pull requests

2 participants