-
Notifications
You must be signed in to change notification settings - Fork 10
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
Issues with spaces in paths #21
Comments
Thanks. I check this issue. The engine can not load path including space on the Command Prompt. However, I don't think it is a bug? should have a way to input the whole path string? |
Well:
I'm not doing anything except launch it. You can reproduce this just by double-clicking the exe, if its path has a space, it will quit instantly, whereas without a space, you can enter the GTP console at least. |
I'm no C++ person, but it seems like these lines: Lines 13 to 19 in 25e262c
are merging the various argv strings, including argv[0] so e.g. if you have these arguments:
it will merge all this into a single space-separated string, which it can no longer parse, since it can't tell where one arg ends and another begins? |
I did not notice that. Thanks for your help. |
Fix this bug at |
It seems Sayuri (on Windows, anyway) cannot launch if its path contains any spaces.
Also, I believe it cannot load weights if the location of the weights contains any spaces.
The text was updated successfully, but these errors were encountered: