You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running for first time or when previously saved file is moved or deleted, VZEditor silently stops. It seems this occurs when VZLibrary::Load calls xmlDoc.Save(sFilename) - currently line 99 of vzlibrary.cpp. Maybe sFilename is invalid?
The text was updated successfully, but these errors were encountered:
Fixed in next commit. Was attempting to create file within a directory that did not exist. Now do not try to create file automatically. This part is changing dramatically in next version anyway.
When running for first time or when previously saved file is moved or deleted, VZEditor silently stops. It seems this occurs when VZLibrary::Load calls xmlDoc.Save(sFilename) - currently line 99 of vzlibrary.cpp. Maybe sFilename is invalid?
The text was updated successfully, but these errors were encountered: