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 24 forks source link

Unable to load the custom controller definition for the slot type #68

Closed mibby closed 8 years ago

mibby commented 8 years ago

CasinoSlots dev 49. This error just started to occur in console when updating to the latest dev build from formerly dev 34. Assuming the error is now occurring because it does not automatically create a controller line in old configs? And it is not defaulting to note_block but instead assuming noteblock when the line is missing - which is causing the problem?

[04:38:12] [Server thread/INFO]: [CasinoSlots] Enabling CasinoSlots v2.6.0-SNAPSHOT-b49
[04:38:12] [Server thread/ERROR]: [CasinoSlots] Unable to load the custom controller definition for the slot type default. The following is not valid: noteblock
[04:38:12] [Server thread/ERROR]: [CasinoSlots] Unable to load the custom controller definition for the slot type actionslot. The following is not valid: noteblock
[04:38:12] [Server thread/ERROR]: [CasinoSlots] Unable to load the custom controller definition for the slot type mega. The following is not valid: noteblock
[04:38:12] [Server thread/ERROR]: [CasinoSlots] Unable to load the custom controller definition for the slot type low. The following is not valid: noteblock
[04:38:12] [Server thread/ERROR]: [CasinoSlots] Unable to load the custom controller definition for the slot type high. The following is not valid: noteblock
[04:38:12] [Server thread/INFO]: [CasinoSlots] Loaded 5 types.
[04:38:12] [Server thread/INFO]: [CasinoSlots] Loaded 14 slot machines.
[04:38:12] [Server thread/INFO]: [CasinoSlots] Not tracking statistics.
graywolf336 commented 8 years ago

Ah whoops, yeah you're correct. Thankfully it should be safe to ignore that error as it defaults to note_block when it runs into an error. I'll get this fixed as soon as I can, unless someone opens a pull request to fix it. :)