cem3cem3 / AppliedEcogisticsIssues

Bug tracker for the Eco mod: Applied Ecogistics
3 stars 1 forks source link

Server Crash on startup (SocketException/InvalidOperationException) #29

Closed demodude4u closed 3 years ago

demodude4u commented 3 years ago

I got a strange error that does not appear related to this mod, but it only happens when this mod is installed. When I remove the mod, this issue goes away.

I am running mod version 1.23.0.9.2.4E, server version 0.9.2.4 beta release-156.

01HZPmu9gN

D-Kay6 commented 3 years ago

Seems to be the same problem as #28 . Based on this message.

cem3cem3 commented 3 years ago

Turns out this is a harmony issue. I have notified their devs, but I won't be able to fix this until it gets sorted on their side unfortunately.

cem3cem3 commented 3 years ago

While not fully fixed, the new version of the mod now uses a modified version of monomod.common that fails gracefully, instead of causing this issue. However, this means that on windows, you are again required to modify the EcoServer.runtimeconfig.json file as was the case with previous versions.

cem3cem3 commented 3 years ago

While I haven't had the time to thoroughly test it, as my windows vm is giving me issues, the new version of harmony seems to fix the issue with Kestrel crashing as well as allowing Tiered JIT Compilation to stay enabled.