My Minecraft crashes every time I look at any pipe from Thermal Expansion 3 beta (itemduct, energy conduit or fluiduct). In crashlog I found that error is caused by microblocks.
Here is ForgeModLoader log.
My Minecraft crashes every time I look at any pipe from Thermal Expansion 3 beta (itemduct, energy conduit or fluiduct). In crashlog I found that error is caused by microblocks.
Here is ForgeModLoader log.
It's not exactly "caused by microblocks". What it's caused by is the fact that TE ducts use Forge Multipart, and Forge Multipart and Immibis' RedPower-based microblocks are fundamentally incompatible. Pick one or the other, but don't try to use both.
For some reason my microblocks config keeps resetting autodetectcuttableblocks to false when i start my server? Anyone know how to fix this? I'm running 1.6.4
For some reason my microblocks config keeps resetting autodetectcuttableblocks to false when i start my server? Anyone know how to fix this? I'm running 1.6.4
Thanks in advance!
it should only have to be true once it adds them to the cuttable blocks list and then turns off leaving them cuttable without it being set to true if i remember correctly
If so, then it's doing that without making anything cuttable... At the very least, stuff like underground biomes stone and natura wood should work, right?
It's not exactly "caused by microblocks". What it's caused by is the fact that TE ducts use Forge Multipart, and Forge Multipart and Immibis' RedPower-based microblocks are fundamentally incompatible. Pick one or the other, but don't try to use both.
false, its because Immibis requires single bounding box but TE has multiple BB in a single block. This was an issue in 1.5 already once, but Immibis fixed that. Now BB Behaviour of TE changed again so Immibis needs to match this behaviour if he wants to support TE with his Microblocks.
false, its because Immibis requires single bounding box but TE has multiple BB in a single block. This was an issue in 1.5 already once, but Immibis fixed that. Now BB Behaviour of TE changed again so Immibis needs to match this behaviour if he wants to support TE with his Microblocks.
I never said it wasn't a fixable incompatibility.
The internal mechanics involved, I freely admit are outside my knowledge. All I know is that every time I have had both Forge Multipart and Immibis Microblocks simultaneously installed, and there has both an Immibis microblock (including red alloy wire or a RedLogic device) and a multipart object (such as one of Chickenbones' translocators) within my field of view at the same time, Minecraft has dropped suddenly to 1-2FPS and then crashed several seconds later with a stack overflow. (And yes, I reported the crash and posted a log.)
I did notice on your 1.6.2 version the saw texture is messed up (the saw shows up as four purple and black boxes) - I figured someone else would mention this but I haven't seen that happen... is there an easy fix for this? I've wanted to upgrade to 1.6.4 where this is fixed and the lighting is better, but I have one mod preventing me from this (Mo' Creatures.)
The plugin works perfectly aside from this aesthetic issue, so I've simply not worried too much. Anyway, I thought I would mention this. Eventually I'll just upgrade when that plugin author gets back to it! Anyway, I really appreciate your work, redlogic and microblocks are amazing (and I haven't even tried some of your others just yet.)
First thing, THANK YOU for such cool mods. You probably don't get it enough.. THANK you!
Ugh ... 16 gig Desktop.. haven't had an issue till I just tried infinitubes... liquidxp has no errors... just infinitubes..... I originally used idfixminus to eliminate any ID Conflicts.. as well as no CONFLICTS come up.. Anyone have any idea what could be causing this? I'd appreciate any help deciphering this.. as it all goes away as soon as I remove infinitubes....
---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 11/21/13 5:26 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: src/train/common/tile/TileGeneratorDiesel
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: src/train/common/tile/TileGeneratorDiesel
at src.train.common.core.CommonProxy.registerTileEntities(CommonProxy.java:73)
at src.train.common.Traincraft.preInit(Traincraft.java:107)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
... 5 more
Caused by: java.lang.ClassNotFoundException: src.train.common.tile.TileGeneratorDiesel
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 33 more
Caused by: java.lang.NoClassDefFoundError: buildcraft/api/power/IPowerReceptor
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 35 more
Caused by: java.lang.ClassNotFoundException: buildcraft.api.power.IPowerReceptor
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Mac OS X (x86_64) version 10.8.3
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 505064120 bytes (481 MB) / 1291321344 bytes (1231 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -Xmx4G -XX:PermSize=4096m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
CraftBukkit Information:
Running:
Failed to handle CraftCrashReport:
java.lang.NullPointerException
at org.bukkit.Bukkit.getName(Bukkit.java:72)
at org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:19)
at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58)
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:692)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
First thing, THANK YOU for such cool mods. You probably don't get it enough.. THANK you!
Ugh ... 16 gig Desktop.. haven't had an issue till I just tried infinitubes... liquidxp has no errors... just infinitubes..... I originally used idfixminus to eliminate any ID Conflicts.. as well as no CONFLICTS come up.. Anyone have any idea what could be causing this? I'd appreciate any help deciphering this.. as it all goes away as soon as I remove infinitubes....
Caused by: java.lang.NoClassDefFoundError: src/train/common/tile/TileGeneratorDiesel at src.train.common.core.CommonProxy.registerTileEntities(CommonProxy.java:73) at src.train.common.Traincraft.preInit(Traincraft.java:107)
Caused by: java.lang.NoClassDefFoundError: src/train/common/tile/TileGeneratorDiesel at src.train.common.core.CommonProxy.registerTileEntities(CommonProxy.java:73) at src.train.common.Traincraft.preInit(Traincraft.java:107)
Means Traincraft is the problem.
I assumed.. I renamed traincraft mod from traincraft-4.1.3_001 TO ZZZtraincraft-4.1.3_001 and (on the server) it worked.. stopped crashing. I try the same trick on the client... same crash.
The Meaning of Life, the Universe, and Everything.
Join Date:
5/4/2011
Posts:
237
Member Details
I was told that the above error can be fixed by "blacklisting conduits" in the microblocks mod. However I have no idea how to do that. And you'd probably have to do the same for itemducts and fluiducts as well...
just a suggestion but you should try making microblocks more like minepainter. so you could place the very small blocks not only on the corners but in any part of the block. it would be an awesome addition to the mod
# included by default: blockClass: buildcraft.transport.BlockGenericPipe
# included by default: blockClass: ic2.core.block.wiring.BlockCable
# included by default: blockClass: appeng.common.base.AppEngMultiBlock
# included by default: blockClass: powercrystals.minefactoryreloaded.block.BlockRedNetCable
# included by default: blockClass: micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockOxygenPipe
blockClass: -thermalexpansion.block.conduit.BlockConduit
# included by default: tileEntityClass: buildcraft.transport.TileGenericPipe
# included by default: tileEntityClass: ic2.core.block.wiring.TileEntityCable
# included by default: tileEntityClass: appeng.me.tile.TileCable
# included by default: tileEntityClass: appeng.me.tile.TileDarkCable
# included by default: tileEntityClass: appeng.me.tile.TileInputCable
# included by default: tileEntityClass: appeng.me.tile.TileOutputCable
# included by default: tileEntityClass: appeng.me.tile.TileLevelEmitter
# included by default: tileEntityClass: appeng.me.tile.TileStorageBus
# included by default: tileEntityClass: appeng.me.tile.TileColorlessCable
# included by default: tileEntityClass: powercrystals.minefactoryreloaded.tile.rednet.TileEntityRedNetCable
# included by default: tileEntityClass: micdoodle8.mods.galacticraft.core.tile.GCCoreTileEntityOxygenPipe
tileEntityClass: -thermalexpansion.block.conduit.TileConduitEnergy
tileEntityClass: -thermalexpansion.block.conduit.TileConduitLiquid
# included by default: tileEntityClass: mods.immibis.microblocks.TileMicroblockContainerDefaultTE
Universal Cables don't work with your microblocks anymore.
Is this in the Resonant Rise pack? I know they added Universal Cables to the config, then Mekanism changed their class names, and RR didn't update the config for it.
Getting this weird error involving Thaumic Tinkerer and Infinitubes. Trying to use both mods results in this error:
That part about BC changes to IC2 once I install BC, to ComputerCraft once I install IC2, and there's no error once I have all three installed. I thought it had something to do about the energy requirements, but the error still happens after I set the config to "B:infinitubes.usePower=false".
That is weird. I think I know what causes it but it's not easy to fix.
Potential workaround: make sure all of my mods load after Thaumic Tinkerer.
Hi! Your mods is awesome but i hawe no idea the microbloks is doesent work for me. I see the Hacksaw on creative or NEI but the blocks is gone, and i also didnt make with workbanch! I didnt got any error massage in the log.
Please anyone help me! Thanks
milbar
Microblocks don't show up in NEI because they would clutter the list of blocks.
Slight issue regarding Block ids... I think it will be best explained in a picture.
That is weird. That is not the first report that my mods are ignoring IDs in config files. It works for most people, and I haven't changed anything relevant. Are you using the latest version of Forge?
My Minecraft crashes every time I look at any pipe from Thermal Expansion 3 beta (itemduct, energy conduit or fluiduct). In crashlog I found that error is caused by microblocks.
Here is ForgeModLoader log.
It's not exactly "caused by microblocks". What it's caused by is the fact that TE ducts use Forge Multipart, and Forge Multipart and Immibis' RedPower-based microblocks are fundamentally incompatible. Pick one or the other, but don't try to use both.
FMP and Immibis's Microblocks are entirely compatible (You can't put both types of microblocks in one block space, but that's expected).
For some reason my microblocks config keeps resetting autodetectcuttableblocks to false when i start my server? Anyone know how to fix this? I'm running 1.6.4
it should only have to be true once it adds them to the cuttable blocks list and then turns off leaving them cuttable without it being set to true if i remember correctly
If so, then it's doing that without making anything cuttable... At the very least, stuff like underground biomes stone and natura wood should work, right?
It doesn't work properly on servers. The workaround is to do it on the client, and then copy the list from the client to the server.
The internal mechanics involved, I freely admit are outside my knowledge. All I know is that every time I have had both Forge Multipart and Immibis Microblocks simultaneously installed, and there has both an Immibis microblock (including red alloy wire or a RedLogic device) and a multipart object (such as one of Chickenbones' translocators) within my field of view at the same time, Minecraft has dropped suddenly to 1-2FPS and then crashed several seconds later with a stack overflow. (And yes, I reported the crash and posted a log.)
Did you report this to me? I don't remember seeing it.
I assumed.. I renamed traincraft mod from traincraft-4.1.3_001 TO ZZZtraincraft-4.1.3_001 and (on the server) it worked.. stopped crashing. I try the same trick on the client... same crash.
Try AAAtraincraft-4.1.3_001 instead.
This is related to the Thaumic Tinkerer crash.
Immibis: Would you consider adding support for OpenBlocks XPJuice like you did with MFR Mob Essence?
Good question.
Mob essence is produced by MFR's grinder as a by-product of farming mobs, and is often voided (automatically if you don't attach a pipe to it) - so you might as well use it with Liquid XP.
But XP Juice isn't produced unless you specifically try to produce it. Is there a situation where you get XP Juice and can't do anything useful with it?
just a suggestion but you should try making microblocks more like minepainter. so you could place the very small blocks not only on the corners but in any part of the block. it would be an awesome addition to the mod
Immibis's Microblocks is a clone of RedPower 2 microblocks, where you can only place them at the edges/sides/corners of a block, as well as strips through the middle.
If you could place them in any position, it would be a very different system, at least internally.
OpenBlocks (to my knowledge) doesn't provide a way to make mobs drop XP when killed by natural causes. I just thought it'd be a nice convenience feature and help create a more unified experience. It just seems silly to have 2 kinds of Liquid XP.
Here is ForgeModLoader log.
Thanks in advance!
false, its because Immibis requires single bounding box but TE has multiple BB in a single block. This was an issue in 1.5 already once, but Immibis fixed that. Now BB Behaviour of TE changed again so Immibis needs to match this behaviour if he wants to support TE with his Microblocks.
Applied Energistics 2 Developer
AE2:Intelligent Energistics Developer
The internal mechanics involved, I freely admit are outside my knowledge. All I know is that every time I have had both Forge Multipart and Immibis Microblocks simultaneously installed, and there has both an Immibis microblock (including red alloy wire or a RedLogic device) and a multipart object (such as one of Chickenbones' translocators) within my field of view at the same time, Minecraft has dropped suddenly to 1-2FPS and then crashed several seconds later with a stack overflow. (And yes, I reported the crash and posted a log.)
I did notice on your 1.6.2 version the saw texture is messed up (the saw shows up as four purple and black boxes) - I figured someone else would mention this but I haven't seen that happen... is there an easy fix for this? I've wanted to upgrade to 1.6.4 where this is fixed and the lighting is better, but I have one mod preventing me from this (Mo' Creatures.)
The plugin works perfectly aside from this aesthetic issue, so I've simply not worried too much. Anyway, I thought I would mention this. Eventually I'll just upgrade when that plugin author gets back to it! Anyway, I really appreciate your work, redlogic and microblocks are amazing (and I haven't even tried some of your others just yet.)
Creator of Paradigne
http://www.paradigne.com
Ugh
---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 11/21/13 5:26 PM
Description: Exception in server tick loop
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: src/train/common/tile/TileGeneratorDiesel
at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:633)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
Caused by: java.lang.NoClassDefFoundError: src/train/common/tile/TileGeneratorDiesel
at src.train.common.core.CommonProxy.registerTileEntities(CommonProxy.java:73)
at src.train.common.Traincraft.preInit(Traincraft.java:107)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)
... 5 more
Caused by: java.lang.ClassNotFoundException: src.train.common.tile.TileGeneratorDiesel
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 33 more
Caused by: java.lang.NoClassDefFoundError: buildcraft/api/power/IPowerReceptor
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 35 more
Caused by: java.lang.ClassNotFoundException: buildcraft.api.power.IPowerReceptor
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:97)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Mac OS X (x86_64) version 10.8.3
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 505064120 bytes (481 MB) / 1291321344 bytes (1231 MB) up to 3817865216 bytes (3641 MB)
JVM Flags: 2 total; -Xmx4G -XX:PermSize=4096m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
CraftBukkit Information:
Running:
Failed to handle CraftCrashReport:
java.lang.NullPointerException
at org.bukkit.Bukkit.getName(Bukkit.java:72)
at org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:19)
at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58)
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:692)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
FML: MCP v8.11 FML v6.4.45.952 Minecraft Forge 9.11.1.952 91 mods loaded, 91 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.45.952} [Forge Mod Loader] (Hexxit.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.952} [Minecraft Forge] (Hexxit.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
ImmibisMicroblocks{57.2.3} [Immibis's Microblocks] (immibis-microblocks-57.2.3.jar) Unloaded->Constructed->Pre-initialized
FamiliarsAPI{1.6.4} [Familiars API] (Familiars_API_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
betterstorage{0.7.2.37} [BetterStorage] (1.6.4.BetterStorage_0.7.2.37.zip) Unloaded->Constructed->Pre-initialized
arsmagica2{1.0.2b} [Ars Magica 2] (AM2_1.0.2b.zip) Unloaded->Constructed->Pre-initialized
ArchimedesShipsMod{1.6.4 v1.4.5} [Archimedes' Ships] (ArchimedesShips.zip) Unloaded->Constructed->Pre-initialized
Artifice{1.6.4R1.1.3} [Artifice] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized
ArtificeCompat|Chisel{1.6.4R1.1.3} [Artifice Compat: Chisel] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized
ArtificeCompat|EE3{1.6.4R1.1.3} [Artifice Compat: EE3] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized
ArtificeCompat|Forestry{1.6.4R1.1.3} [Artifice Compat: Forestry] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized
ArtificeCompat|MFR{1.6.4R1.1.3} [Artifice Compat: MFR] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized
ArtificeCompat|Railcraft{1.6.4R1.1.3} [Artifice Compat: Railcraft] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized
ArtificeCompat|Vanilla{1.6.4R1.1.3} [Artifice Compat: Vanilla] (Artifice-1.1.3-195.jar) Unloaded->Constructed->Pre-initialized
Billund{1.01} [BILLUND] (BILLUND1.01.zip) Unloaded->Constructed->Pre-initialized
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed->Pre-initialized
BetterDungeons{2.0} [Chocolate quest] (BetterDungeons2.zip) Unloaded->Constructed->Pre-initialized
BiblioCraft{1.5.1} [BiblioCraft] (BiblioCraft[v1.5.1].zip) Unloaded->Constructed->Pre-initialized
CarpentersBlocks{v1.9.5} [Carpenter's Blocks] (Carpenter's Blocks v1.9.5 - MC 1.6+.zip) Unloaded->Constructed->Pre-initialized
chococraft{3.0.3} [Torojima's ChocoCraft] (Chococraft_3.0.3.zip) Unloaded->Constructed->Pre-initialized
CoFHCore{2.0.0.b5} [CoFH Core] (CoFHCore-2.0.0.b5.jar) Unloaded->Constructed->Pre-initialized
CoFHLoot{2.0.0.b5} [CoFH Loot] (CoFHCore-2.0.0.b5.jar) Unloaded->Constructed->Pre-initialized
CoFHMasquerade{2.0.0.b5} [CoFH Masquerade] (CoFHCore-2.0.0.b5.jar) Unloaded->Constructed->Pre-initialized
CoFHSocial{2.0.0.b5} [CoFH Social] (CoFHCore-2.0.0.b5.jar) Unloaded->Constructed->Pre-initialized
CoFHWorld{2.0.0.b5} [CoFH World] (CoFHCore-2.0.0.b5.jar) Unloaded->Constructed->Pre-initialized
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
CoroAI{v1.0} [CoroAI] (CoroAI for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
customnpcs{0.8} [CustomNpcs] (CustomNPCs_1.6.2.zip) Unloaded->Constructed->Pre-initialized
dynamicmazes{1.3} [Dynamic Mazes] (DynamicMazes1.3[1.6.4].zip) Unloaded->Constructed->Pre-initialized
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed->Pre-initialized
EnhancedCore{1.1.3} [EnhancedCore] (EnhancedCore_1.1.3.jar) Unloaded->Constructed->Pre-initialized
EP2{1.0.9} [EnhancedPortals 2] (EnhancedPortals-2_1.0.9.jar) Unloaded->Constructed->Pre-initialized
ExtrabiomesXL{3.14.2} [ExtrabiomesXL] (ExtrabiomesXL-universal-1.6.4-3.14.2.jar) Unloaded->Constructed->Pre-initialized
FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded->Constructed->Pre-initialized
FlansMod{4.0.1} [Flans Mod] (FlansMod-4.0.1.jar) Unloaded->Constructed->Pre-initialized
LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded->Constructed->Pre-initialized
NBTEdit{1.6.4.0} [In-game NBTEdit] (Forge_NBTEditv1.6.4.0.zip) Unloaded->Constructed->Pre-initialized
InfernalMobs{1.4.1} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed->Pre-initialized
LycanitesMobs{1.2.0 - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.2.0b [1.6.4].jar) Unloaded->Constructed->Pre-initialized
DemonMobs{1.2.0 - MC 1.6.4} [Demon Mobs] (LycanitesMobsComplete 1.2.0b [1.6.4].jar) Unloaded->Constructed->Pre-initialized
DesertMobs{1.2.0 - MC 1.6.4} [Desert Mobs] (LycanitesMobsComplete 1.2.0b [1.6.4].jar) Unloaded->Constructed->Pre-initialized
SwampMobs{1.2.0 - MC 1.6.4} [Swamp Mobs] (LycanitesMobsComplete 1.2.0b [1.6.4].jar) Unloaded->Constructed->Pre-initialized
mca{3.5.4} [Minecraft Comes Alive] (MCA v3.5.4.zip) Unloaded->Constructed->Pre-initialized
mtmechs{0.27} [Magitek Mechs] (MagitekMechs0.27e-mc1.6.4.zip) Unloaded->Constructed->Pre-initialized
meteors{2.11.2} [Falling Meteors] (Meteors Mod V2.11.2.zip) Unloaded->Constructed->Pre-initialized
More Pistons{1.4.1 [Build Smeagol]} [More Pistons] (More Pistons - 1.6.4 - 1.4.1 build Smeagol.zip) Unloaded->Constructed->Pre-initialized
MoreSwordsMod{2.5.5} [More Swords Mod] (More Swords Mod 2.5.5. For 1.6.2.jar) Unloaded->Constructed->Pre-initialized
Natura{2.1.11} [Natura] (Natura-1.6.4-2.1.11.1.jar) Unloaded->Constructed->Pre-initialized
Natura|ForgeMuliPart{0.1} [Natura Compat: FMP] (Natura-1.6.4-2.1.11.1.jar) Unloaded->Constructed->Pre-initialized
pixelmon{2.5.2} [Pixelmon] (Pixelmon 2.5.2.zip) Unloaded->Constructed->Pre-initialized
ProjectZulu|Core{1.1.6.2} [Project Zulu Core] (ProjectZuluCompletev1.1.6.2.zip) Unloaded->Constructed->Pre-initialized
ProjectZulu|Block{1.1.6.2} [Project Zulu Block and Items] (ProjectZuluCompletev1.1.6.2.zip) Unloaded->Constructed->Pre-initialized
ProjectZulu|Dungeon{1.1.6.2} [Project Zulu Dungeon] (ProjectZuluCompletev1.1.6.2.zip) Unloaded->Constructed->Pre-initialized
ProjectZulu|Mob{1.1.6.2} [Project Zulu Mobs] (ProjectZuluCompletev1.1.6.2.zip) Unloaded->Constructed->Pre-initialized
ProjectZulu|World{1.1.6.2} [Project Zulu World] (ProjectZuluCompletev1.1.6.2.zip) Unloaded->Constructed->Pre-initialized
AS_Ruins{10.7} [Ruins Spawning System] (Ruins_1.6.4.zip) Unloaded->Constructed->Pre-initialized
scmownsjohn{v1} [John Mod by: SCMowns (Noppes Update)] (SCMowns_Noppes_John-SMP 1.6.2.zip) Unloaded->Constructed->Pre-initialized
secretroomsmod{4.6.2} [The SecretRoomsMod] (SecretRoomsMod-universal-1.6.4-4.6.2.309.jar) Unloaded->Constructed->Pre-initialized
SS2{2 (build 2)} [Soul Shards 2] (SoulShards-2.0.13-universal-srg.jar) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.5.1d} [Tinkers' Construct] (TConstruct_1.6.4_1.5.0.2.jar) Unloaded->Constructed->Pre-initialized
TConstruct|ForgeMuliPart{0.1} [TConstruct Compat: FMP] (TConstruct_1.6.4_1.5.0.2.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatMineFactoryReloaded{0.2} [TConstruct Compat: MFR] (TConstruct_1.6.4_1.5.0.2.jar) Unloaded->Constructed->Pre-initialized
TConstruct|NotEnoughItems{0.1} [TConstruct Compat: NEI] (TConstruct_1.6.4_1.5.0.2.jar) Unloaded->Constructed->Pre-initialized
TConstruct|CompatWaila{0.0.1} [TConstruct Compat: Waila] (TConstruct_1.6.4_1.5.0.2.jar) Unloaded->Constructed->Pre-initialized
RioV{v2.1.1} [The Mists of RioV] (The Mists of RioV - v2.1.1.zip) Unloaded->Constructed->Pre-initialized
AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded->Constructed->Pre-initialized
ZAMod{v1.9} [Zombie Awareness] (Zombie Awareness v1.9 Mod for MC v1.6.4.zip) Unloaded->Constructed->Pre-initialized
bspkrsCore{v5.0(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.0.zip) Unloaded->Constructed->Pre-initialized
CrystalWing{Forge 1.6.4.r04} [CrystalWing] ([1.6.4]CrystalWing.Forge.1.6.4.r04.Universal.zip) Unloaded->Constructed->Pre-initialized
TreeCapitator{Forge 1.6.4.r06} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r06.Universal.jar) Unloaded->Constructed->Pre-initialized
TNFUltimateToolsForge{1.11.0.0} [Ultimate Tools] ([1.6.4]Ultimate Tools Universal by Sahdow169[1.11.0.0].zip) Unloaded->Constructed->Pre-initialized
mod_bspkrsCore{v5.0(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.0.zip) Unloaded->Constructed->Pre-initialized
wildcaves3{0.4.3.5} [Wild Caves 3] ([1.6.x] WildCaves v0.4.3.4.zip) Unloaded->Constructed->Pre-initialized
Backpack{1.18.17} [Backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed->Pre-initialized
DragonMounts{r33} [Dragon Mounts] (dragonmount_r33_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized
ImmibisCore{57.1.4} [Immibis Core] (immibis-core-57.1.4.jar) Unloaded->Constructed->Pre-initialized
InfiniTubes{57.0.2} [InfiniTubes] (infinitubes-57.0.2 2.zip) Unloaded->Constructed->Pre-initialized
LiquidXP{57.0.0} [Liquid XP] (liquid-xp-57.0.0.jar) Unloaded->Constructed->Pre-initialized
ObsidiPlates{2.0.0} [Obsidian Pressure Plates] (obsidiplates-1.6.2-universal-2.0.0.15.jar) Unloaded->Constructed->Pre-initialized
ParachuteMod{1.6.4} [Parachute Mod] (parachute-2.0.2-1.6.4.jar) Unloaded->Constructed->Pre-initialized
awger_SmallBoat{0.10.6} [SmallBoat] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
awger_Punt{0.10.6} [Punt] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
awger_Whitehall{0.10.6} [Whitehall] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
awger_Hoy{0.10.6} [Hoy] (smallboats.0.10.6.jar) Unloaded->Constructed->Pre-initialized
TC{4.1.3_001} [Traincraft] (traincraft-4.1.3_001.jar) Unloaded->Constructed->Errored
TwilightForest{1.20.2} [The Twilight Forest] (twilightforest-1.20.2.jar) Unloaded->Constructed->Pre-initialized
YALSM{2.0.1} [Yet Another Leather Smelting Mod] (yalsm-2.0.1.jar) Unloaded->Constructed->Pre-initialized
TConstruct Environment: Sane and ready for action. Bugs may be reported.
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
Type: Dedicated Server (map_server.txt)
Caused by: java.lang.NoClassDefFoundError: src/train/common/tile/TileGeneratorDiesel
at src.train.common.core.CommonProxy.registerTileEntities(CommonProxy.java:73)
at src.train.common.Traincraft.preInit(Traincraft.java:107)
Means Traincraft is the problem.
I assumed.. I renamed traincraft mod from traincraft-4.1.3_001 TO ZZZtraincraft-4.1.3_001 and (on the server) it worked.. stopped crashing. I try the same trick on the client... same crash.
You are a boss! Thank you so much!
Carpe Diem, Quam Minimum Credula Postero! (Sieze the day, put no trust in tomorrow!)
Immibis Core 57.1.5:
Is this in the Resonant Rise pack? I know they added Universal Cables to the config, then Mekanism changed their class names, and RR didn't update the config for it.
That is weird. I think I know what causes it but it's not easy to fix.
Potential workaround: make sure all of my mods load after Thaumic Tinkerer.
Microblocks don't show up in NEI because they would clutter the list of blocks.
That is weird. That is not the first report that my mods are ignoring IDs in config files. It works for most people, and I haven't changed anything relevant. Are you using the latest version of Forge?
Also weird. Did it happen more than once? Does he remember which slot he clicked on?
Make sure your server and client configs match.
Fixed in 57.3.0.
FMP and Immibis's Microblocks are entirely compatible (You can't put both types of microblocks in one block space, but that's expected).
It doesn't work properly on servers. The workaround is to do it on the client, and then copy the list from the client to the server.
Did you report this to me? I don't remember seeing it.
Try AAAtraincraft-4.1.3_001 instead.
This is related to the Thaumic Tinkerer crash.
Good question.
Mob essence is produced by MFR's grinder as a by-product of farming mobs, and is often voided (automatically if you don't attach a pipe to it) - so you might as well use it with Liquid XP.
But XP Juice isn't produced unless you specifically try to produce it. Is there a situation where you get XP Juice and can't do anything useful with it?
Immibis's Microblocks is a clone of RedPower 2 microblocks, where you can only place them at the edges/sides/corners of a block, as well as strips through the middle.
If you could place them in any position, it would be a very different system, at least internally.
What are magic slabs?