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

[BUG] Concealment causing a No Save scenario #58

Closed Varaxian closed 7 years ago

Varaxian commented 7 years ago

From multiple investigations from multiple people, TORCH eventually stops saving due to a specific GUID issue. Someone has found that the GUID responsible is Concealment.

I'll skip the rest of the format for now.

Jimmacle commented 7 years ago

The warning about the GUID will not stop a world from saving.

Varaxian commented 7 years ago

https://pastebin.com/h7yiG4cv

I'm glad you're back jim. There is 14137 lines in this log file, ending with:

2017-07-27 05:36:39.371 - Thread: 18 -> Exception occured: System.ArgumentNullException: Value cannot be null. Parameter name: path1 at System.IO.Path.Combine(String path1, String path2) at Sandbox.Engine.Networking.MyLocalCache.SaveLastLoadedTime(String sessionPath, DateTime lastLoadedTime) at Sandbox.Game.World.MySessionSnapshot.Save() 2017-07-27 05:36:39.382 - Thread: 18 -> Session snapshot save - END

This is the best I can give you, and let you know that multiple people have experienced this.