First of, let me say that I am not using the latest Forge build out, but I am using the latest build for the Minecraft version that I am running for my client and server (Minecraft 1.5.2 with Forge 7.8.1.738).
The problem I am having is with the Universal Electricity mods, specifically their IDs. I manually reassigned all IDs in order to make sure there were no conflicts with other mods.
However, from the best of my knowledge, the Server side of Forge is looking for item IDs by adding 256 to the ID number assigned in the config file. I know that there is no difference in the config files because I copied them from my config folder directly into the server's.
Attempts to modify the server's config files by adding and subtracting 256 to the item IDs were not successful. Attempts at removing the UE mod specifically stated causes the same error with another mod listed. The item codes are the ingots from Basic Components, though it says the erroneous codes are from Complex Machines (last round of troubleshooting, it said from Assembly Line) Below, I have the error screen I get when trying to log onto the server.
Forge Mod Loader as found ID mismatches
Complete details are in the log file
ID 24268 from ComplexMachines is missing
ID 24265 from ComplexMachines is missing
ID 24266 from ComplexMachines is missing
ID 24267 is mismatched between world and game
24268 is supposed to be 24012, which is 'ingotTin'
24265 is supposed to be 24009, which is 'ingotBronze'
24266 is supposed to be 24010, which is 'ingotCopper'
24267 is supposed to be 24011, which is 'ingotSteel'
I verified this when I changed their IDs. The error ID would always be 256 more than these. Strangely, the first time I did this, there were more erroneous IDs, and it didn't name which mod there error was supposedly from.
Sorry for linking to another forum, but the log is too long to be put into this post and it is too big for the free version of pastebin. If any other information is needed, just ask and I will try to get it up as soon as possible.
Also, if it helps, here are all the instances 'Severe' pops up in the log, so you don't have to go through all of that to find them.
2013-07-09 03:56:05 [INFO] [ForgeModLoader] FML has found a non-mod file FluidMechanics_v0.5.1.103.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
The problem I am having is with the Universal Electricity mods, specifically their IDs. I manually reassigned all IDs in order to make sure there were no conflicts with other mods.
However, from the best of my knowledge, the Server side of Forge is looking for item IDs by adding 256 to the ID number assigned in the config file. I know that there is no difference in the config files because I copied them from my config folder directly into the server's.
Attempts to modify the server's config files by adding and subtracting 256 to the item IDs were not successful. Attempts at removing the UE mod specifically stated causes the same error with another mod listed. The item codes are the ingots from Basic Components, though it says the erroneous codes are from Complex Machines (last round of troubleshooting, it said from Assembly Line) Below, I have the error screen I get when trying to log onto the server.
Complete details are in the log file
ID 24268 from ComplexMachines is missing
ID 24265 from ComplexMachines is missing
ID 24266 from ComplexMachines is missing
ID 24267 is mismatched between world and game
24268 is supposed to be 24012, which is 'ingotTin'
24265 is supposed to be 24009, which is 'ingotBronze'
24266 is supposed to be 24010, which is 'ingotCopper'
24267 is supposed to be 24011, which is 'ingotSteel'
I verified this when I changed their IDs. The error ID would always be 256 more than these. Strangely, the first time I did this, there were more erroneous IDs, and it didn't name which mod there error was supposedly from.
Here is the full Forge Mod Loader client log.
Sorry for linking to another forum, but the log is too long to be put into this post and it is too big for the free version of pastebin. If any other information is needed, just ask and I will try to get it up as soon as possible.
Also, if it helps, here are all the instances 'Severe' pops up in the log, so you don't have to go through all of that to find them.
2013-07-09 03:56:48 [SEVERE] [ForgeModLoader] Universal Recipes: Error Registering calclavia:WRENCH
2013-07-09 03:57:09 [SEVERE] [fml.ItemTracker] FML has detected item discrepancies
2013-07-09 03:57:09 [SEVERE] [fml.ItemTracker] Missing items : {24268=Item 24268, Type basiccomponents.common.item.ItemIngot, owned by ComplexMachines, ordinal 1, name null, claimedModId null, 24265=Item 24265, Type basiccomponents.common.item.ItemIngot, owned by ComplexMachines, ordinal 3, name null, claimedModId null, 24266=Item 24266, Type basiccomponents.common.item.ItemIngot, owned by ComplexMachines, ordinal 0, name null, claimedModId null}
2013-07-09 03:57:09 [SEVERE] [fml.ItemTracker] Mismatched items : {24267=(Item 24267, Type basiccomponents.common.item.ItemIngot, owned by ComplexMachines, ordinal 2, name null, claimedModId null, Item 24267, Type basiccomponents.common.item.ItemIngot, owned by ComplexMachines, ordinal 0, name null, claimedModId null)}