Should be back up now. When it says "Error establishing a connection to database" it is usually a sign my server ran out of memory and closed the database from running. Likely soon I will look at upgrading my server with more ram and trying another approach to solving the problem. Seems to happen anywhere from once a week to once a month. Anyway, should be good for awhile again.
my friends adventure map is 1.6.4 and we really like the new items, so if it isnt too much trouble would you be able to somehow upgrade 1.6.4 with the new 1.7.x items ? i tried to do myself but failed miserably lol , or able to help locate the code used to upgrade / downgrade the versions
my friends adventure map is 1.6.4 and we really like the new items, so if it isnt too much trouble would you be able to somehow upgrade 1.6.4 with the new 1.7.x items ? i tried to do myself but failed miserably lol , or able to help locate the code used to upgrade / downgrade the versions
From what I understand the whole way items and their ID's are handled was changed in the upgrade from 1.6.4 to 1.7.x, so there is no "easy" way to do this. That is why most mod makers are not updating their old 1.6.4 mod versions, there just isn't enough time to keep improving their mods in 1.7 and shift to the other code style to update the old 1.6.4 versions.
java.lang.ArrayIndexOutOfBoundsException: -1
at jds.bibliocraft.tileentities.TileEntityPotionShelf.func_70301_a(TileEntityPotionShelf.java:50)
at jds.bibliocraft.tileentities.TileEntityPotionShelf.addPotion(TileEntityPotionShelf.java:225)
at jds.bibliocraft.blocks.BlockPotionShelf.func_149727_a(BlockPotionShelf.java:214)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:372)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:644)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:670)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at jds.bibliocraft.tileentities.TileEntityPotionShelf.func_70301_a(TileEntityPotionShelf.java:50)
at jds.bibliocraft.tileentities.TileEntityPotionShelf.addPotion(TileEntityPotionShelf.java:225)
at jds.bibliocraft.blocks.BlockPotionShelf.func_149727_a(BlockPotionShelf.java:214)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:372)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@2227b4e8
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:644)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:670)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 752204960 bytes (717 MB) / 1125646336 bytes (1073 MB) up to 1431830528 bytes (1365 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx1536m -XX:PermSize=128m
AABB Pool Size: 10322 (578032 bytes; 0 MB) allocated, 5021 (281176 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.03 FML v7.2.211.1127 Minecraft Forge 10.12.2.1127 4 mods loaded, 4 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.211.1127} [Forge Mod Loader] (forge-1.7.2-10.12.2.1127.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.2.1127} [Minecraft Forge] (forge-1.7.2-10.12.2.1127.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.7.1} [BiblioCraft] (BiblioCraft[1.7.1][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1239 (69384 bytes; 0 MB) allocated, 898 (50288 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['CloudForever'/275, l='New World', x=3.24, y=64.00, z=213.64]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
It's triggered by attempting to place an item in a space that is already occupied, but only if you right-click specific areas.
I couldn't find an answer while searching. I was creating a chair w/back and accidentaly got stuck to the chair. I even tried to break the seat and back but I can't move. Please help. I even saved and came back but still stuck in place.
I couldn't find an answer while searching. I was creating a chair w/back and accidentaly got stuck to the chair. I even tried to break the seat and back but I can't move. Please help. I even saved and came back but still stuck in place.
left shift will not let you dismount? Have not seen that one in a long time.
One other odd ball thought, make sure you have 2 open blocks above you, I have occasionally (about 2-3 versions ago) gotten stuck because my room ceiling was only 2 blocks high not 3
If that does not work do not know what to tell you, other than the drastic final resort move of (if you can get into creative mod) summoning some TNT and setting it off to kill yourself and force a respawn
LOL at least that way you go out with a bang, or is that "Flash" (joking)
I tried this but most of the keyword are already in the config e.g wrench, saw, sword and so on. I think the mainproblem is that Greg dont uses the normal vanilla tool-mechanics. I asked him for compability with your mod but he said that he needs an API to do this.
Dont get me wrong. If this is to much work for only one mod compability I would totally understand if you dont want to do this but I really would like to show of my Greg-Tech swords(there're alot of them) on the Swordpedestals.
Question:
If you look in the config file for Greg-Tech does it give the names of any of the swords, you might have to add the actual sword name as I key word not just the word sword.
Example: keyword like Master Sword not just sword
my game crashed when i put a lantern in the ceiling but i do have other mods so it might have been a conflict
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 6/22/14 12:55 AM
Description: Ticking memory connection
java.lang.ClassCastException: com.mrcrayfish.furniture.tileentity.TileEntityStereo cannot be cast to jds.bibliocraft.tileentities.TileEntityLantern
at jds.bibliocraft.blocks.BlockIronLantern.func_149689_a(BlockIronLantern.java:24)
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:213)
at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:103)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:126)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:385)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at jds.bibliocraft.blocks.BlockIronLantern.func_149689_a(BlockIronLantern.java:24)
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:213)
at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:103)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:126)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:385)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@721e72f7
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)
I'm not sure I would want to add an elevator block. Open Blocks has a real nice elevator block, though I'm not sure if that is updated for 1.7.x yet. If hope, hopefully they will soon, I do enjoy those elevator blocks.
I know, that's the one I miss so much! Thanks for the consideration though.
Also, do you think in your next update, you could prevent this TE from ticking unnecessarily?
[11:17:46] [Server thread/INFO]: Detected TE jds.bibliocraft.tileentities.TileEntityBell with canUpdate set to true and no updateEntity override!. This is NOT good, please report to mod author as this can hurt performance.
Edit: I just saw where you said you will have this fixed in the next update, my apologies.
my game crashed when i put a lantern in the ceiling but i do have other mods so it might have been a conflict
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 6/22/14 12:55 AM
Description: Ticking memory connection
java.lang.ClassCastException: com.mrcrayfish.furniture.tileentity.TileEntityStereo cannot be cast to jds.bibliocraft.tileentities.TileEntityLantern
at jds.bibliocraft.blocks.BlockIronLantern.func_149689_a(BlockIronLantern.java:24)
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:213)
at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:103)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:126)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:385)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at jds.bibliocraft.blocks.BlockIronLantern.func_149689_a(BlockIronLantern.java:24)
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:213)
at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:103)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:126)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:385)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@721e72f7
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)
there is something about memory ticks that Nuchaz said he was going to fix in his next update, hopefully that is what is causing your problem. I do not know if it is the same problem, but the quote below does say something about ticking memory and so does your crash report. Most crash reports are gibberish to me so I do not know, they may not be related
Also, do you think in your next update, you could prevent this TE from ticking unnecessarily?
[11:17:46] [Server thread/INFO]: Detected TE jds.bibliocraft.tileentities.TileEntityBell with canUpdate set to true and no updateEntity override!. This is NOT good, please report to mod author as this can hurt performance.
Edit: I just saw where you said you will have this fixed in the next update, my apologies.
there is something about memory ticks that Nuchaz said he was going to fix in his next update, hopefully that is what is causing your problem. I do not know if it is the same problem, but the quote below does say something about ticking memory and so does your crash report. Most crash reports are gibberish to me so I do not know, they may not be related
These are indeed separate issues. The one I posted about shouldn't really cause anyone any problems, it's just unnecessary. His bug report is actually something that NEEDS to be fixed.
hey im having a bit of trouble with the mod. ive never had a problem that i havent figured out with mods so this is very new to me....ive 21 different mods installed and they all work together great but when i add yours to make things even more awesome minecraft crashes if you can tell me what i need to do to fix the problem that would be awesome because i would really love to use your mod
hey im having a bit of trouble with the mod. ive never had a problem that i havent figured out with mods so this is very new to me....ive 21 different mods installed and they all work together great but when i add yours to make things even more awesome minecraft crashes if you can tell me what i need to do to fix the problem that would be awesome because i would really love to use your mod
please post a crash report, but make sure you use a spoiler like this
1) type [@spoiler] without the @
2) paste crash report here
3) type [@/spoiler] again without the @
will look like this
spoilers look like this and you should not need to include version Minecraft, MCF or Bibliocraft as they should all be in the system section of the crash report, but you can if you want to
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/common/Configuration
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:514)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
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)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/common/Configuration
at jds.bibliocraft.Config.init(Config.java:65)
at jds.bibliocraft.BiblioCraft.preInit(BiblioCraft.java:54)
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.GeneratedMethodAccessor3.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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.Configuration
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 38 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 40 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I finally hit shift and dismounted, not before destroying and replacing blocks and funiture. I could even move to other funishings but couldn't figure why I couldn't get unstuck. they need a /unstucj command like LotRO.
Description: There was a severe problem during mod loading that has caused the game to failcpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/common/Configurationat cpw.mods.fml.common.LoadController.transition(LoadController.java:162)at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:514)at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)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)Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/common/Configurationat jds.bibliocraft.Config.init(Config.java:65)at jds.bibliocraft.BiblioCraft.preInit(BiblioCraft.java:54)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.GeneratedMethodAccessor3.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:208)at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)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:118)at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)... 10 moreCaused by: java.lang.ClassNotFoundException: net.minecraftforge.common.Configurationat net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)at java.lang.ClassLoader.loadClass(Unknown Source)at java.lang.ClassLoader.loadClass(Unknown Source)... 38 moreCaused by: java.lang.NullPointerExceptionat net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)... 40 moreA detailed walkthrough of the error, its code path and all known details is as follows:----------------------------------------------------------------------------------------- System Details --Details:Minecraft Version: 1.7.2Operating System: Windows 8.1 (x86) version 6.3Java Version: 1.7.0_55, Oracle CorporationJava VM Version: Java HotSpot™ Client VM (mixed mode, sharing), Oracle CorporationMemory: 50312976 bytes (47 MB) / 162316288 bytes (154 MB) up to 518979584 bytes (494 MB)JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512MAABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) usedIntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0FML: MCP v9.03 FML v7.2.211.1121Minecraft Forge 10.12.2.1121 22 mods loaded, 22 mods activemcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initializedFML{7.2.211.1121} [Forge Mod Loader] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initializedForge{10.12.2.1121} [Minecraft Forge] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initializedAroma1997Core{1.0.2.4} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initializedbackpackrenderer{1.7.2 - 2.4} [Backpack Renderer] (minecraft.jar) Unloaded->Constructed->Pre-initializedbcmod{1.7.2 - 2.5.3} [BCMod (Brad16840 Core Mod)] (zz-bcmod 1.7.2 - 2.5.3.jar) Unloaded->Constructed->Pre-initializedDC1{3.3.2.18} [KingCore] ([1.7.2] KingCore v3.3.2.18.jar) Unloaded->Constructed->Pre-initializedbspkrsCore{6.11} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.11.jar) Unloaded->Constructed->Pre-initializedTreecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed->Pre-initializedFishingNets{1.1.1.3} [Fishing Nets] ([1.7.2M] FishingNets v1.1.1.3.jar) Unloaded->Constructed->Pre-initializedAroma1997CoreHelper{1.0.2.4} [Aroma1997Core|Helper] (Aroma1997Core-1.7.2-1.0.2.4.jar) Unloaded->Constructed->Pre-initializedAroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.2-1.0.2.16.jar) Unloaded->Constructed->Pre-initializedBackpack{2.0.0-pre2} [Backpack] (backpack-2.0.0-pre2-1.7.x.jar) Unloaded->Constructed->Pre-initializedbackpacks16840{1.7.2 - 2.5.3} [Backpacks!] (backpacks 1.7.2 - 2.5.3 this is from backpacks 2 bookmark.jar) Unloaded->Constructed->Pre-initializedBetterChests{1.1.1.0} [BetterChests] (BetterChests-1.7.2-1.1.1.0.jar) Unloaded->Constructed->Pre-initializedBiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft[v1.4.0].zip) Unloaded->Constructed->ErroredSKC-Core{1.1.0.5} [SKC Core] (SKC Core 1.1.0.5 - MC 1.7.2 - Forge 1060.jar) Unloaded->Constructed->Pre-initializedSKC-CraftableHorseArmor{1.1.1.10} [Craftable Horse Armor] (CraftableHorseArmor 1.1.1.10 - MC 1.7.2 - Forge 1060 - Core 1.1.0.5.jar) Unloaded->Constructed->Pre-initializedDyeableBeds{1.7.2 R1} [Dyeable Beds] (Dyeable-Beds-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initializedIronChest{6.0.4.713} [Iron Chest] (Iron-Chests-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initializedLotsOfFood{1.7.2} [Lots of Food] (Lots of Food-1.7.2.jar) Unloaded->Constructed->Pre-initializedradixcore{1.0.0} [RadixCore] (RadixCore-1.0.0 MC-1.7.2) Unloaded->Constructed->Pre-initialized
I noticed from the crash report you are running
Bibliocraft version 1.4, minecraft 1.7.2
MCF build 1121
have you tried updating Bibliocraft to the latest version, version 1.7?
Should be back up now. When it says "Error establishing a connection to database" it is usually a sign my server ran out of memory and closed the database from running. Likely soon I will look at upgrading my server with more ram and trying another approach to solving the problem. Seems to happen anywhere from once a week to once a month. Anyway, should be good for awhile again.
From what I understand the whole way items and their ID's are handled was changed in the upgrade from 1.6.4 to 1.7.x, so there is no "easy" way to do this. That is why most mod makers are not updating their old 1.6.4 mod versions, there just isn't enough time to keep improving their mods in 1.7 and shift to the other code style to update the old 1.6.4 versions.
// Oops.
Time: 6/20/14 3:18 PM
Description: Ticking memory connection
java.lang.ArrayIndexOutOfBoundsException: -1
at jds.bibliocraft.tileentities.TileEntityPotionShelf.func_70301_a(TileEntityPotionShelf.java:50)
at jds.bibliocraft.tileentities.TileEntityPotionShelf.addPotion(TileEntityPotionShelf.java:225)
at jds.bibliocraft.blocks.BlockPotionShelf.func_149727_a(BlockPotionShelf.java:214)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:372)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:644)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:670)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at jds.bibliocraft.tileentities.TileEntityPotionShelf.func_70301_a(TileEntityPotionShelf.java:50)
at jds.bibliocraft.tileentities.TileEntityPotionShelf.addPotion(TileEntityPotionShelf.java:225)
at jds.bibliocraft.blocks.BlockPotionShelf.func_149727_a(BlockPotionShelf.java:214)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:372)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@2227b4e8
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:644)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:670)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 752204960 bytes (717 MB) / 1125646336 bytes (1073 MB) up to 1431830528 bytes (1365 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx1536m -XX:PermSize=128m
AABB Pool Size: 10322 (578032 bytes; 0 MB) allocated, 5021 (281176 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.03 FML v7.2.211.1127 Minecraft Forge 10.12.2.1127 4 mods loaded, 4 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.211.1127} [Forge Mod Loader] (forge-1.7.2-10.12.2.1127.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.2.1127} [Minecraft Forge] (forge-1.7.2-10.12.2.1127.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.7.1} [BiblioCraft] (BiblioCraft[1.7.1][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1239 (69384 bytes; 0 MB) allocated, 898 (50288 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['CloudForever'/275, l='New World', x=3.24, y=64.00, z=213.64]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
It's triggered by attempting to place an item in a space that is already occupied, but only if you right-click specific areas.
left shift will not let you dismount? Have not seen that one in a long time.
One other odd ball thought, make sure you have 2 open blocks above you, I have occasionally (about 2-3 versions ago) gotten stuck because my room ceiling was only 2 blocks high not 3
If that does not work do not know what to tell you, other than the drastic final resort move of (if you can get into creative mod) summoning some TNT and setting it off to kill yourself and force a respawn
LOL at least that way you go out with a bang, or is that "Flash" (joking)
Question:
If you look in the config file for Greg-Tech does it give the names of any of the swords, you might have to add the actual sword name as I key word not just the word sword.
Example: keyword like Master Sword not just sword
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 6/22/14 12:55 AM
Description: Ticking memory connection
java.lang.ClassCastException: com.mrcrayfish.furniture.tileentity.TileEntityStereo cannot be cast to jds.bibliocraft.tileentities.TileEntityLantern
at jds.bibliocraft.blocks.BlockIronLantern.func_149689_a(BlockIronLantern.java:24)
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:213)
at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:103)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:126)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:385)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at jds.bibliocraft.blocks.BlockIronLantern.func_149689_a(BlockIronLantern.java:24)
at net.minecraft.item.ItemBlock.placeBlockAt(ItemBlock.java:213)
at net.minecraft.item.ItemBlock.func_77648_a(ItemBlock.java:103)
at net.minecraft.item.ItemStack.func_77943_a(ItemStack.java:126)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:385)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:197)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@721e72f7
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:643)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 81712816 bytes (77 MB) / 687341568 bytes (655 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 4638 (259728 bytes; 0 MB) allocated, 4292 (240352 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 16 mods loaded, 16 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.211.1121} [Forge Mod Loader] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.2.1121} [Minecraft Forge] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.1.2} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
antiqueatlas{4.0.1a-1.7.2} [Antique Atlas] (antiqueatlas-4.0.1a-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArchimedesShips{1.7.2 v1.6.1} [Archimedes' Ships] (ArchimedesShips.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
smeltchevsky{b3} [Armor Smelter] (ArmorSmelter_1.7.2_b3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiblioCraft{1.7.1} [BiblioCraft] (BiblioCraft[1.7.1][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AWWayofTime{v1.0.1g} [Blood Magic: Alchemical Wizardry] (Blood Magic-v1.0.1g.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Chimneys{1.7.2} [Chimneys] (chimneys.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
radixcore{1.2.0} [RadixCore] (RadixCore-1.2.0 MC-1.7.2 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mca{4.0.4} [Minecraft Comes Alive] (MCA-4.0.4 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
modularpots{1.7.2.12} [Modular Flower Pots] (ModularPots-1.7.2.12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{3.2.9.2} [§6MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.2.9.2-beta-build2(1.7.2).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
YAFM{1.0.3} [Yet Another Food Mod] (yafm-1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 736 (41216 bytes; 0 MB) allocated, 706 (39536 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['LaedeeTyme'/0, l='New World', x=-11.81, y=5.00, z=-4.00]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
I know, that's the one I miss so much! Thanks for the consideration though.
Also, do you think in your next update, you could prevent this TE from ticking unnecessarily?Edit: I just saw where you said you will have this fixed in the next update, my apologies.
there is something about memory ticks that Nuchaz said he was going to fix in his next update, hopefully that is what is causing your problem. I do not know if it is the same problem, but the quote below does say something about ticking memory and so does your crash report. Most crash reports are gibberish to me so I do not know, they may not be related
These are indeed separate issues. The one I posted about shouldn't really cause anyone any problems, it's just unnecessary. His bug report is actually something that NEEDS to be fixed.
please post a crash report, but make sure you use a spoiler like this
1) type [@spoiler] without the @
2) paste crash report here
3) type [@/spoiler] again without the @
will look like this
spoilers look like this and you should not need to include version Minecraft, MCF or Bibliocraft as they should all be in the system section of the crash report, but you can if you want to
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/common/Configuration
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:514)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
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)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/common/Configuration
at jds.bibliocraft.Config.init(Config.java:65)
at jds.bibliocraft.BiblioCraft.preInit(BiblioCraft.java:54)
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.GeneratedMethodAccessor3.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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.Configuration
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 38 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
... 40 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 8.1 (x86) version 6.3
Java Version: 1.7.0_55, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 50312976 bytes (47 MB) / 162316288 bytes (154 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
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.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 22 mods loaded, 22 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.2.211.1121} [Forge Mod Loader] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized
Forge{10.12.2.1121} [Minecraft Forge] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized
Aroma1997Core{1.0.2.4} [Aroma1997Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
backpackrenderer{1.7.2 - 2.4} [Backpack Renderer] (minecraft.jar) Unloaded->Constructed->Pre-initialized
bcmod{1.7.2 - 2.5.3} [BCMod (Brad16840 Core Mod)] (zz-bcmod 1.7.2 - 2.5.3.jar) Unloaded->Constructed->Pre-initialized
DC1{3.3.2.18} [KingCore] ([1.7.2] KingCore v3.3.2.18.jar) Unloaded->Constructed->Pre-initialized
bspkrsCore{6.11} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.11.jar) Unloaded->Constructed->Pre-initialized
Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed->Pre-initialized
FishingNets{1.1.1.3} [Fishing Nets] ([1.7.2M] FishingNets v1.1.1.3.jar) Unloaded->Constructed->Pre-initialized
Aroma1997CoreHelper{1.0.2.4} [Aroma1997Core|Helper] (Aroma1997Core-1.7.2-1.0.2.4.jar) Unloaded->Constructed->Pre-initialized
Aroma1997sDimension{1.0} [Aroma1997's Dimensional World] (Aroma1997s-Dimensional-World-1.7.2-1.0.2.16.jar) Unloaded->Constructed->Pre-initialized
Backpack{2.0.0-pre2} [Backpack] (backpack-2.0.0-pre2-1.7.x.jar) Unloaded->Constructed->Pre-initialized
backpacks16840{1.7.2 - 2.5.3} [Backpacks!] (backpacks 1.7.2 - 2.5.3 this is from backpacks 2 bookmark.jar) Unloaded->Constructed->Pre-initialized
BetterChests{1.1.1.0} [BetterChests] (BetterChests-1.7.2-1.1.1.0.jar) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft[v1.4.0].zip) Unloaded->Constructed->Errored
SKC-Core{1.1.0.5} [SKC Core] (SKC Core 1.1.0.5 - MC 1.7.2 - Forge 1060.jar) Unloaded->Constructed->Pre-initialized
SKC-CraftableHorseArmor{1.1.1.10} [Craftable Horse Armor] (CraftableHorseArmor 1.1.1.10 - MC 1.7.2 - Forge 1060 - Core 1.1.0.5.jar) Unloaded->Constructed->Pre-initialized
DyeableBeds{1.7.2 R1} [Dyeable Beds] (Dyeable-Beds-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized
IronChest{6.0.4.713} [Iron Chest] (Iron-Chests-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized
LotsOfFood{1.7.2} [Lots of Food] (Lots of Food-1.7.2.jar) Unloaded->Constructed->Pre-initialized
radixcore{1.0.0} [RadixCore] (RadixCore-1.0.0 MC-1.7.2) Unloaded->Constructed->Pre-initialized
Sorry forgot to post back.
I finally hit shift and dismounted, not before destroying and replacing blocks and funiture. I could even move to other funishings but couldn't figure why I couldn't get unstuck. they need a /unstucj command like LotRO.
I noticed from the crash report you are running
Bibliocraft version 1.4, minecraft 1.7.2
MCF build 1121
have you tried updating Bibliocraft to the latest version, version 1.7?
I'm looking specifically at BiblioWoods (for BiomesOPlenty, Forestry and Natura) and I would like to have these included in my up coming modpack.