Jump to content

Recommended Posts

Posted

I need a little help trying to read/fix this error.  Never experienced a mod sorting cycle thing and it seems to occur randomly.  Sometimes I can restart and everything works fine and other times it causes a crash at launch.

 

 

[10:03:53] [Client thread/ERROR]: Mod Sorting failed.

[10:03:53] [Client thread/ERROR]: Visting node FMLMod:CoFHCore{1.7.10R3.0.0B2}

[10:03:53] [Client thread/ERROR]: Current sorted list : [Dummy Container (BeforeAll) @1793358935, Wrapped{mcp}, Wrapped{FML}, Wrapped{Forge}, Wrapped{Dummy Container (null) @62957885}, Wrapped{CodeChickenCore}, Wrapped{<CoFH ASM>}, Wrapped{NotEnoughItems}, Wrapped{Dummy Container (null) @1571218871}, Dummy Container (Before) @1050634900, FMLMod:bspkrsCore{6.13}, FMLMod:ArmorStatusHUD{1.27}, FMLMod:StatusEffectHUD{1.26}, FMLMod:BuildCraft|Core{6.0.17}]

[10:03:53] [Client thread/ERROR]: Visited set for this node : [Dummy Container (Before) @1050634900, FMLMod:StatusEffectHUD{1.26}, Wrapped{FML}, FMLMod:ThermalFoundation{1.7.10R1.0.0B1}, FMLMod:BuildCraft|Core{6.0.17}, FMLMod:ThermalExpansion{1.7.10R4.0.0B2}, FMLMod:ArmorStatusHUD{1.27}, Wrapped{Dummy Container (null) @62957885}, Dummy Container (AfterAll) @1410218666, FMLMod:CoFHCore{1.7.10R3.0.0B2}, Wrapped{NotEnoughItems}, FMLMod:bspkrsCore{6.13}, Wrapped{<CoFH ASM>}, Wrapped{mcp}, Wrapped{Dummy Container (null) @1571218871}, Wrapped{CodeChickenCore}, APIContainer{CoFHAPI:1.0}, Wrapped{Forge}, Dummy Container (After) @1915591170, Dummy Container (BeforeAll) @1793358935, FMLMod:appliedenergistics2{rv0-stable-10}]

[10:03:53] [Client thread/ERROR]: Explored node set : [Dummy Container (Before) @1050634900, FMLMod:StatusEffectHUD{1.26}, Wrapped{FML}, FMLMod:BuildCraft|Core{6.0.17}, FMLMod:ArmorStatusHUD{1.27}, Wrapped{Dummy Container (null) @62957885}, Wrapped{NotEnoughItems}, FMLMod:bspkrsCore{6.13}, Wrapped{<CoFH ASM>}, Wrapped{mcp}, Wrapped{Dummy Container (null) @1571218871}, Wrapped{CodeChickenCore}, Wrapped{Forge}, Dummy Container (BeforeAll) @1793358935]

[10:03:53] [Client thread/ERROR]: Likely cycle is in : [FMLMod:ThermalFoundation{1.7.10R1.0.0B1}, FMLMod:ThermalExpansion{1.7.10R4.0.0B2}, Dummy Container (AfterAll) @1410218666, FMLMod:CoFHCore{1.7.10R3.0.0B2}, APIContainer{CoFHAPI:1.0}, Dummy Container (After) @1915591170, FMLMod:appliedenergistics2{rv0-stable-10}]

[10:03:53] [Client thread/ERROR]: A dependency cycle was detected in the input mod set so an ordering cannot be determined

[10:03:53] [Client thread/ERROR]: The first mod in the cycle is FMLMod:CoFHCore{1.7.10R3.0.0B2}

[10:03:53] [Client thread/ERROR]: The mod cycle involves

[10:03:53] [Client thread/ERROR]: FMLMod:ThermalFoundation{1.7.10R1.0.0B1} : before: [], after: [CoFHCore@[1.7.10R3.0.0B1,)]

[10:03:53] [Client thread/ERROR]: FMLMod:ThermalExpansion{1.7.10R4.0.0B2} : before: [], after: [ThermalFoundation@[1.7.10R1.0.0B1,)]

[10:03:53] [Client thread/ERROR]: Dummy Container (AfterAll) @1410218666 : before: [], after: []

[10:03:53] [Client thread/ERROR]: FMLMod:CoFHCore{1.7.10R3.0.0B2} : before: [], after: [FML@[7.10.0.1180,7.11), Forge@[10.13.0.1180,10.14)]

[10:03:53] [Client thread/ERROR]: APIContainer{CoFHAPI:1.0} : before: [EnderIO, ExtraUtilities, CoFHCore], after: [CoFHCore]

[10:03:53] [Client thread/ERROR]: Dummy Container (After) @1915591170 : before: [], after: []

[10:03:53] [Client thread/ERROR]: FMLMod:appliedenergistics2{rv0-stable-10} : before: [], after: [gregtech_addon, Mekanism, IC2, ThermalExpansion, BuildCraft|Core, AppliedEnergistics2-Core, Forge@[10.13.0.1152,)]

[10:03:53] [Client thread/ERROR]: The full error

cpw.mods.fml.common.toposort.ModSortingException: There was a cycle detected in the input graph, sorting is not possible

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:190) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.explore(TopologicalSort.java:199) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.TopologicalSort.topologicalSort(TopologicalSort.java:145) ~[TopologicalSort.class:?]

at cpw.mods.fml.common.toposort.ModSorter.sort(ModSorter.java:133) ~[ModSorter.class:?]

at cpw.mods.fml.common.Loader.sortModList(Loader.java:256) [Loader.class:?]

at cpw.mods.fml.common.Loader.loadMods(Loader.java:472) [Loader.class:?]

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) [bao.class:?]

at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_55]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_55]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_55]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]

[10:03:53] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:ArmorStatusHUD, FMLFileResourcePack:StatusEffectHUD, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Baubles, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Blood Magic: Alchemical Wizardry, FMLFileResourcePack:Botania, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:Chisel, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Ender IO, FMLFileResourcePack:Equivalent Exchange 3, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Flaxbeard's Steam Power, FMLFileResourcePack:Forestry for Minecraft, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:JABBA, FMLFileResourcePack:Mantle, FMLFileResourcePack:MineFactory Reloaded, FMLFileResourcePack:MFR Compat: Applied Energistics, FMLFileResourcePack:MFR Compat: Atum, FMLFileResourcePack:MFR Compat: BackTools, FMLFileResourcePack:MFR Compat: BuildCraft, FMLFileResourcePack:MFR Compat: Chococraft, FMLFileResourcePack:MFR Compat: ExtraBiomes, FMLFileResourcePack:MFR Compat: Forestry, FMLFileResourcePack:MFR Compat: ForgeMicroblock, FMLFileResourcePack:MFR Compat: IC2, FMLFileResourcePack:MFR Compat: Mystcraft, FMLFileResourcePack:MFR Compat: Pam's Mods, FMLFileResourcePack:MFR Compat ProjectRed, FMLFileResourcePack:MFR Compat: Railcraft, FMLFileResourcePack:MFR Compat: RP2, FMLFileResourcePack:MFR Compat: Sufficient Biomes, FMLFileResourcePack:MFR Compat: Thaumcraft, FMLFileResourcePack:MFR Compat: Thermal Expansion, FMLFileResourcePack:MFR Compat: TwilightForest, FMLFileResourcePack:MFR Compat: Vanilla, FMLFileResourcePack:PneumaticCraft, FMLFileResourcePack:ProjectRed, FMLFileResourcePack:ProjectRed-Compatibility, FMLFileResourcePack:ProjectRed-Integration, FMLFileResourcePack:ProjectRed-Transmission, FMLFileResourcePack:ProjectRed-Illumination, FMLFileResourcePack:ProjectRed-Expansion, FMLFileResourcePack:ProjectRed-Transportation, FMLFileResourcePack:ProjectRed-Exploration, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Tinkers' Mechworks, FMLFileResourcePack:Waila, FMLFileResourcePack:Witchery, FMLFileResourcePack:bspkrsCore, FMLFileResourcePack:Forge Microblocks, FMLFileResourcePack:Forge Multipart, FMLFileResourcePack:Minecraft Multipart Plugin

[10:03:53] [Client thread/WARN]: There were errors previously. Not beginning mod initialization phase

 

Posted

How's this?

 

https://www.dropbox.com/s/3iljkos7jlixdwf/Screenshot.png

 

The only mods you dont see are in that top folder.  And are listed in this order.

[1.7.10]bspkrsCore-universal-6.13

CodeChickenLib-17.10-1.1.1.93-universal

ForgeMultiplart-1.7.10-1.1.0.299-universal

 

I haven't modified any filenames whatsoever.  Everything was simply downloaded and dropped into the mods folder.  Problem didn't start happening until after adding the files/dependencies for Thermal Expansion which include: CofhCore, CofhLib, ThermalFoundation, ThermalExpansion

Posted

Like I said, sometimes I get the error, sometimes I dont.  I'm able to use all the mods when it does work.  I'd just like to eliminate the problem from happening in the future.  This is a privately hosted modpack and I'd like to be able to get my users on my server as quickly/conveniently as possible.

Posted

Still getting the same error, just without the mention of AppliedEnergistics this time.  Its all stuff related the Thermal Expansion.  But checking their github, no one else is getting the error so I dont know.

Posted

I was able to reproduce this! I also found this post over on the COFH github that possibly explained this weird behaviour.

 

In my case, I compared the file sizes for the energy api folder in all my mods, and found only a couple even had copies. one of them was enderIO, but it didn't seem to be the problem. The other was a copy of this folder found in Universal Electricity, and it *was* different. Removing the energy folder alone did not fix it, but removing that file that was present *with* the energy folder did! After realizing the folder was then empty, I just went back and took out the entire 'cofh' directory in the universal electricity zip file and now everything is working.

 

 

 

Posted

I spoke with King Lemming directly.  He knew within seconds what the problem was exactly.  Extra Utilities and EnderIO needed updating to match the newest version of CofhCore/CofhLib/ThermalExpansion/ThermalFoundation.  The moment I updated the 2 mods, everything worked fine.

  • 1 month later...
  • 5 years later...
Posted

I have problem like this with gregtech, with it minecraft give error message on start.

Error message:
https://i.imgur.com/UR2hFyx.png
Modlist:
https://i.imgur.com/efoHvce.png
Log:

  Reveal hidden contents


 

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.