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

Bug MgSplegg using Spigot 1.8.9 and Java 8. #154

Closed
TheIntelloBox opened this issue Sep 3, 2016 · 25 comments
Closed

Bug MgSplegg using Spigot 1.8.9 and Java 8. #154

TheIntelloBox opened this issue Sep 3, 2016 · 25 comments
Milestone

Comments

@TheIntelloBox
Copy link

TheIntelloBox commented Sep 3, 2016

[19:51:36] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to MGSplegg v1.14.12-20160825.211219
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:717) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_72]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_72]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
Caused by: java.lang.NullPointerException
at com.comze_instancelabs.minigamesapi.util.IconMenu.open(IconMenu.java:94) ~[?:?]
at com.comze_instancelabs.minigamesapi.SpectatorManager.openSpectatorGUI(SpectatorManager.java:148) ~[?:?]
at com.comze_instancelabs.minigamesapi.ArenaListener.onSignUse(ArenaListener.java:1655) ~[?:?]
at sun.reflect.GeneratedMethodAccessor313.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
... 18 more
[19:51:37] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to MGSplegg v1.14.12-20160825.211219
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:195) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:191) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:717) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_72]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_72]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72]
Caused by: java.lang.NullPointerException
at com.comze_instancelabs.minigamesapi.util.IconMenu.open(IconMenu.java:94) ~[?:?]
at com.comze_instancelabs.minigamesapi.SpectatorManager.openSpectatorGUI(SpectatorManager.java:148) ~[?:?]
at com.comze_instancelabs.minigamesapi.ArenaListener.onSignUse(ArenaListener.java:1655) ~[?:?]
at sun.reflect.GeneratedMethodAccessor313.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.9.jar:git-Spigot-db6de12-07c3001]
... 18 more

@mepeisen
Copy link
Collaborator

mepeisen commented Sep 4, 2016

this happens every time a player is in spectator mode and tries to open the gui?

@mepeisen mepeisen added this to the 1.14.13 milestone Sep 4, 2016
@TheIntelloBox
Copy link
Author

Yes of course.
And we can't leave the game, can't place bloc, and can't break bloc. This is the same thing when we are op.

@mepeisen
Copy link
Collaborator

mepeisen commented Sep 5, 2016

Are there other exceptions or Problems? Can you send me a complete log to mep_eisen@web.de from server start to the problems and exceptions?

@TheIntelloBox
Copy link
Author

Any other problem.

@mepeisen
Copy link
Collaborator

mepeisen commented Sep 6, 2016

Can you provide a complete log file?

@TheIntelloBox
Copy link
Author

No I can't. ;(

@mepeisen
Copy link
Collaborator

mepeisen commented Sep 8, 2016

I will try to reproduce it this weekend

@TheIntelloBox
Copy link
Author

Okay ! :)

@mepeisen
Copy link
Collaborator

Please retry with latest snapshot.
Download links: https://github.com/MysticCity/MinigamesAPI/wiki/Installation

If you get additional exceptions please reopen the issue.

@TheIntelloBox
Copy link
Author

Please post it on Spigot because Norton said me that this is a virus.

@mepeisen
Copy link
Collaborator

Hmm. Avira does not find any virus. Then you will have to wait for the next release.

@TheIntelloBox
Copy link
Author

Ok and when it is ?

@mepeisen
Copy link
Collaborator

in the next 7 days.

@TheIntelloBox
Copy link
Author

Okay fine !

@TheIntelloBox
Copy link
Author

When is the update now ?

@mepeisen
Copy link
Collaborator

should be today

@TheIntelloBox
Copy link
Author

Okay.

@mepeisen
Copy link
Collaborator

sry for the delay. There were some ciritcal issues at work so that I had to spent several days without having time for my hobby :-(
The new version should be ready this saturday. Only two open bugs.

@TheIntelloBox
Copy link
Author

Okay, fine, no problem ! :D

@TheIntelloBox
Copy link
Author

When it is now ?

@MysticCity
Copy link
Owner

PLS wait a bit.
We have an RealLife and this Projekts are Free.
If you want faster Support/Releases give us so much money that we can code 24/7.

@TheIntelloBox
Copy link
Author

And now ? :(

@mepeisen
Copy link
Collaborator

sry, I did have some kind of chaos at work. This weekend it will be published.

@TheIntelloBox
Copy link
Author

Now ? :(

@mepeisen
Copy link
Collaborator

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

3 participants