Problem new server set up for tech world 2

  • 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

caliprius83

New Member
Jul 29, 2019
5
0
0
Hello I am attempting to set up a server on my home comp, and when i start it i get this error message
[INFO] Starting minecraft server version 1.6.4
[WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[SEVERE] Encountered an unexpected exception IDConflictException
Reika.DragonAPI.Exception.IDConflictException: RotaryCraft was not installed correctly:
CONFLICT: Slot 490 is already occupied by mods.railcraft.common.fluids.BlockRailcraftFluid@1295ba0 when adding Reika.RotaryCraft.Blocks.BlockAdvGear@3e7141
Check your IDs and change them if possible.
This is NOT a mod bug. Do not post it to the mod website.
at Reika.DragonAPI.Libraries.Java.ReikaReflectionHelper.createBlockInstance(ReikaReflectionHelper.java:58)
at Reika.DragonAPI.Libraries.ReikaRegistryHelper.instantiateAndRegisterBlocks(ReikaRegistryHelper.java:41)
at Reika.RotaryCraft.RotaryRegistration.instantiateMachines(RotaryRegistration.java:125)
at Reika.RotaryCraft.RotaryCraft.setupClassFiles(RotaryCraft.java:348)
at Reika.RotaryCraft.RotaryCraft.preload(RotaryCraft.java:209)
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.GeneratedMethodAccessor2.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)
[SEVERE] This crash report has been saved to: C:\Users\Chris\Desktop\TechWorld 2 server\.\crash-reports\crash-2014-11-05_15.44.31-server.txt

sorry for the long post but i am lost and need help
also i couldn't figure out where to put in a seed for world gen.
sorry for being a newb
 

Reika

RotaryCraft Dev
FTB Mod Dev
Sep 3, 2013
5,079
5,331
550
Toronto, Canada
sites.google.com
Start by reading the log.
Reika.DragonAPI.Exception.IDConflictException: RotaryCraft was not installed correctly:
CONFLICT: Slot 490 is already occupied by mods.railcraft.common.fluids.BlockRailcraftFluid@1295ba0 when adding Reika.RotaryCraft.Blocks.BlockAdvGear@3e7141
Check your IDs and change them if possible.
This is NOT a mod bug. Do not post it to the mod website.
at Reika.DragonAPI.Libraries.Java.ReikaReflectionHelper.createBlockInstance(ReikaReflectionHelper.java:58)
at Reika.DragonAPI.Libraries.ReikaRegistryHelper.instantiateAndRegisterBlocks(ReikaRegistryHelper.java:41)
at Reika.RotaryCraft.RotaryRegistration.instantiateMachines(RotaryRegistration.java:125)
 

caliprius83

New Member
Jul 29, 2019
5
0
0
lol sory for being the ulto newb. but yeah. also on the older version of server hosting the gui seemed to allow a location for upping ram and input a seed.
 

caliprius83

New Member
Jul 29, 2019
5
0
0
Sorry but i am just not sure how to interpret the error code and I am also not sure as to how I up the ram and enter a seed for the server.
 

1M Industries

New Member
Jul 29, 2019
537
0
0
Sorry but i am just not sure how to interpret the error code and I am also not sure as to how I up the ram and enter a seed for the server.
Basically, Minecraft 1.6.4 uses an unique ID for each block. These are set in config files, which are easy to edit. BUT, and here is your problem, if two mods try to use the same ID, Minecraft will crash, as shown above. All you have to do is go into your server config files (Found under \Techworld2 server\minecraft\config) and find the railcraft config file. After you have done that, open it with notepad++. (Download link here: http://notepad-plus-plus.org) Then find the ID with the value 490. Edit that value to a different value, and that error should be fixed. I will warn you however that where there is one error, there are most likely more. Be prepared to spend most of your day finding and fixing them if you have added/updated many mods. Good luck, and 1M out!
 

FunnyB95

New Member
Jul 29, 2019
1
0
0
Can you help somebody does not start for some reason.
always stops.
 

Attachments

  • ForgeModLoader-server-0.txt
    21 KB · Views: 70
  • CMD.jpg
    CMD.jpg
    311.4 KB · Views: 58

3nergytutorials

New Member
Jul 29, 2019
1
0
0
Don't uninstall java keep it and install java 7 too, edit your start server bat file at at the start it should say java change the address to something like this with the quotation marks "C:\Program Files\Java\jre7\bin\java" your directory maybe different just look for it and copy the address. hope this helps. if you still have problems try "C:\Program Files\Java\jre7\bin\java.exe" or "C:\Program Files\Java\jre7\bin"