soulsmods / DSMapStudio

A standalone map/level editor for Demon's Souls, Dark Souls 1/2/3, Bloodborne, Sekiro, and Elden Ring.
MIT License
491 stars 60 forks source link

"Empty String" Crashing #922

Closed Steuvan closed 3 months ago

Steuvan commented 3 months ago

I don't know if the update was supposed to fix this bug sooo I made a new post Same log as before :

DSMapStudio Version 1.11.1

The value cannot be an empty string. (Parameter 'path')

at System.ArgumentException.ThrowNullOrEmptyException(String, String) at System.ArgumentException.ThrowIfNullOrEmpty(String , String ) at System.IO.File.WriteAllBytes(String, Byte[]) at StudioCore.Editor.ProjectSettings.Serialize(String path) in ./src/StudioCore/Editor/ProjectSettings.cs:line 51 at StudioCore.MapStudioNew.SaveAll() in ./src/StudioCore/MapStudioNew.cs:line 633 at StudioCore.MapStudioNew.AttemptSaveOnCrash() in ./src/StudioCore/MapStudioNew.cs:line 666 at DSMapStudio.Program.Main(String[]) in ./src/Studio.App/DSMapStudio/Program.cs:line 40