With you now controlling the future development of the mod, do you think it would be possible if you could allow us to change the block replacing stone in ice caves through the config? I would prefer them to packed ice rather than normal ice on my save.
With you now controlling the future development of the mod, do you think it would be possible if you could allow us to change the block replacing stone in ice caves through the config? I would prefer them to packed ice rather than normal ice on my save.
Added an option for block generation in ice caves.
It is limited to "ice-y" blocks, this avoid breaking the caves look and/or cheating.
- Reinforced glass has a texture glitch if they're next to any mystic ores blocks.
(in front of tourmaline gem blocks)
- Orbs shot from the mystic world staves while standing still does this:
(They also have stuttery movement when flying across the world.)
*Can you tell use what the sneak + right-click ability the Aeration Staff does? It does the same thing as the right-click ability.*
LevelUp! Mod:
- Cooking/Smelting doesn't yield 2x food/ingots. It does increase the furnace speed, but I have gotten double ingots/food in or out of the furnace GUI.
- Talisman of Wonder doesn't give xp for sacrificing an item.
*Is there any way Athletics can increase swimming speed too? *
hi GotoLink using MagicWands mod with mc1.7.2 forge 1040, how do i add custom ore to the config... i tried to add "copper_ore,tin_ore etc. from IC2 EXP but no luck instead i see a "dig limit" in the console and huge column from stone is generated ?? i know that i have to add the names instead of the id´s: like "blockOreCopper, blockOreTin" as stated in the -InternalName.class - file "public static final InternalName blockOreCopper;" (IC2EXP mod) but whatever, however i add the names...still no luck
For custom blocks, you'll need to use the modid like so:
"modid:customblockname"
You can probably find the mod id in its mcmod.info file.
Found a couple new bugs in Mystic Mods: - Reinforced glass has a texture glitch if they're next to any mystic ores blocks. (in front of tourmaline gem blocks) - Orbs shot from the mystic world staves while standing still does this: (They also have stuttery movement when flying across the world.) *Can you tell use what the sneak + right-click ability the Aeration Staff does? It does the same thing as the right-click ability.* LevelUp! Mod: - Cooking/Smelting doesn't yield 2x food/ingots. It does increase the furnace speed, but I have gotten double ingots/food in or out of the furnace GUI. - Talisman of Wonder doesn't give xp for sacrificing an item. *Is there any way Athletics can increase swimming speed too? *
Fixed reinforced glass.
Lot of fixes added for staves.
There is no sneak+right click ability for aeration staff. There is a permanent no-fall-damage power, and it has a charge system, unlike other staves.
Cooking/smelting skill level only increase the chance of having more output. You need to get the smelting result out of the furnace, before the result stack reach max (64) too.
At level 50, you'd have roughly 38% more output. (32 raw porkchops returned 44 cooked for me)
I recommend shift-clicking each product out, for maximum output.
Fixed Talisman of Wonder.
It is possible to increase swimming speed. I kinda think the "Athletics" skill is already unbalanced with the others, though.
what happened to the laser mod? it isn't listed on the to do set anymore. Did you update it and I can't see it or have you dropped it?
Read some posts above you.
Rollback Post to RevisionRollBack
Hey, guys. Quote me if you want me to respond. Otherwise I'll have no idea what the hell you want with me.
Friend Code: 1263-6258-8121 (Poison)
Friend Safaris: Poison: Swalot, Whirlipede, Seviper.
There is no sneak+right click ability for aeration staff. There is a permanent no-fall-damage power, and it has a charge system, unlike other staves.
Ah, I was hoping it retained the air orb's ability of the super jump like how the other orbs/staves retain theirs. I think the Aeration staff would benefit more with a knockback effect (wind blast!) than an air launcher effect.
Speaking of which, more bugs! Yay!
- Earth Orb + Staff "bonemeal" ability consumes the item if used.
- Air Orb's ability is broken as well (super jump).
- Nether ores generation is broken (?). After 10+ minutes of flying around in the nether I only see red and black soulstones. I know the other two are supposed to be rarer, but I haven't seen a single one of them. I even changed their textures to something more visible.
Any chance that you can increase the durability of the staves?
Does Wild Caves have some kind of incompatibility with Pam's Bonecraft? Because after installing that mod, the bones dropped from your ores cannot be used for anything, and the bones from her ores cannot be crafted into anything.
Edit: This bug appears to be only connected to pam's ores. Your ores are fine. Also, would it be possible to have stalactites and stalagmites have connected textures in the future, as to improve the looks of caves, and make it so they don't have gaps in them?
How do i install Level Up! to a server. When i install it i get this crash report.
---- Minecraft Crash Report ----
// Why did you do that?
Time: 3/21/14 7:57 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:677)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:85)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:299)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:412)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at assets.levelup.LevelUp.load(LevelUp.java:48)
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:536)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 33 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 35 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 934292888 bytes (891 MB) / 1029177344 bytes (981 MB) up to 1029177344 bytes (981 MB)
JVM Flags: 2 total; -Xms1G -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.109.1019 Minecraft Forge 10.12.0.1019 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.2.109.1019} [Forge Mod Loader] (forge-1.7.2-10.12.0.1019-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.12.0.1019} [Minecraft Forge] (forge-1.7.2-10.12.0.1019-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
levelup{0.3} [Level Up!] (LevelUp!-0.3(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Ah, I was hoping it retained the air orb's ability of the super jump like how the other orbs/staves retain theirs. I think the Aeration staff would benefit more with a knockback effect (wind blast!) than an air launcher effect. Speaking of which, more bugs! Yay! - Earth Orb + Staff "bonemeal" ability consumes the item if used. - Air Orb's ability is broken as well (super jump). - Nether ores generation is broken (?). After 10+ minutes of flying around in the nether I only see red and black soulstones. I know the other two are supposed to be rarer, but I haven't seen a single one of them. I even changed their textures to something more visible. Any chance that you can increase the durability of the staves?
Does Wild Caves have some kind of incompatibility with Pam's Bonecraft? Because after installing that mod, the bones dropped from your ores cannot be used for anything, and the bones from her ores cannot be crafted into anything. Edit: This bug appears to be only connected to pam's ores. Your ores are fine. Also, would it be possible to have stalactites and stalagmites have connected textures in the future, as to improve the looks of caves, and make it so they don't have gaps in them?
Crafting issues may be solved by the NoMoreRecipeConflict mod.
I don't do textures. There already are times when stalactites and stalagmites are connected anyway. It is rare though.
How do i install Level Up! to a server. When i install it i get this crash report.
---- Minecraft Crash Report ---- // Why did you do that? Time: 3/21/14 7:57 PM Description: Exception in server tick loop cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:677) at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:85) at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:299) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:412) at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705) Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP at assets.levelup.LevelUp.load(LevelUp.java:48) 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:536) 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:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188) 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:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676) ... 5 more Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 33 more Caused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180) ... 35 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.7.2 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 934292888 bytes (891 MB) / 1029177344 bytes (981 MB) up to 1029177344 bytes (981 MB) JVM Flags: 2 total; -Xms1G -Xmx1G AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.01-pre FML v7.2.109.1019 Minecraft Forge 10.12.0.1019 4 mods loaded, 4 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized FML{7.2.109.1019} [Forge Mod Loader] (forge-1.7.2-10.12.0.1019-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized Forge{10.12.0.1019} [Minecraft Forge] (forge-1.7.2-10.12.0.1019-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized levelup{0.3} [Level Up!] (LevelUp!-0.3(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Errored Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml,forge' Type: Dedicated Server (map_server.txt)
The Meaning of Life, the Universe, and Everything.
Join Date:
3/22/2014
Posts:
62
Member Details
Level Up! does not appear to want to work on a SMP server. I am running a fresh install of the latest Forge version, i'm not using any other mods to rule out conflicts, latest version of java, etc. I'd love to be able to use this mod on my server.
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 3/22/14 8:25 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:674)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:301)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:188)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:706)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at assets.levelup.LevelUp.load(LevelUp.java:48)
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:513)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:673)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 33 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3959200432 bytes (3775 MB) / 4116709376 bytes (3926 MB) up to 4116709376 bytes (3926 MB)
JVM Flags: 2 total; -Xms4G -Xmx4G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.129.1047 Minecraft Forge 10.12.0.1047 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.2.129.1047} [Forge Mod Loader] (forge-1.7.2-10.12.0.1047-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.12.0.1047} [Minecraft Forge] (forge-1.7.2-10.12.0.1047-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
levelup{0.3} [Level Up!] (LevelUp!-0.3(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Level Up! does not appear to want to work on a SMP server. I am running a fresh install of the latest Forge version, i'm not using any other mods to rule out conflicts, latest version of java, etc. I'd love to be able to use this mod on my server.
Are you using the latest official download from my page ?
I have no issue with running any of my mods on my server.
Are you using the latest official download from my page ?
I have no issue with running any of my mods on my server.
I was not using the latest version from your page, I was using 10.12.0.1047, which is the latest build of Forge from their official page. I downloaded the version from your page, 10.12.0.1019, and it worked as far as the server actually loading the mod, but once in game, as soon as you go to choose a class, Minecraft crashes with the following error.
java.lang.NullPointerException: Unexpected error
at assets.levelup.GuiClasses.func_146281_b(GuiClasses.java:44)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:761)
at net.minecraft.client.network.NetHandlerPlayClient.func_147231_a(NetHandlerPlayClient.java:639)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:297)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1585)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:951)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:869)
at net.minecraft.client.main.Main.main(SourceFile:103)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 354065712 bytes (337 MB) / 468189184 bytes (446 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 17299 (968744 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.01-pre FML v7.2.109.1019 Minecraft Forge 10.12.0.1019 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{7.2.109.1019} [Forge Mod Loader] (forge-1.7.2-10.12.0.1019.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{10.12.0.1019} [Minecraft Forge] (forge-1.7.2-10.12.0.1019.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
levelup{0.3} [Level Up!] (LevelUp!-0.3(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Launched Version: 1.7.2-Forge10.12.0.1019
LWJGL: 2.9.0
OpenGL: GeForce GTX 680/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: On (16)
Also, let me paste the console information from the server-side of things. This is just me loading my server, logging in and trying to choose a class.
[14:20:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[14:20:29] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[14:20:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[14:20:29] [main/INFO] [FML]: Forge Mod Loader version 7.2.109.1019 for Minecraft 1.7.2 loading
[14:20:29] [main/INFO] [FML]: Java is Java HotSpot™ 64-Bit Server VM, version 1.7.0_51, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jre7
[14:20:29] [main/WARN] [FML]: The coremod assets.levelup.LevelUpPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:20:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:20:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[14:20:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:20:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:20:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:20:30] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[14:20:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:20:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:20:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[14:20:31] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[14:20:33] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.7.2
[14:20:33] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input
java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_51]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_51]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_51]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_51]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_51]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:94) [ll.class:?]
[14:20:33] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[14:20:33] [Server thread/INFO] [FML]: MinecraftForge v10.12.0.1019 Initialized
[14:20:33] [Server thread/ERROR] [FML]: Unable to determine registrant mod for [email protected] This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:42) [EventBus.class:?]
at net.minecraftforge.common.MinecraftForge.initialize(MinecraftForge.java:46) [MinecraftForge.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at cpw.mods.fml.common.FMLCommonHandler.callForgeMethod(FMLCommonHandler.java:184) [FMLCommonHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.beginLoading(FMLCommonHandler.java:96) [FMLCommonHandler.class:?]
at cpw.mods.fml.server.FMLServerHandler.<init>(FMLServerHandler.java:64) [FMLServerHandler.class:?]
at cpw.mods.fml.server.FMLServerHandler.<clinit>(FMLServerHandler.java:55) [FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:293) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:114) [lj.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:412) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705) [kx.class:?]
[14:20:34] [Server thread/INFO] [FML]: Replaced 128 ore recipies
[14:20:34] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[14:20:34] [Server thread/INFO] [FML]: Searching C:\Users\Matthew\Desktop\Test Server\Minecraft Forge Server\mods for mods
[14:20:34] [Server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[14:20:35] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[14:20:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[14:20:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[14:20:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[14:20:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565
[14:20:35] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[14:20:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
[14:20:35] [Server thread/INFO] [FML]: Injecting new block and item data into this server instance
[14:20:35] [Server thread/INFO] [FML]: Loading dimension 0 (world) ([email protected])
[14:20:35] [Server thread/INFO] [FML]: Loading dimension 1 (world) ([email protected])
[14:20:35] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server[email protected])
[14:20:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
[14:20:36] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (1.164s)! For help, type "help" or "?"
[14:21:11] [User Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player Instro is 77ec7fc9e1c241e7ad8030a201c92113
[14:21:12] [Netty IO #2/INFO] [FML]: Client protocol version 1
[14:21:12] [Netty IO #2/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
[14:21:12] [Netty IO #2/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[14:21:12] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[14:21:12] [Server thread/INFO] [net.minecraft.server.management.ServerConfigurationManager]: Instro[/127.0.0.1:52471] logged in with entity id 134 at (-261.278217933039, 64.0, -179.81289518689948)
[14:21:12] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Instro joined the game
[14:21:18] [Server thread/ERROR] [FML]: NetworkEventFiringHandler exception
java.lang.NoClassDefFoundError: net/minecraft/client/network/NetHandlerPlayClient
at cpw.mods.fml.common.network.FMLEventChannel.fireRead(FMLEventChannel.java:36) ~[FMLEventChannel.class:?]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:30) ~[NetworkEventFiringHandler.class:?]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:18) ~[NetworkEventFiringHandler.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:71) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:198) [ef.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:680) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:329) [lj.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705) [kx.class:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.network.NetHandlerPlayClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
... 16 more
Caused by: java.lang.RuntimeException: Attempted to load class biv for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) ~[forge-1.7.2-10.12.0.1019-universal.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276) ~[launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
... 16 more
[14:21:18] [Server thread/ERROR] [FML]: There was a critical exception handling a packet on channel LEVELUPCLASSES
java.lang.NoClassDefFoundError: net/minecraft/client/network/NetHandlerPlayClient
at cpw.mods.fml.common.network.FMLEventChannel.fireRead(FMLEventChannel.java:36) ~[FMLEventChannel.class:?]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:30) ~[NetworkEventFiringHandler.class:?]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:18) ~[NetworkEventFiringHandler.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:71) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:198) [ef.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:680) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:329) [lj.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705) [kx.class:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.network.NetHandlerPlayClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
... 16 more
Caused by: java.lang.RuntimeException: Attempted to load class biv for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) ~[forge-1.7.2-10.12.0.1019-universal.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276) ~[launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
... 16 more
[14:21:19] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Instro lost connection: TextComponent{text='A fatal error has occured, this connection is terminated', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[14:21:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Instro left the game
With you now controlling the future development of the mod, do you think it would be possible if you could allow us to change the block replacing stone in ice caves through the config? I would prefer them to packed ice rather than normal ice on my save.
oh, cool!
Added an option for block generation in ice caves.
It is limited to "ice-y" blocks, this avoid breaking the caves look and/or cheating.
http://pastebin.com/91jvAqht
- Reinforced glass has a texture glitch if they're next to any mystic ores blocks.
(in front of tourmaline gem blocks)
- Orbs shot from the mystic world staves while standing still does this:
(They also have stuttery movement when flying across the world.)
*Can you tell use what the sneak + right-click ability the Aeration Staff does? It does the same thing as the right-click ability.*
LevelUp! Mod:
- Cooking/Smelting doesn't yield 2x food/ingots. It does increase the furnace speed, but I have gotten double ingots/food in or out of the furnace GUI.
- Talisman of Wonder doesn't give xp for sacrificing an item.
*Is there any way Athletics can increase swimming speed too?
Nope, impossible.
For custom blocks, you'll need to use the modid like so:
"modid:customblockname"
You can probably find the mod id in its mcmod.info file.
Fixed reinforced glass.
Lot of fixes added for staves.
There is no sneak+right click ability for aeration staff. There is a permanent no-fall-damage power, and it has a charge system, unlike other staves.
Cooking/smelting skill level only increase the chance of having more output. You need to get the smelting result out of the furnace, before the result stack reach max (64) too.
At level 50, you'd have roughly 38% more output. (32 raw porkchops returned 44 cooked for me)
I recommend shift-clicking each product out, for maximum output.
Fixed Talisman of Wonder.
It is possible to increase swimming speed. I kinda think the "Athletics" skill is already unbalanced with the others, though.
Read some posts above you.
Hey, guys. Quote me if you want me to respond. Otherwise I'll have no idea what the hell you want with me.
Friend Code: 1263-6258-8121 (Poison)
Friend Safaris: Poison: Swalot, Whirlipede, Seviper.
“Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.”

Ah, I was hoping it retained the air orb's ability of the super jump like how the other orbs/staves retain theirs. I think the Aeration staff would benefit more with a knockback effect (wind blast!) than an air launcher effect.
Speaking of which, more bugs! Yay!
- Earth Orb + Staff "bonemeal" ability consumes the item if used.
- Air Orb's ability is broken as well (super jump).
- Nether ores generation is broken (?). After 10+ minutes of flying around in the nether I only see red and black soulstones. I know the other two are supposed to be rarer, but I haven't seen a single one of them. I even changed their textures to something more visible.
Any chance that you can increase the durability of the staves?
Edit: This bug appears to be only connected to pam's ores. Your ores are fine. Also, would it be possible to have stalactites and stalagmites have connected textures in the future, as to improve the looks of caves, and make it so they don't have gaps in them?
// Why did you do that?
Time: 3/21/14 7:57 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:677)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:85)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:299)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:412)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at assets.levelup.LevelUp.load(LevelUp.java:48)
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:536)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 33 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 35 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 934292888 bytes (891 MB) / 1029177344 bytes (981 MB) up to 1029177344 bytes (981 MB)
JVM Flags: 2 total; -Xms1G -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.109.1019 Minecraft Forge 10.12.0.1019 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.2.109.1019} [Forge Mod Loader] (forge-1.7.2-10.12.0.1019-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.12.0.1019} [Minecraft Forge] (forge-1.7.2-10.12.0.1019-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
levelup{0.3} [Level Up!] (LevelUp!-0.3(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Difficult to see. Always in motion is the future.
More fixes ! Yay!
Crafting issues may be solved by the NoMoreRecipeConflict mod.
I don't do textures. There already are times when stalactites and stalagmites are connected anyway. It is rare though.
Fixed
You should update Forge to the latest version.
// I bet Cylons wouldn't have this problem.
Time: 3/22/14 8:25 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:674)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:88)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:301)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:188)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:706)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP
at assets.levelup.LevelUp.load(LevelUp.java:48)
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:513)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
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:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:673)
... 5 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 33 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3959200432 bytes (3775 MB) / 4116709376 bytes (3926 MB) up to 4116709376 bytes (3926 MB)
JVM Flags: 2 total; -Xms4G -Xmx4G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.01-pre FML v7.2.129.1047 Minecraft Forge 10.12.0.1047 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.2.129.1047} [Forge Mod Loader] (forge-1.7.2-10.12.0.1047-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.12.0.1047} [Minecraft Forge] (forge-1.7.2-10.12.0.1047-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
levelup{0.3} [Level Up!] (LevelUp!-0.3(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Errored
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Are you using the latest official download from my page ?
I have no issue with running any of my mods on my server.
Thanks ^^
I was not using the latest version from your page, I was using 10.12.0.1047, which is the latest build of Forge from their official page. I downloaded the version from your page, 10.12.0.1019, and it worked as far as the server actually loading the mod, but once in game, as soon as you go to choose a class, Minecraft crashes with the following error.
// Daisy, daisy...
Time: 3/25/14 2:10 PM
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at assets.levelup.GuiClasses.func_146281_b(GuiClasses.java:44)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:761)
at net.minecraft.client.network.NetHandlerPlayClient.func_147231_a(NetHandlerPlayClient.java:639)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_78765_e(PlayerControllerMP.java:297)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1585)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:951)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:869)
at net.minecraft.client.main.Main.main(SourceFile:103)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 354065712 bytes (337 MB) / 468189184 bytes (446 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 17299 (968744 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.01-pre FML v7.2.109.1019 Minecraft Forge 10.12.0.1019 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML{7.2.109.1019} [Forge Mod Loader] (forge-1.7.2-10.12.0.1019.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge{10.12.0.1019} [Minecraft Forge] (forge-1.7.2-10.12.0.1019.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
levelup{0.3} [Level Up!] (LevelUp!-0.3(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Launched Version: 1.7.2-Forge10.12.0.1019
LWJGL: 2.9.0
OpenGL: GeForce GTX 680/PCIe/SSE2 GL version 4.4.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Anisotropic Filtering: On (16)
Also, let me paste the console information from the server-side of things. This is just me loading my server, logging in and trying to choose a class.
[14:20:29] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[14:20:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[14:20:29] [main/INFO] [FML]: Forge Mod Loader version 7.2.109.1019 for Minecraft 1.7.2 loading
[14:20:29] [main/INFO] [FML]: Java is Java HotSpot™ 64-Bit Server VM, version 1.7.0_51, running on Windows 8:amd64:6.2, installed at C:\Program Files\Java\jre7
[14:20:29] [main/WARN] [FML]: The coremod assets.levelup.LevelUpPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[14:20:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:20:29] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[14:20:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:20:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[14:20:29] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:20:30] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[14:20:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:20:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[14:20:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[14:20:31] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[14:20:33] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.7.2
[14:20:33] [Server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input
java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_51]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_51]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_51]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_51]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_51]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:94) [ll.class:?]
[14:20:33] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[14:20:33] [Server thread/INFO] [FML]: MinecraftForge v10.12.0.1019 Initialized
[14:20:33] [Server thread/ERROR] [FML]: Unable to determine registrant mod for [email protected] This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:42) [EventBus.class:?]
at net.minecraftforge.common.MinecraftForge.initialize(MinecraftForge.java:46) [MinecraftForge.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at cpw.mods.fml.common.FMLCommonHandler.callForgeMethod(FMLCommonHandler.java:184) [FMLCommonHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.beginLoading(FMLCommonHandler.java:96) [FMLCommonHandler.class:?]
at cpw.mods.fml.server.FMLServerHandler.<init>(FMLServerHandler.java:64) [FMLServerHandler.class:?]
at cpw.mods.fml.server.FMLServerHandler.<clinit>(FMLServerHandler.java:55) [FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:293) [FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:114) [lj.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:412) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705) [kx.class:?]
[14:20:34] [Server thread/INFO] [FML]: Replaced 128 ore recipies
[14:20:34] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[14:20:34] [Server thread/INFO] [FML]: Searching C:\Users\Matthew\Desktop\Test Server\Minecraft Forge Server\mods for mods
[14:20:34] [Server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[14:20:35] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[14:20:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
[14:20:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
[14:20:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
[14:20:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25565
[14:20:35] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[14:20:35] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
[14:20:35] [Server thread/INFO] [FML]: Injecting new block and item data into this server instance
[14:20:35] [Server thread/INFO] [FML]: Loading dimension 0 (world) ([email protected])
[14:20:35] [Server thread/INFO] [FML]: Loading dimension 1 (world) ([email protected])
[14:20:35] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server[email protected])
[14:20:35] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
[14:20:36] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (1.164s)! For help, type "help" or "?"
[14:21:11] [User Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player Instro is 77ec7fc9e1c241e7ad8030a201c92113
[14:21:12] [Netty IO #2/INFO] [FML]: Client protocol version 1
[14:21:12] [Netty IO #2/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected]
[14:21:12] [Netty IO #2/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[14:21:12] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[14:21:12] [Server thread/INFO] [net.minecraft.server.management.ServerConfigurationManager]: Instro[/127.0.0.1:52471] logged in with entity id 134 at (-261.278217933039, 64.0, -179.81289518689948)
[14:21:12] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Instro joined the game
[14:21:18] [Server thread/ERROR] [FML]: NetworkEventFiringHandler exception
java.lang.NoClassDefFoundError: net/minecraft/client/network/NetHandlerPlayClient
at cpw.mods.fml.common.network.FMLEventChannel.fireRead(FMLEventChannel.java:36) ~[FMLEventChannel.class:?]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:30) ~[NetworkEventFiringHandler.class:?]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:18) ~[NetworkEventFiringHandler.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:71) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:198) [ef.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:680) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:329) [lj.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705) [kx.class:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.network.NetHandlerPlayClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
... 16 more
Caused by: java.lang.RuntimeException: Attempted to load class biv for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) ~[forge-1.7.2-10.12.0.1019-universal.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276) ~[launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
... 16 more
[14:21:18] [Server thread/ERROR] [FML]: There was a critical exception handling a packet on channel LEVELUPCLASSES
java.lang.NoClassDefFoundError: net/minecraft/client/network/NetHandlerPlayClient
at cpw.mods.fml.common.network.FMLEventChannel.fireRead(FMLEventChannel.java:36) ~[FMLEventChannel.class:?]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:30) ~[NetworkEventFiringHandler.class:?]
at cpw.mods.fml.common.network.NetworkEventFiringHandler.channelRead0(NetworkEventFiringHandler.java:18) ~[NetworkEventFiringHandler.class:?]
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:71) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:198) [ef.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:680) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:329) [lj.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705) [kx.class:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.network.NetHandlerPlayClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
... 16 more
Caused by: java.lang.RuntimeException: Attempted to load class biv for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) ~[forge-1.7.2-10.12.0.1019-universal.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276) ~[launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174) ~[launchwrapper-1.9.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
... 16 more
[14:21:19] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Instro lost connection: TextComponent{text='A fatal error has occured, this connection is terminated', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[14:21:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Instro left the game
If an enderman steps into the same square as a stalagmate (or stalactite?) it crashes the game.
No, seriously, check it out. It's got content!