Dedicated Server Crash
kreezxil opened this issue ยท 1 comments
This one didn't occur until after I installed the new Remote IO for 1.7.10 which crashed also btw, I removed that and now this is appearing, ran server twice just in case it was a flush issue, same problem twice in a row.
RemoteIO has reserved the dimension CompactMachines is using for itself.
Edit your remoteIO config and change the dimension it is using to a free one.
Technial ramble:
It does not seem clear when to register a dimension. When i did it in "init" it clashed with one mod, in "post-init" with another. I will look into it.