Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load library fails if file does not exist #34

Open
riban-bw opened this issue Feb 10, 2020 · 1 comment
Open

Load library fails if file does not exist #34

riban-bw opened this issue Feb 10, 2020 · 1 comment

Comments

@riban-bw
Copy link
Owner

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?

@riban-bw
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant