Woodwalkers

Woodwalkers

506k Downloads

unexpected crash with exit code 1

Tikalian-coconut opened this issue · 6 comments

commented

Mod loader

Forge

Minecraft version

1.20.1

Woodwalkers version

5.3.2

CraftedCore version

5.5

Modloader version

47.2.0

The latest.log file

latest.log

Issue description

unexpected crash on loading the game
exit code 1
am i supposed to guess why it crashed out of no information, seriously game
well that's the same as 5.2 and 5.2.1 versions (tested both and it crashes too)

Steps to reproduce

start game
it just crashes and says nothing just, exit code 1

Other

168 mods
and a custom mcreator mod, not sure if it could cause issue but better add it there :/

commented

I'm experiencing this same crash as well on NeoForge 21.1.65, MC 1.21.1 (with Remorphed installed, but I disabled Remorphed and got the same result). Same log that just terminates while loading mixins.
debug.log

commented

https://pastebin.com/f1GM4vCT
updated to 1.20.1-forge-5.3.2 still getting a crash

commented

I'm also encountering this crash, both in a modpack environment as well as with CraftedCore, Woodwalkers, and Remorphed installed on their own with no other mods (Forge 1.20.1 in both cases). For me, it seems to be implicating the onModifyBreakingSpeedOnFlight(Z)Z method in the PlayerEntityMixin file.

commented

Also having this issue- version 1.20.1 - forge 47.3.7 - tested with only this and dependencies

last lines in the log are below
[12:24:04] [main/WARN]: Error loading class: net/bettercombat/compatibility/CompatibilityFlags (java.lang.ClassNotFoundException: net.bettercombat.compatibility.CompatibilityFlags)
[12:24:04] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1).

commented

This issue is caused by some Refactoring by the Forge Project I wasn't aware of. That's way the mod currently modifies the block breaking speed using vanilla/fabric methods, that won't on Forge work bc Forge changed the minecraft code. I'll write a fixed version for forge/neoforge asap.

commented

I've fixed it as of 247caa3 and the fixed version (5.3.3) is uploading rn. Sorry I couldn't fix it earlier. 😅