TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Gracefully Fail for Non-Public Mods #159

Closed Neimoh closed 2 years ago

Neimoh commented 6 years ago

Torch crash on startup due to an existing mod that has been set to friends only or non-public. Vanilla DS shows entry of Mods Failed to Download and then just hangs, service continues to try to start but won't do anything. You have to manually end the service task to kill everything and attempt a fresh restart.

You can add any mod to the server and set it to friends only to reproduce. I had the issue on staging build 29, 39 and 40

Equinox- commented 6 years ago

Preferred solution to this would be to gracefully fail with a nice error message.