DiGitHubCap / TheWalls2

The Walls 2 plugin.
GNU Affero General Public License v3.0
1 stars 3 forks source link

Console errors #11

Open WauloK opened 11 years ago

WauloK commented 11 years ago

Hi.

Getting this:

2013-05-23 19:30:09 [SEVERE] Exception in thread "Thread-13" 2013-05-23 19:30:09 [SEVERE] org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled 2013-05-23 19:30:09 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.validate(CraftScheduler.java:394) 2013-05-23 19:30:09 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:120) 2013-05-23 19:30:09 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.scheduleSyncRepeatingTask(CraftScheduler.java:116) 2013-05-23 19:30:09 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.scheduleSyncDelayedTask(CraftScheduler.java:100) 2013-05-23 19:30:09 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.scheduleSyncDelayedTask(CraftScheduler.java:84) 2013-05-23 19:30:09 [SEVERE] at me.Hoot215.TheWalls2.TheWalls2AutoGameStartTimer.run(TheWalls2AutoGameStartTimer.java:39) 2013-05-23 19:30:09 [SEVERE] at java.lang.Thread.run(Unknown Source)

WauloK commented 11 years ago

(It's not disabled)

DiGitHubCap commented 11 years ago

Was the plugin somehow reloaded? I can't think of much else that could have caused this error.

WauloK commented 11 years ago

I hope it's not due to the server being reloaded. That happens a lot with MC servers.

DiGitHubCap commented 11 years ago

Have you been able to reproduce this error at all? Or did it just happen once?