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

Windows command line shapeworks groom cycle error #2165

Open
dcwhite opened this issue Nov 16, 2023 · 0 comments
Open

Windows command line shapeworks groom cycle error #2165

dcwhite opened this issue Nov 16, 2023 · 0 comments
Assignees

Comments

@dcwhite
Copy link
Member

dcwhite commented Nov 16, 2023

The error is
[error] Unable to create groom output directory: "./groomed"

it comes from this line:

throw std::runtime_error("Unable to create groom output directory: \"" + path + "\"");

which swallows the specific boost exception.

I'm running groom within a temporary directory, on a couple files stored there, the command was:
./shapeworks groom --name=C:\\Users\\Dan\\AppData\\Local\\Temp\\Slicer\\ShapeworksRunner\\20231116_120709_257\\shapeworksProject.swproj

I attached the input files. It appears to be a platform-specific bug to Windows, this works on Mac fine--Windows is having trouble creating a directory using ./. It all works fine running Studio, since the project file is already saved there, so the code stores the correct-for-Windows relative, \\-delimited path.

20231116_120709_257.zip

@akenmorris akenmorris self-assigned this Nov 17, 2023
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

2 participants