And you are sure you installed Fallencore?
[Addon v1.112]DeFencev3.3.2
-
-
Reading the report i later figured out i forgot it this time around. Way too many different mods and exhausting don't go well together.
-
new stuff!! code door is out for those that want to protect their base with a password
-
Code
Display More2013-01-28 13:24:42 [SEVERE] [ForgeModLoader] A TileEntity type f4113n.Defence.TileEntityCodeDoor has throw an exception trying to write state. It will not persist. Report this to the mod author java.lang.IllegalArgumentException: Empty string not allowed at cc.<init>(SourceFile:15) at bq.a(SourceFile:77) at f4113n.Defence.TileEntityCodeDoor.b(TileEntityCodeDoor.java:309) at aam.a(AnvilChunkLoader.java:311) at aam.a(AnvilChunkLoader.java:127) at im.b(ChunkProviderServer.java:232) at im.a(ChunkProviderServer.java:284) at in.a(WorldServer.java:844) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:373) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:605) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497) at fy.run(SourceFile:849)
-
thank you, I'll get that fixed as soon as I can
-
ok problem fixed
-
bug: Block fences working as code door
-
May I use DeFence in a private mod pack distributed in a way that wont make me money?
-
-
Hey, F4113n? I already figured out what KBGaming's getting at. He's distributing the pack via the FTB Launcher and it's special "Private Pack Code" feature. Which is that he distributes the code to users of the pack, they type it into the launcher and gain access to the pack.
-
I don't care how he distributes it, as long as he doesn't break my rules, if he does I will politely inform Al who will take appropriate measures (aka banning him), otherwise not much else I can do
-
after installing the door, exit and connect to the server door just disappears ....
http://paste.ubuntu.com/1586705/ -
see if the problem persists with just DeFence + F4113nC0r3 + IC2 + MCForge installed
-
see if the problem persists with just DeFence + F4113nC0r3 + IC2 + MCForge installed
If so then no. but disappears when to restart the server0minecraftforge-universal-1.4.7-6.6.0.518.zip
1OptiFine_1.4.6_HD_U_C2.zip
2MC 1.4.7 - Player API universal 1.1.zip
3MC 1.4.7 - Render Player API 1.0.zip -
ok updated to fallencore 4.0.0, sorry there are no new toys this time, maybe next update
-
With Minecraft 1.4.7
Minecraft Forge 6.6.0.518
Java Version: 1.7.0_13
industrialcraft-2_1.115.213-lf.jar
Fallencore 4.0.0
ic2Defence 3.2.0Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: ats
at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:658)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at ho.c(DedicatedServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
Caused by: java.lang.NoClassDefFoundError: ats
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.getConstructor(Unknown Source)
at f4113n.core.te.FCBlockTile.createInstance(FCBlockTile.java:143)
at f4113n.core.te.FCBlockTile.addSubBlock(FCBlockTile.java:107)
at f4113n.Defence.DCore.init(DCore.java:58)
at f4113n.core.FCore.init(FCore.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:657)
... 5 more
Caused by: java.lang.ClassNotFoundException: ats
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 38 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.<init>(Unknown Source)
at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:80)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)
... 40 more -
kk I will look into it
-
managed to get some more info out of the server -
14:48:26 [WARNING] [ForgeModLoader] Mod attempted to get a block ID with a default in the Terrain Generation section, mod authors should make sure there defaults are above 256 unless explicitly needed for terrain generation. Most ores do not need to be below 256.
14:48:26 [WARNING] [ForgeModLoader] Config "C:/Users/Miniwolfie/AppData/Roaming/.minecraft/ServerVanillaTest/config/Defence.cfg" Category: "block" Key: "fences" Default: 146
14:48:26 [WARNING] [ForgeModLoader] Mod attempted to get a block ID with a default in the Terrain Generation section, mod authors should make sure there defaults are above 256 unless explicitly needed for terrain generation. Most ores do not need to be below 256.
14:48:26 [WARNING] [ForgeModLoader] Config "C:/Users/Miniwolfie/AppData/Roaming/.minecraft/ServerVanillaTest/config/Defence.cfg" Category: "block" Key: "blockDefence" Default: 146Edit - changed the ID´s but still no luck
14:52:25 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
14:52:25 [SEVERE] [ForgeModLoader] Caught exception from F4113nC0r3
java.lang.ArrayIndexOutOfBoundsException: 4146
at amq.<init>(Block.java:324)
at f4113n.Defence.BlockFences.<init>(BlockFences.java:33)
at f4113n.Defence.DCore.init(DCore.java:48)
at f4113n.core.FCore.init(FCore.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:657)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at ho.c(DedicatedServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
14:52:25 [INFO] [STDERR] java.lang.ArrayIndexOutOfBoundsException: 4146
14:52:25 [INFO] [STDERR] at amq.<init>(Block.java:324)
14:52:25 [INFO] [STDERR] at f4113n.Defence.BlockFences.<init>(BlockFences.java:33)
14:52:25 [INFO] [STDERR] at f4113n.Defence.DCore.init(DCore.java:48)
14:52:25 [INFO] [STDERR] at f4113n.core.FCore.init(FCore.java:145)
14:52:25 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
14:52:25 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
14:52:25 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
14:52:25 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
14:52:25 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
14:52:25 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
14:52:25 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
14:52:25 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
14:52:25 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
14:52:25 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
14:52:25 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
14:52:25 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
14:52:25 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
14:52:25 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
14:52:25 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
14:52:25 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
14:52:25 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
14:52:25 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
14:52:25 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
14:52:25 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
14:52:25 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
14:52:25 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
14:52:25 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
14:52:25 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
14:52:25 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:657)
14:52:25 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
14:52:25 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
14:52:25 [INFO] [STDERR] at ho.c(DedicatedServer.java:135)
14:52:25 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
14:52:25 [INFO] [STDERR] at fy.run(SourceFile:849)
14:52:25 [SEVERE] [Minecraft] Encountered an unexpected exception ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException: 4146
at amq.<init>(Block.java:324)
at f4113n.Defence.BlockFences.<init>(BlockFences.java:33)
at f4113n.Defence.DCore.init(DCore.java:48)
at f4113n.core.FCore.init(FCore.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:657)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:94)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:355)
at ho.c(DedicatedServer.java:135)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849) -
fix for server crashing errors
-
There is a little bit recipe incompability with factorization.