bergerkiller / BKCommonLib

An extensive library I use in all of my plugins
38 stars 38 forks source link

[BKCommonLIB] [Reflection] Failed 'chunkList' #17

Open dawsondiaz opened 10 years ago

dawsondiaz commented 10 years ago

I get this error whenever I start up my server:

Spigot Build: #1202

[11:36:01] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.57-SNAPSHOT [11:36:01] [Server thread/ERROR]: [BKCommonLib] [Reflection] Field 'chunkList' does not exist in class file net.minecraft.server.v1_7_R1.ChunkProviderServer (Update BKCommonLib?) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.internal.CommonPlugin.handleReflectionMissing(CommonPlugin.java:104) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.reflection.SafeField.load(SafeField.java:78) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.reflection.SafeField.(SafeField.java:57) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.reflection.ClassTemplate.getField(ClassTemplate.java:242) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.reflection.classes.ChunkProviderServerRef.(ChunkProviderServerRef.java:18) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at java.lang.Class.forName0(Native Method) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at java.lang.Class.forName(Unknown Source) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.Common.loadClasses(Common.java:111) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.internal.CommonClasses.loadCommon(CommonClasses.java:59) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.internal.CommonClasses.loadRef(CommonClasses.java:45) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.internal.CommonClasses.init(CommonClasses.java:19) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.internal.CommonPlugin.onLoad(CommonPlugin.java:315) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:264) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:133) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:430) [11:36:01] [Server thread/ERROR]: [BKCommonLib] at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617)