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

Unable to start on Windows #65

Open
Goreek opened this issue Oct 26, 2023 · 0 comments
Open

Unable to start on Windows #65

Goreek opened this issue Oct 26, 2023 · 0 comments

Comments

@Goreek
Copy link

Goreek commented Oct 26, 2023

Steps to reproduce

  1. Compile wafer project by Windows Rust compiler rustc 1.73.0 (cc66ad468 2023-10-03)
  2. Run .\target\debug\wafer.exe (it will use default wafer.yaml)

Expected result
Successful run of calculation

Actual result

Error loading configuration: Unable to create the output directory './output/develop_2023-10-25_20:43:55' caused by: The filename, directory name, or volume label syntax is incorrect. (os error 123)

Additional details
The generated project folder name has colon symbols ':'. It is unacceptable on Windows.
Method wafer::output::get_project_dir() should sanitize the time component of name as well.

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