Help I dont know what is happening to my minecraft mods. It keeps crashing everytime I load it. I DO have an id conflict resolver mod.
This may be because of optifine. But I have tried to take it out and load it but it still crashed. PLEASE HELP ME
Here is the crash report:
Here is the crash report:---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 5/29/15 6:20 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: A mod has attempted to assign BlockID 4044 to the Fluid 'oil' but this Fluid has already been linked to BlockID 1530. Configure your mods to prevent this from happening.
at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:128)
at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:136)
at buildcraft.BuildCraftEnergy.preInit(BuildCraftEnergy.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.RuntimeException: A mod has attempted to assign BlockID 4044 to the Fluid 'oil' but this Fluid has already been linked to BlockID 1530. Configure your mods to prevent this from happening.
... 39 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
The Meaning of Life, the Universe, and Everything.
Join Date:
9/12/2014
Posts:
192
Member Details
not enough RAM allocated?
just a wild guess,considering the Xmx1G comment,also fluid id is colliding with something else,try to change the other mod's fluid id,unless you don't know which one it is
You said you had an ID conflict resolver mod, but it does not seem like you have one. At least not from the crash report, anyway. Which brings me to the point:
A mod has attempted to assign BlockID 4044 to the Fluid 'oil' but this Fluid has already been linked to BlockID 1530. Configure your mods to prevent this from happening.
This is near the top of your crash report, indicating that there is indeed an ID conflict. (If you actually had an ID conflict resolver, this indicates that it didn't do its job well.) You can go into the config files and change the IDs of these blocks. however, the simplest way out is probably to download and install the mod Idfix Minus. Idfix Minus will automatically update the config files, which means that the changes persist even if you remove the mod later. You can get it here:
I AM NOT YOUR PERSONAL MINECRAFT MOD SUPPORT AGENT, SO PLEASE DO NOT PM ME ABOUT PROBLEMATIC MODS THAT ARE NOT MINE. If you're having trouble/crashes with a mod, you'll have better luck resolving it in this forum section than PMing me. If you already made a topic, be patient about responses. If you have troubles with anything non-Minecraft related on your PC, I might be able to help, though, but no promises. Even though I could wish to be, I'm not a wizard.
You said you had an ID conflict resolver mod, but it does not seem like you have one. At least not from the crash report, anyway. Which brings me to the point:
This is near the top of your crash report, indicating that there is indeed an ID conflict. (If you actually had an ID conflict resolver, this indicates that it didn't do its job well.) You can go into the config files and change the IDs of these blocks. however, the simplest way out is probably to download and install the mod Idfix Minus. Idfix Minus will automatically update the config files, which means that the changes persist even if you remove the mod later. You can get it here:
Thx its working. But when I try to log into a world it crashes. :/
Here is the report:
---- Minecraft Crash Report ----
// Oops.
Time: 5/30/15 11:37 AM
Description: Exception in server tick loop
java.lang.NullPointerException
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.doPopulate(GCCoreEvents.java:328)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.populate(GCCoreEvents.java:293)
at net.minecraftforge.event.ASMEventHandler_22_GCCoreEvents_populate_Post.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:597)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:294)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:119)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
The Meaning of Life, the Universe, and Everything.
Join Date:
9/12/2014
Posts:
192
Member Details
another wild guess,could be galacticraft causing the error, judging from the first two lines...
plus,why does the galacticraft core and the the galacticraft mars mod have different build versions? maybe thats another problem,not to mention that the micdoodlecore seems to be different to the one that i downloaded, try this link
another wild guess,could be galacticraft causing the error, judging from the first two lines...
plus,why does the galacticraft core and the the galacticraft mars mod have different build versions? maybe thats another problem,not to mention that the micdoodlecore seems to be different to the one that i downloaded, try this link
another wild guess,could be galacticraft causing the error, judging from the first two lines...
plus,why does the galacticraft core and the the galacticraft mars mod have different build versions? maybe thats another problem,not to mention that the micdoodlecore seems to be different to the one that i downloaded, try this link
another wild guess,could be galacticraft causing the error, judging from the first two lines...
plus,why does the galacticraft core and the the galacticraft mars mod have different build versions? maybe thats another problem,not to mention that the micdoodlecore seems to be different to the one that i downloaded, try this link
(all of the above based on the assumption that galacticraft is the error)
Here is the crash report:
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 6/5/15 3:50 PM
Description: Exception in server tick loop
java.lang.NullPointerException
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.doPopulate(GCCoreEvents.java:328)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.populate(GCCoreEvents.java:293)
at net.minecraftforge.event.ASMEventHandler_22_GCCoreEvents_populate_Post.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:597)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:294)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:119)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Help I dont know what is happening to my minecraft mods. It keeps crashing everytime I load it. I DO have an id conflict resolver mod.
This may be because of optifine. But I have tried to take it out and load it but it still crashed. PLEASE HELP ME
Here is the crash report:
Here is the crash report:---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 5/29/15 6:20 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.RuntimeException: A mod has attempted to assign BlockID 4044 to the Fluid 'oil' but this Fluid has already been linked to BlockID 1530. Configure your mods to prevent this from happening.
at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:128)
at net.minecraftforge.fluids.Fluid.setBlockID(Fluid.java:136)
at buildcraft.BuildCraftEnergy.preInit(BuildCraftEnergy.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.RuntimeException: A mod has attempted to assign BlockID 4044 to the Fluid 'oil' but this Fluid has already been linked to BlockID 1530. Configure your mods to prevent this from happening.
... 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.6.8
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 162507144 bytes (154 MB) / 350015488 bytes (333 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_C8 37 mods loaded, 37 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized
AppliedEnergistics-Core{rv13.c} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4) Unloaded->Constructed->Pre-initialized
battlegear2{1.0.4.8} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.4.8.jar) Unloaded->Constructed->Pre-initialized
animalbikes{2} [AnimalBikes] (AnimalBikes_1.6.2-1.6.4) Unloaded->Constructed->Pre-initialized
AppliedEnergistics{rv13.c} [Applied Energistics] (AppliedEnergisticsMod1.6.4.jar) Unloaded->Constructed->Pre-initialized
Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Errored
BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized
craftguide{1.5.2} [CraftGuide] (CraftGuideMod1.6.4) Unloaded->Constructed->Pre-initialized
eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized
FerullosMods{2.8.5} [Ferullo's Mods] (Ferullos Guns Mod 2.9.2 MC 1.6.4) Unloaded->Constructed->Pre-initialized
Morph{0.3.0} [Morph] (files^Morph-Beta-0.3.0) Unloaded->Constructed->Pre-initialized
LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0) Unloaded->Constructed->Pre-initialized
GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1098.jar) Unloaded->Constructed->Pre-initialized
GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobsMod1.6.4) Unloaded->Constructed->Pre-initialized
lucky{4.2.1} [Lucky Block] (Lucky-Block-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized
mcheli{0.9.3} [MC Helicopter] (mcheli) Unloaded->Constructed->Pre-initialized
TwilicornMod{1.0.7} [MLP Mythical Creatures Mod] (MLP Mythical Creatures Mod V1.1.6) Unloaded->Constructed->Pre-initialized
cfm{3.3.4} [MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.4(1.6.4).jar) Unloaded->Constructed->Pre-initialized
OreSpawn{164.20} [OreSpawn] (orespawn164v20a) Unloaded->Constructed->Pre-initialized
RodolRivalRebels{1.6.4} [RivalRebels] (RivalRebels) Unloaded->Constructed->Pre-initialized
mod_Unlimited{2.3} [mod_Unlimited] (Superheroes Unlimited Mod V2.3.3) Unloaded->Constructed->Pre-initialized
TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized
telepads{1.6.4 v5} [Teleportation Pads] (TelePadsMod1.6.4) Unloaded->Constructed->Pre-initialized
TwilightForest{1.20.4} [The Twilight Forest] (twilightforest-1.6.4-1.20.4.jar) Unloaded->Constructed->Pre-initialized
nolpfij_wildycraft{3.3.1} [Wildycraft] (Wildycraft-Mod-1.6.4) Unloaded->Constructed->Pre-initialized
mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4) Unloaded->Constructed->Pre-initialized
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
Gullible
not enough RAM allocated?
just a wild guess,considering the Xmx1G comment,also fluid id is colliding with something else,try to change the other mod's fluid id,unless you don't know which one it is
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYou said you had an ID conflict resolver mod, but it does not seem like you have one. At least not from the crash report, anyway. Which brings me to the point:
This is near the top of your crash report, indicating that there is indeed an ID conflict. (If you actually had an ID conflict resolver, this indicates that it didn't do its job well.) You can go into the config files and change the IDs of these blocks. however, the simplest way out is probably to download and install the mod Idfix Minus. Idfix Minus will automatically update the config files, which means that the changes persist even if you remove the mod later. You can get it here:
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1291014-idfix-and-idfix-minus-mods-for-resolving-id
I AM NOT YOUR PERSONAL MINECRAFT MOD SUPPORT AGENT, SO PLEASE DO NOT PM ME ABOUT PROBLEMATIC MODS THAT ARE NOT MINE. If you're having trouble/crashes with a mod, you'll have better luck resolving it in this forum section than PMing me. If you already made a topic, be patient about responses. If you have troubles with anything non-Minecraft related on your PC, I might be able to help, though, but no promises. Even though I could wish to be, I'm not a wizard.
Thx its working. But when I try to log into a world it crashes. :/
Here is the report:
---- Minecraft Crash Report ----
// Oops.
Time: 5/30/15 11:37 AM
Description: Exception in server tick loop
java.lang.NullPointerException
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.doPopulate(GCCoreEvents.java:328)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.populate(GCCoreEvents.java:293)
at net.minecraftforge.event.ASMEventHandler_22_GCCoreEvents_populate_Post.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:597)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:294)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:119)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
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.6.8
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 204222864 bytes (194 MB) / 510955520 bytes (487 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 7, tcache: 0, allocated: 6, tallocated: 62
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_C8 37 mods loaded, 37 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
AppliedEnergistics-Core{rv13.c} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
battlegear2{1.0.4.8} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.4.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
animalbikes{2} [AnimalBikes] (AnimalBikes_1.6.2-1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
AppliedEnergistics{rv13.c} [Applied Energistics] (AppliedEnergisticsMod1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
craftguide{1.5.2} [CraftGuide] (CraftGuideMod1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
FerullosMods{2.8.5} [Ferullo's Mods] (Ferullos Guns Mod 2.9.2 MC 1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Morph{0.3.0} [Morph] (files^Morph-Beta-0.3.0) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1098.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1084.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobsMod1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
lucky{4.2.1} [Lucky Block] (Lucky-Block-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
mcheli{0.9.3} [MC Helicopter] (mcheli) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TwilicornMod{1.0.7} [MLP Mythical Creatures Mod] (MLP Mythical Creatures Mod V1.1.6) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
cfm{3.3.4} [MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.4(1.6.4).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OreSpawn{164.20} [OreSpawn] (orespawn164v20a) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
RodolRivalRebels{1.6.4} [RivalRebels] (RivalRebels) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
mod_Unlimited{2.3} [mod_Unlimited] (Superheroes Unlimited Mod V2.3.3) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
telepads{1.6.4 v5} [Teleportation Pads] (TelePadsMod1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TwilightForest{1.20.4} [The Twilight Forest] (twilightforest-1.6.4-1.20.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
nolpfij_wildycraft{3.3.1} [Wildycraft] (Wildycraft-Mod-1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Gullible
another wild guess,could be galacticraft causing the error, judging from the first two lines...
plus,why does the galacticraft core and the the galacticraft mars mod have different build versions? maybe thats another problem,not to mention that the micdoodlecore seems to be different to the one that i downloaded, try this link
http://micdoodle8.com/mods/galacticraft/downloads
and download the stable builds,that might fix it
(all of the above based on the assumption that galacticraft is the error)
Thx I will try On Friday. I got alot of work
Gullible
hope it helps
Sorry It didnt work
Gullible
Here is the crash report:
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 6/5/15 3:50 PM
Description: Exception in server tick loop
java.lang.NullPointerException
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.doPopulate(GCCoreEvents.java:328)
at micdoodle8.mods.galacticraft.core.event.GCCoreEvents.populate(GCCoreEvents.java:293)
at net.minecraftforge.event.ASMEventHandler_22_GCCoreEvents_populate_Post.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.world.gen.ChunkProviderGenerate.func_73153_a(ChunkProviderGenerate.java:597)
at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:294)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:119)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:142)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
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.6.8
Java Version: 1.6.0_65, Apple Inc.
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 179345528 bytes (171 MB) / 522690560 bytes (498 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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: 6, tallocated: 62
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_C8 37 mods loaded, 37 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
AppliedEnergistics-Core{rv13.c} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
DamageIndicatorsMod{2.9.2.4} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
battlegear2{1.0.4.8} [Mine & Blade Battlegear 2 - Bullseye] (1.6.4-MB_Battlegear2-Bullseye-1.0.4.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
animalbikes{2} [AnimalBikes] (AnimalBikes_1.6.2-1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
AppliedEnergistics{rv13.c} [Applied Energistics] (AppliedEnergisticsMod1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
craftguide{1.5.2} [CraftGuide] (CraftGuideMod1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
eplus{1.16.4} [Enchanting Plus] (EnchantingPlus-1.16.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
FerullosMods{2.8.5} [Ferullo's Mods] (Ferullos Guns Mod 2.9.2 MC 1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Morph{0.3.0} [Morph] (files^Morph-Beta-0.3.0) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1098.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1098.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobsMod1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
lucky{4.2.1} [Lucky Block] (Lucky-Block-Mod-1.6.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
mcheli{0.9.3} [MC Helicopter] (mcheli) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TwilicornMod{1.0.7} [MLP Mythical Creatures Mod] (MLP Mythical Creatures Mod V1.1.6) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
cfm{3.3.4} [MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.3.4(1.6.4).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
OreSpawn{164.20} [OreSpawn] (orespawn164v20a) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
RodolRivalRebels{1.6.4} [RivalRebels] (RivalRebels) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
mod_Unlimited{2.3} [mod_Unlimited] (Superheroes Unlimited Mod V2.3.3) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TConstruct{1.6.X_1.5.5.7} [Tinkers' Construct] (TConstruct_mc1.6.4_1.5.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
telepads{1.6.4 v5} [Teleportation Pads] (TelePadsMod1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TwilightForest{1.20.4} [The Twilight Forest] (twilightforest-1.6.4-1.20.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
nolpfij_wildycraft{3.3.1} [Wildycraft] (Wildycraft-Mod-1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
mod_ZanMinimap{0.9.4} [Zan's Minimap] (ZansMinimap1.6.4) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Gullible
consider updating forge,i believe you are using the .965 edition the latest and most stable build is the .1345
also another wild guess.
also,do you really think you can run that many mods on 1gb ram? If so,i would be quite surprised.
FYI I have minecraft 1.6.4 but I will try to update my forge.
Also, I can run that many mods
I think
Gullible
Actually, is there another way?
Gullible
FYI,i know you are using 1.6.4,but i don't think there is another way,unless grimallq,any ideas?