-
Notifications
You must be signed in to change notification settings - Fork 283
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
Temp dirs not found plotting with b15 dev 47, to the root of a mount point on Windows #103
Comments
Additional notes:
|
Windows Server 2016 |
OS: Server 2016. Log re-attached |
I tried to reproduce this with the C++ plotting tool, on windows. No luck so far, I'm running:
(and make sure I create the directory Looking at the code, this error comes from:
Since the error message says:
It really suggests that the directory "C:_\SM01\05" indeed does not exist. It's possible that there could be other conditions causing |
The Path C:_\SM01\05 has to be an NTFS Mountpoint for it to fail (ie has another drive mounted there rather than have it's own drive letter). If a directory below the mountpoint is used eg: C:_\SM01\05\Plot then the plotter is fine. It's only in the specific case of attemptting to plot to the root of the mountpoint. |
oh, I see. The log said "C:_..." so I missed that you're using the per-drive working directory. but it's the mount-point that's relevant. |
I have reproduced the issue |
as far as I can tell, this has been resolved |
This was directly fixed and the lingering other Windows issue should be resolved by #125 Closing. |
On windows with a drive mountpoint at: C:_\SM01\05 - plotting to this directory path fails with a Temp dir not found. If I create a subdir below it, eg C:_\SM01\05\PLOT - plot works properly.
Log file attached.
The text was updated successfully, but these errors were encountered: