Closed ThatOneCodeDev closed 3 months ago
2024-08-10-5.log Attached is the Latest.log from the instance where the mod installation was attempted.
Thanks! It will be fixed in the next version.
Fixed in 0.1.2🎉
Can confirm, the docker-container starts and the mod loads. Thanks for the quick fix!
Good afternoon, I encountered a crash when attempting to start a dedicated server for my friends and myself to play on with the mod installed.
Steps to Reproduce:
Expected Behavior:
The mod should start in a dedicated server environment.
Actual Behavior:
The server crashes during startup due to an invalid mixin being loaded for the
DEDICATED_SERVER
environment.Environment:
Note:
I am a C# developer primarily so I am just speculating what the cause could be here. It seems that the mixin
cn/leolezury/eternalstarlight/common/mixin/client/MinecraftMixin
is intended for the client-side only and is what causes the server environment to experience issues. I do not recall seeing anywhere that the mod is client only, so I assume this is un-intended behavior.If I am totally incorrect with my assumption here, please feel free to help guide me in the right direction as I am trying to understand how this stuff works.
Crash Report: