
0.0.5.1 crashes dedicated forge server 1.9.4 build 1922 on startup
kreezxil opened this issue ยท 3 comments
Issue: Vanilla Immersion 0.0.5.1 crashes dedicated forge server 1.9.4 build 1922 on startup
crash report:
https://gist.github.com/409d17b5142c01ee8d4741a22f40c15a
fml server latest:
https://gist.github.com/095946c66cf54cbefa65a431b16bc755
This issue appears to be related to the shadowing of the Kotlin libraries. That language really is causing me nothing but trouble with my builds, should have sticked to Scala xD
Version 0.0.5.2 should run fine in production environments now. As you can see from the commit message, I disabled relocation of some files which might lead to name and version clashes with other mods shading Kotlin. I personally blame either Kotlin for being hard to shade or the shadow plugin for changing things it should not, but until I find a working solution, this will have to do.