Help server block id errors

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Sleban

New Member
Jul 29, 2019
30
0
0
im running a server and i went to do the latest server update and after i did the update i got this error from it

2013-01-29 18:01:22 [SEVERE] Encountered an unexpected exception IllegalArgumentException
java.lang.IllegalArgumentException: Slot 1522 is already occupied by buildcraft.core.BlockSpring@591572ff when adding twilightforest.block.BlockTFTowerDevice@f30f10a
at amq.<init>(Block.java:326)
at amq.<init>(Block.java:359)

any idea whats causing this and how to fix it?
 
Not sure how you managed to do it but your ID config for buildcraft might be wrong.

I:springBlock.id=519
I:TowerDevice=1522

Try replacing your main.conf in your buildcraft directory and see if it helps.
 
Someone in the FTB Irc had this problem yesterday. To fix it all you have to do is go into config/buildcraft and open main.conf with a text editor like notepad or notepad++. Then you need to find the line that says I:springBlock.id=1522 and change the number to I:springBlock.id=519
 
ok well that didnt work any other ideas? cause the only way i can get the update to work is reroll the server
 
heres the full server issue im having
2013-01-30 21:23:57 [INFO] Starting minecraft server version 1.4.7
2013-01-30 21:24:06 [SEVERE] Encountered an unexpected exception IllegalArgumentException
java.lang.IllegalArgumentException: Slot 1522 is already occupied by buildcraft.core.BlockSpring@4b5f52a7 when adding twilightforest.block.BlockTFTowerDevice@5f2b7899
at amq.<init>(Block.java:326)
at amq.<init>(Block.java:359)
at twilightforest.block.BlockTFTowerDevice.<init>(BlockTFTowerDevice.java:51)
at twilightforest.block.TFBlocks.<init>(TFBlocks.java:63)
at twilightforest.TwilightForestMod.preInit(TwilightForestMod.java:230)
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:487)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:486)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at ho.c(DedicatedServer.java:64)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)
2013-01-30 21:24:06 [SEVERE] This crash report has been saved to: /home/tcagame_svc2000/JacobE/2000/./crash-reports/crash-2013-01-30_21.24.06-server.txt
 
This is the exact problem I had, however the ID in the configs were 519 and 1522 as they should be, so changing what was not wrong did not do anything. I deleted the configs folder, buildcraft.jar and twilightforest.zip and replaced them from the v8 server pak download and that fixed me. Not sure which exactly was causing as I did them all at once.
 
  • Like
Reactions: Scaffolding
Status
Not open for further replies.