Integrated Dynamics

Integrated Dynamics

63M Downloads

Can't Create/Loads World -- Netty Local Client

Haddadmj opened this issue ยท 5 comments

commented

Issue type:

  • ๐Ÿ› Bug
  • ๐ŸŒ Performance issue
  • โ“ Question

Short description:

when i add the mod to my modpack with it required mods...

i can't create world

Versions:

Exact versions of the following mods, not just latest.

  • This mod: IntegratedDynamics-1.12.2-0.9.5
  • CyclopsCore: CyclopsCore-1.12.2-0.10.22
  • Minecraft: Minecraft 1.12.2
  • Forge: forge-14.23.0.2538
    -CommonCapabilities: CommonCapabilities-1.12-1.4.0

Log file:

https://pastebin.com/7kHcbJYv

commented

Minecraft Forge 2538 made some changes to Netty that were followed up in 2539 and 2540. See if you have the problem with Forge 2537 (before the change) and/or with 2540 (after the follow-ups).

commented

@Haddadmj Can you try reproducing with only this mod (and its requirements) installed?

It looks like IC2 is the only mod that is mentioned in the stacktraces, perhaps you should report it there.

commented

I Will Try :D

commented

with only this mod (and its requirements) installed
forge-14.23.0.2538 to forge-14.23.0.2540 ... I can't create/load the world...

but forge-14.23.0.2537
it work fine :D

commented

I suspect that reverting CyclopsMC/CyclopsCore@6131a3f will fix this. The leak that you thought was your fault was apparently Forge's fault.

EDIT: Tested and confirmed. CyclopsMC/CyclopsCore#94