CraftBook 3

CraftBook 3

139k Downloads

Hidden Switch bug

LadyCailinBot opened this issue · 15 comments

commented

CRAFTBOOK-2642 - Reported by Богдан.Шкляренко

http://cs416922.vk.me/v416922094/5d9d/1iETDmFfjSw.jpg (Screenshot)

First Line of Hidden Switch didnt works normally. If First Line empty - its ok and working good. If i put any ID - i can`t Use this key. And CB send me 2 messages:

  1. Ket didn`t fit.
  2. U hear click of switch
commented

Comment by me4502

Hmm, okay I'll look into this.

commented

Comment by Богдан.Шкляренко

So..? It`s my fail or really bug?

commented

Comment by me4502

please try the latest build.

commented

Comment by Богдан.Шкляренко

Yeap! Working fine! Thx.

commented

Comment by sat

it seen not working in last dev build or it's me ?
version git-Spigot-1212 (MC: 1.7.2)
CraftBook version 3.8-SNAPSHOT:3404-29fef0e,master

creation not reconized, and old hidden switch has not working.

(sorry if for my bad english)

commented

Comment by me4502

Hmm. Try both bridges and gates, do they both work?

Any errors?

commented

Comment by sat

i dont have any error.
bridge, and other work fine.
hidden swhitch don't work, not error or insufisant permission.

commented

Comment by me4502

I'll look into it later

commented

Comment by me4502

Please test the latest build, it should be working now.

commented

Comment by sat

whith the new verion craftbook crashes
on restart :

[12:06:34] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.8-SNAPSHOT:3408-2f39299,master
[12:06:35] [Server thread/INFO]: [CraftBook] Loading persistant data from YAML!
[12:06:35] [Server thread/WARN]: [CraftBook] Failed to initialize mechanic: VariableManager
[12:06:35] [Server thread/ERROR]: Error occurred while enabling CraftBook v3.8-SNAPSHOT:3408-2f39299,master (Is it up to date?)
java.lang.NullPointerException
at com.sk89q.craftbook.util.config.VariableConfiguration.save(VariableConfiguration.java:47) ~[?:?]
at com.sk89q.craftbook.common.VariableManager.disable(VariableManager.java:54) ~[?:?]
at com.sk89q.craftbook.bukkit.CraftBookPlugin.setupCraftBook(CraftBookPlugin.java:289) ~[?:?]
at com.sk89q.craftbook.bukkit.CraftBookPlugin.onEnable(CraftBookPlugin.java:239) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:218) ~[spigot.jar:git-Spigot-1218]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) [spigot.jar:git-Spigot-1218]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:385) [spigot.jar:git-Spigot-1218]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:302) [spigot.jar:git-Spigot-1218]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:284) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:348) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:325) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:281) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:184) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:430) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot.jar:git-Spigot-1218]
[12:06:35] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vDev2.13.55
[12:06:35] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[12:06:43] [Server thread/INFO]: Done (62,796s)! For help, type "help" or "?"
[12:06:43] [Server thread/INFO]: Starting GS4 status listener

commented

Comment by sat

i have test other version :

[12:13:55] [Server thread/ERROR]: Error occurred while enabling CraftBook v3.8-SNAPSHOT:3407-4862eef,master (Is it up to date?)
java.lang.NullPointerException
at com.sk89q.craftbook.util.config.VariableConfiguration.save(VariableConfiguration.java:47) ~[?:?]
at com.sk89q.craftbook.common.VariableManager.disable(VariableManager.java:54) ~[?:?]
at com.sk89q.craftbook.bukkit.CraftBookPlugin.setupCraftBook(CraftBookPlugin.java:289) ~[?:?]
at com.sk89q.craftbook.bukkit.CraftBookPlugin.onEnable(CraftBookPlugin.java:239) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:218) ~[spigot.jar:git-Spigot-1218]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) [spigot.jar:git-Spigot-1218]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:385) [spigot.jar:git-Spigot-1218]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:302) [spigot.jar:git-Spigot-1218]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:284) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:348) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:325) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:281) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:184) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:430) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot.jar:git-Spigot-1218]
[12:13:55] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vDev2.13.55

and craftbook no work

commented

Comment by sat

and other

[12:19:33] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.8-SNAPSHOT:3406-36f05a9,master
[12:19:34] [Server thread/INFO]: [CraftBook] Loading persistant data from YAML!
[12:19:34] [Server thread/WARN]: [CraftBook] Failed to initialize mechanic: VariableManager
[12:19:34] [Server thread/ERROR]: Error occurred while enabling CraftBook v3.8-SNAPSHOT:3406-36f05a9,master (Is it up to date?)
java.lang.NullPointerException
at com.sk89q.craftbook.util.config.VariableConfiguration.save(VariableConfiguration.java:47) ~[?:?]
at com.sk89q.craftbook.common.VariableManager.disable(VariableManager.java:54) ~[?:?]
at com.sk89q.craftbook.bukkit.CraftBookPlugin.setupCraftBook(CraftBookPlugin.java:289) ~[?:?]
at com.sk89q.craftbook.bukkit.CraftBookPlugin.onEnable(CraftBookPlugin.java:239) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:218) ~[spigot.jar:git-Spigot-1218]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) [spigot.jar:git-Spigot-1218]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:385) [spigot.jar:git-Spigot-1218]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:302) [spigot.jar:git-Spigot-1218]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:284) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:348) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:325) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:281) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:184) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:430) [spigot.jar:git-Spigot-1218]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot.jar:git-Spigot-1218]
[12:19:34] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vDev2.13.55

commented

Comment by sat

ok the 1st it's done

[12:23:59] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.8-SNAPSHOT:3405-15e12f3,master
[12:23:59] [Server thread/INFO]: [CraftBook] Loading persistant data from YAML!
[12:24:00] [Server thread/INFO]: [CraftBook] CraftBook v3.8b1 is the latest version available, and the updatability of it is: NO_UPDATE. You currently have version CraftBook v3.8b1 installed.
[12:24:00] [Server thread/INFO]: [CraftBook] Registered 5 custom recipes!
[12:24:00] [Server thread/INFO]: [CraftBook] Successfully added 3 CommandItems!
[12:24:00] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
[12:24:00] [Server thread/INFO]: [CraftBook] 1949 chunk(s) for 8 world(s) processed (17ms elapsed)
[12:24:01] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vDev2.13.55

i use spigot 1218

hidenswitch work whith craftbook Build #3405-15e12f3

sorry for the flood

commented

Comment by me4502

That should be fixed now.

commented

Comment by sat

oups sorry

yes at this time all works fine for me.
cb version : 3416-b9e5f0b
spigot : #1223