Jump to content

dietwater

Members
  • Posts

    3
  • Joined

  • Last visited

dietwater's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. FIXED IT! I messed around with the configs and transferred the configs from the client to the server configs and it is now working
  2. Everything is fine and dandy until Buildcraft does a version check and fails, then the server just doesnt start up...been googling and just trying to fix this for the past 2 hours and i just havent found a working solution. crash log: https://pastebin.com/9vz2c61j and this just happened: https://pastebin.com/x0MY1RpB 17-05-24 16:04:04 [SEVERE] [ForgeModLoader] The following problems were captured during this phase 2017-05-24 16:04:04 [SEVERE] [ForgeModLoader] Caught exception from GalacticraftCore java.lang.IllegalArgumentException: Slot 3972 is already occupied by calclavia.lib.multiblock.fake.BlockMultiBlockPart@269ec26c when adding micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockAluminumWire@79ec1c70 at net.minecraft.block.Block.<init>(Block.java:349) at net.minecraft.block.BlockContainer.<init>(SourceFile:9) at micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockTransmitter.<init>(GCCoreBlockTransmitter.java:28) at micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockAluminumWire.<init>(GCCoreBlockAluminumWire.java:36) at micdoodle8.mods.galacticraft.core.blocks.GCCoreBlocks.initBlocks(GCCoreBlocks.java:109) at micdoodle8.mods.galacticraft.core.GalacticraftCore.preInit(GalacticraftCore.java:246) 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:545) at sun.reflect.GeneratedMethodAccessor1.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: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(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: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.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:69) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) 2017-05-24 16:04:04 [INFO] [STDERR] java.lang.IllegalArgumentException: Slot 3972 is already occupied by calclavia.lib.multiblock.fake.BlockMultiBlockPart@269ec26c when adding micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockAluminumWire@79ec1c70 2017-05-24 16:04:04 [INFO] [STDERR] at net.minecraft.block.Block.<init>(Block.java:349) 2017-05-24 16:04:04 [INFO] [STDERR] at net.minecraft.block.BlockContainer.<init>(SourceFile:9) 2017-05-24 16:04:04 [INFO] [STDERR] at micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockTransmitter.<init>(GCCoreBlockTransmitter.java:28) 2017-05-24 16:04:04 [INFO] [STDERR] at micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockAluminumWire.<init>(GCCoreBlockAluminumWire.java:36) 2017-05-24 16:04:04 [INFO] [STDERR] at micdoodle8.mods.galacticraft.core.blocks.GCCoreBlocks.initBlocks(GCCoreBlocks.java:109) 2017-05-24 16:04:04 [INFO] [STDERR] at micdoodle8.mods.galacticraft.core.GalacticraftCore.preInit(GalacticraftCore.java:246) 2017-05-24 16:04:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2017-05-24 16:04:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2017-05-24 16:04:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2017-05-24 16:04:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2017-05-24 16:04:04 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545) 2017-05-24 16:04:04 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 2017-05-24 16:04:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2017-05-24 16:04:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2017-05-24 16:04:04 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2017-05-24 16:04:04 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2017-05-24 16:04:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2017-05-24 16:04:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2017-05-24 16:04:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2017-05-24 16:04:04 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) 2017-05-24 16:04:04 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) 2017-05-24 16:04:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2017-05-24 16:04:04 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2017-05-24 16:04:04 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2017-05-24 16:04:04 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2017-05-24 16:04:04 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) 2017-05-24 16:04:04 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2017-05-24 16:04:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) 2017-05-24 16:04:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) 2017-05-24 16:04:04 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267) 2017-05-24 16:04:04 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) 2017-05-24 16:04:04 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:522) 2017-05-24 16:04:04 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) 2017-05-24 16:04:04 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) 2017-05-24 16:04:04 [INFO] [STDERR] at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69) 2017-05-24 16:04:04 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445) 2017-05-24 16:04:04 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583) 2017-05-24 16:04:04 [SEVERE] [Minecraft-Server] Encountered an unexpected exception IllegalArgumentException java.lang.IllegalArgumentException: Slot 3972 is already occupied by calclavia.lib.multiblock.fake.BlockMultiBlockPart@269ec26c when adding micdoodle8.mods.galacticraft.core.blocks.GCCoreBlockAluminumWire@79ec1c70
×
×
  • Create New...