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

Error report when player right click "ready" sign #174

Closed
Daxxas opened this issue Nov 20, 2016 · 8 comments
Closed

Error report when player right click "ready" sign #174

Daxxas opened this issue Nov 20, 2016 · 8 comments
Assignees
Milestone

Comments

@Daxxas
Copy link

Daxxas commented Nov 20, 2016

Error in console :
[13:22:46 ERROR]: Could not pass event PlayerInteractEvent to DungeonsXL v0.15 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at org.bukkit.craftbukkit.v1_9_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:231) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.PlayerInteractManager.a(PlayerInteractManager.java:483) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.PlayerConnection.a(PlayerConnection.java:887) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.PacketPlayInUseItem.a(SourceFile:55) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.PacketPlayInUseItem.a(SourceFile:11) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_101] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_101] at net.minecraft.server.v1_9_R2.SystemUtils.a(SourceFile:45) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.MinecraftServer.D(MinecraftServer.java:726) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.MinecraftServer.C(MinecraftServer.java:665) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:564) [spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_101] Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:653) ~[?:1.8.0_101] at java.util.ArrayList.get(ArrayList.java:429) ~[?:1.8.0_101] at io.github.dre2n.dungeonsxl.player.DGroup.startGame(DGroup.java:663) ~[?:?] at io.github.dre2n.dungeonsxl.player.DGamePlayer.ready(DGamePlayer.java:695) ~[?:?] at io.github.dre2n.dungeonsxl.sign.ReadySign.ready(ReadySign.java:163) ~[?:?] at io.github.dre2n.dungeonsxl.sign.ReadySign.onPlayerTrigger(ReadySign.java:118) ~[?:?] at io.github.dre2n.dungeonsxl.sign.DSign.onUpdate(DSign.java:180) ~[?:?] at io.github.dre2n.dungeonsxl.trigger.Trigger.updateDSigns(Trigger.java:114) ~[?:?] at io.github.dre2n.dungeonsxl.trigger.InteractTrigger.onTrigger(InteractTrigger.java:49) ~[?:?] at io.github.dre2n.dungeonsxl.listener.PlayerListener.onInteract(PlayerListener.java:247) ~[?:?] at sun.reflect.GeneratedMethodAccessor217.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_101] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_101] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.9.4.jar:git-Spigot-c6871e2-0cd0397] ... 17 more

@Daxxas
Copy link
Author

Daxxas commented Nov 20, 2016

Error in pastebin :
http://pastebin.com/dcBWGzQ7

@Daxxas
Copy link
Author

Daxxas commented Nov 20, 2016

Error with Multiverse :
http://pastebin.com/DEY9KqxG

@Tiplish
Copy link
Contributor

Tiplish commented Nov 21, 2016

Hi, same problem for me. I try it many times and there is alwas the same error :(

@Sataniel98 Sataniel98 added the BUG label Nov 21, 2016
@Sataniel98
Copy link
Member

Regenerate your main config and add enough values to the color list.

@Sataniel98 Sataniel98 added this to the Beta 0.15-HOTFIX milestone Nov 21, 2016
@Sataniel98 Sataniel98 self-assigned this Nov 21, 2016
@Tiplish
Copy link
Contributor

Tiplish commented Nov 28, 2016

You think that the problem is the configfile? If i use your exemple where there is Floor configfile and Dungeon configfile exemples, next i add the values on the config file (in default), it will solve the problem?

@Sataniel98
Copy link
Member

It should have nothing to do with the game rule part.

@Tiplish
Copy link
Contributor

Tiplish commented Nov 28, 2016

Hello, now it works fine for me thx :)

@Sataniel98
Copy link
Member

Fixed in 0.15.1

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

No branches or pull requests

3 participants