[Crash]: Configured Defaults crashes on Fabric server startup when trying to write log message
s-thom opened this issue ยท 1 comments
Mod Loader (Required)
Fabric
Minecraft Version (Required)
1.20.4
Mod Version (Required)
v8.0.1
Notes (Required)
- Set up Fabric server with Configured Defaults as the only mod.
- Start server.
- Observe server crashing immediately after creating the
configureddefaults
directory.
Following the stack trace, it appears to be because gamePath.getParent()
is returning null. I have been able to reproduce on other 1.20.* versions of Minecraft, and with a similar error on Configured Defaults 8.0.0 (though the exact lines of code changed). The client doesn't seem to have this crash issue.
Crash Report (Required)
https://gist.github.com/s-thom/07d4ac042a54d43e5f31e81f63c3371e
latest.log (Optional)
No response