SilentChaos512 / ScalingHealth

Minecraft mod that allows adjusting of player and mob health.
MIT License
45 stars 36 forks source link

Installing with ModernUI mod makes minecraft unloadable #392

Open Dark-Matter-X opened 2 years ago

Dark-Matter-X commented 2 years ago

Versions

Actual Behavior

Forge stops working on mod loading & got no responce

Steps to Reproduce the Problem

  1. Download ModernUI & Scaling Health(with lib)
  2. Place both mod to mods folder
  3. Launch Minecraft (Forge)
Cyborgmas commented 2 years ago

Minecraft will still log whats going on, if you could share the debug.log after its been stuck for say ~30 sec

lcy0x1 commented 2 years ago

I also experienced it, but only in the development environment. It seems to be a problem with handshake packets. See Forge Discord discussion for more information. (I asked diesieben07 about it and he confirms the issue) while still can't figure out what happens.

All threads are waiting except one stuck on NetworkInitialization

lcy0x1 commented 2 years ago

In production environment, I encountered another issue: world loading freezes on 100%, without any stack traces telling what happened. Though I'm not sure if t's silent lib's problem or SH's problem