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

Fails silently when target directory is write protected #95

Open
balazsdukai opened this issue Nov 11, 2019 · 2 comments
Open

Fails silently when target directory is write protected #95

balazsdukai opened this issue Nov 11, 2019 · 2 comments

Comments

@balazsdukai
Copy link
Member

In case the target directory for the output is not writable, 3dfier completes the process without any warnings or errors, but it doesn't write any output. This is quite tricky, since it give the user the idea that 3dfier succeeded.

@vvmruder
Copy link
Contributor

I would add the idea of checking correct permissions in the begin of the process. To not let the user wait until the end to know it was not possible to write the data.

@tcommandeur
Copy link
Contributor

There are checks to see if a folder and file has write access in the main.cpp file. Cross platform permissions checks are rather difficult to implement.

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

3 participants