Crash with 623a:
---- Minecraft Crash Report ----
// There are four lights!
Time: 11/6/14 1:28 AM
Description: Ticking block entity
java.lang.NoClassDefFoundError: openmods/utils/VanillaAnvilLogic
at openblocks.common.tileentity.TileEntityAutoAnvil.repairItem(TileEntityAutoAnvil.java:137)
at openblocks.common.tileentity.TileEntityAutoAnvil.func_145845_h(TileEntityAutoAnvil.java:128)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.ClassNotFoundException: openmods.utils.VanillaAnvilLogic
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 9 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at openblocks.common.tileentity.TileEntityAutoAnvil.repairItem(TileEntityAutoAnvil.java:137)
at openblocks.common.tileentity.TileEntityAutoAnvil.func_145845_h(TileEntityAutoAnvil.java:128)
-- Block entity being ticked --
Details:
Name: openblocks_autoanvil // openblocks.common.tileentity.TileEntityAutoAnvil
Block type: ID #1468 (tile.openblocks.autoanvil // openblocks.common.block.BlockAutoAnvil)
Block data value: 5 / 0x5 / 0b0101
Block location: World: (147,66,39), Chunk: (at 3,4,7 in 9,2; contains blocks 144,0,32 to 159,255,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #1468 (tile.openblocks.autoanvil // openblocks.common.block.BlockAutoAnvil)
Actual block data value: 5 / 0x5 / 0b0101
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
------
Looking at the OpenMods website, why do we have open perhipery when there is this notice posted on the Jenkis website:
Project OpenPeripheralCore
WARNING
This mod is not fully ported to 1.7 yet. It will start, but there is no integration.
That means that there are NO peripherals in there (except for ones that are explicitly added by mods like OpenPeripheralAddons).
By downloading this snapshot you acknowledge, that I will shout like a maniac at you if you create Github issue titled "inventory function not working"
------
Edit 2: This is the error everone on my server sees when they timeout:
Console : [02:03:16] [Thread-16/WARN] [FML]: =============================================================
Console : [02:03:16] [Thread-16/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
Console : [02:03:16] [Thread-16/WARN] [FML]: Offendor: org/luaj/vm2/lib/OsLib.exit(I)V
Console : [02:03:16] [Thread-16/WARN] [FML]: Use FMLCommonHandler.exitJava instead
Console : [02:03:16] [Thread-16/WARN] [FML]: =============================================================
No sure what mod is causing this
-----
Edit 3: I was able to resolve the above crash with the following open mod updates. It seems people can log into the server without them though *shrug*.
OpenBlocks-1.7.10-1.3-snapshot-467.jar
OpenModsLib-1.7.10-0.6-snapshot-239.jar