graywolf336 / CasinoSlots

Animated, customizable, block-based slot machines, including audio, inside of Minecraft!
http://dev.bukkit.org/server-mods/casino-slots/
GNU General Public License v2.0
23 stars 22 forks source link

Still - Error on Load #19

Closed fultrim closed 12 years ago

fultrim commented 12 years ago

I am now in 2.3.1 and this was the load error:

2012-05-15 20:13:57 [INFO] [CasinoSlots] Enabling CasinoSlots v2.3.1 2012-05-15 20:13:57 [SEVERE] Error occurred while enabling CasinoSlots v2.3.1 (Is it up to date?) java.lang.NullPointerException at org.bukkit.Location.getBlock(Location.java:82) at com.craftyn.casinoslots.slot.SlotData.getBlocks(SlotData.java:147) at com.craftyn.casinoslots.slot.SlotData.loadSlot(SlotData.java:130) at com.craftyn.casinoslots.slot.SlotData.loadSlots(SlotData.java:80) at com.craftyn.casinoslots.util.ConfigData.load(ConfigData.java:53) at com.craftyn.casinoslots.CasinoSlots.onEnable(CasinoSlots.java:75) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

graywolf336 commented 12 years ago

Can you post your files via pastebin or some site?

fultrim commented 12 years ago

Config: http://pastebin.com/AywqxrYX Slots: http://pastebin.com/rxFEvzFB Stats: http://pastebin.com/knZk5Dxc

graywolf336 commented 12 years ago

Are you still getting this?

fultrim commented 12 years ago

Using the latest CasinoSlots and 1.2.5 R4 the error is no longer present.

I can't tell you when the error specifically went away, but I did notice it a couple weeks ago. I can tell you that I did NOT resolve the issue by regenerating the configs, but it may have been resolved when bukkit updated, or when I updated another plugin.

CURRENT STATUS: no error on load and the plugins runs without errors.

graywolf336 commented 12 years ago

Interesting, okay thanks. Closing now...reopen if it does it again for some reason.