Said there was an update..

  • 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

Stimo

New Member
Jul 29, 2019
76
0
1
So i updated my client.. but now when i tried to connect to server i get this..


Code:
cpw.mods.fml.common.DuplicateModsFoundException
    at cpw.mods.fml.common.Loader.identifyDuplicates(Loader.java:374)
    at cpw.mods.fml.common.Loader.identifyMods(Loader.java:335)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:457)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345)
    at ho.c(DedicatedServer.java:64)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
    at fy.run(SourceFile:849)
 

Stimo

New Member
Jul 29, 2019
76
0
1
Tried this but now it comes up with errors when trying to connect, i think 3 are to do with railcraft
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
you either have itemmismatch ID's on your clientside (prob a mistake in a configfile).
You can either manual change them, or the easy way is prob removing the whole launcher modpack from your client and redownload it. That should fix the ID Mismatch

Or you have an itemmismatch on your server, and need to fix the config of railcraft
 

Stimo

New Member
Jul 29, 2019
76
0
1
you either have itemmismatch ID's on your clientside (prob a mistake in a configfile).
You can either manual change them, or the easy way is prob removing the whole launcher modpack from your client and redownload it. That should fix the ID Mismatch

Or you have an itemmismatch on your server, and need to fix the config of railcraft

Ok i tried deleted the launcher and redownloading but that didnt work.
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Did you delete the folders wich where inside the launcher folder? (FTBBETA_A / DW20 etc) ?
Cause those contain the configfiles.
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Are there more persons connecting to the server? If so do they have the problem aswell?? If not it's client otherwise it might be a server railcraftconfig mismatch.

Mismatch can happen in the config files, or if the configfiles are changed when certain things are placed in the world already (aka a member places a Railcrafttrack (ID:A) and you change in the config the ID of Track to B then you can get a corrupt world. (those whould normally show up when the server is starting so i doubt that's the case

EDIT: Is there anything in the serverlogfiles? Normally you should be able to see connection clients in the log / console files. Could you post those, maybe that makes more sence.
 

Stimo

New Member
Jul 29, 2019
76
0
1
Are there more persons connecting to the server? If so do they have the problem aswell?? If not it's client otherwise it might be a server railcraftconfig mismatch.

Mismatch can happen in the config files, or if the configfiles are changed when certain things are placed in the world already (aka a member places a Railcrafttrack (ID:A) and you change in the config the ID of Track to B then you can get a corrupt world. (those whould normally show up when the server is starting so i doubt that's the case

EDIT: Is there anything in the serverlogfiles? Normally you should be able to see connection clients in the log / console files. Could you post those, maybe that makes more sence.
Do you mean this?
http://gyazo.com/ca84d7331f1413312a97696301164503

Also this
http://gyazo.com/859fa6b35582c114f3702191ccece7d6
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Looks like certain woodlogs got removed (or changed to an invalid ID), could be a configbug in a mod (extra biomes) or a manual change in an other config file. Can you post a new complete sserver startup log? maybe we can see there what happend