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

NPE on startup #161

Closed
zerafox opened this issue Feb 19, 2017 · 5 comments
Closed

NPE on startup #161

zerafox opened this issue Feb 19, 2017 · 5 comments

Comments

@zerafox
Copy link

zerafox commented Feb 19, 2017

1.11.2 Spigot
4.0.0 MythicMobs
2.3.5 MyPet (Premium)

Incase any of that matters. I've seen reports of conflicts with both recently.

18.02 21:05:04 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_111] 
18.02 21:05:04 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_111] 
18.02 21:05:04 [Server] INFO at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [custom18.jar:git-Spigot-b4417b8-3c48711]
 18.02 21:05:04 [Server] INFO at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[custom18.jar:git-Spigot-b4417b8-3c48711] 
18.02 21:05:04 [Server] INFO at one.lindegaard.MobHunting.compatibility.CitizensCompat$1.run(CitizensCompat.java:80) ~[?:?] 
18.02 21:05:04 [Server] INFO java.lang.NullPointerException 18.02 21:05:04 [Server] WARN Plugin MobHunting v4.4.8 generated an exception while executing task 219```
@Rocologo
Copy link
Owner

This one looks like somthing whit citizens and not mypet/mythicmobs. Which version of citizens do you use?

@Rocologo
Copy link
Owner

You need to tell me more if I am going to do someting about this ticket.

@zerafox
Copy link
Author

zerafox commented Feb 20, 2017

Without scouring the error, and being away from my PC and being unable to check it until now....

2.0.21 SNAPSHOT build 1463 CITIZENS

Outside of a 'citizens build #' what else can I tell you more on.. -.-

Rocologo pushed a commit that referenced this issue Feb 23, 2017
* Fixed error when "/mh money drop" was called without an amount of
money to drop.
* Changed CitizensCompat initialization delay from 3 to 5 seconds, to
make sure that Citizens is fully loaded. (To fix ticket 161:
#161)
@Rocologo
Copy link
Owner

Try build 295 to see if this removes the error.

http://jenkins.lindegaard.one:8180/job/MobHunting/

Rocologo pushed a commit that referenced this issue Feb 24, 2017
* Bag of gold in the inventory, can now be halfed in two
* Tried to fix the missing texture on "Bag of gold"... It works on my
test server, but I know this is not a guarantee since I can't test all
possible configurations.
* Fixed error when "/mh money drop" was called without an amount of
money to drop.
* Changed CitizensCompat initialization delay from 3 to 5 seconds, to
make sure that Citizens is fully loaded. (To fix ticket 161:
#161)
* Replaced MH_REWARD (containing only the value) with MH_HIDDEN_DATA
(Containing DisplayText, reward value, Unique UUID, Reward IID)
* Fixed some minor bugs in the new money commands
* Fixed ItemPickupEvet when the inventory is full. (Reported by Mr
Killer)
@Rocologo
Copy link
Owner

Fixed in v4.5.4

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