Won't fix (1.20.77.6-7) Saving Subscenes doesn't work for me?

Case

Active member
Messages
264
Reactions
99
Points
43
What it says in the title. Errormsg is:


!> Exception during StoreSubScene System.ArgumentException: Illegal characters in path.
at System.IO.Path.IsPathRooted (System.String path) [0x00000] in <filename unknown>:0
at System.IO.Path.GetPathRoot (System.String path) [0x00000] in <filename unknown>:0
at System.IO.Path.GetDirectoryName (System.String path) [0x00000] in <filename unknown>:0
at MVR.FileManagement.FileManager.GetDirectoryName (System.String path, Boolean returnSlashPath) [0x00000] in <filename unknown>:0
at SubScene.StoreSubScene () [0x00000] in <filename unknown>:0

(Also started getting a lot of errormsgs with JayJayWon's UIAssist (latest patreon version) all of a sudden, roughly about the same time I noticed the subscene-save issue. Just mentioning this in case it might provide clues - JJW & Meshed have both released fixes related to storage access permissions lately)
 
Last edited:
This implies the file name you typed in has characters the file system does not allow. Check for special symbols in all of the SubScene fields that affect the save (Creator Name, SubScene Signature, and SubScene Save Name). Try to use only simple characters (A-Za-z0-9_-) in the name. Currently the fields are not validated to check for illegal symbols.
 
Back
Top Bottom