-
Notifications
You must be signed in to change notification settings - Fork 96
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 10 - Mozart doesn't work if installed to a path with spaces #323
Comments
These spaces in paths have been a pain for ages. We should really fix this. Mozart also fails at opening .oz files containing spaces. That being said, we had a lot of successful windows 10 installs. May I ask what version you installed ? |
The installer is named |
@anthonygego Any idea on what could be the root cause of this issue ? I know for sure it worked for many users on Windows 10. |
First example of bad path handling in oz: a null first parameter in mozart2/opi/emacs/windows/oz.cc Line 126 in db41d83
We need to track these down... |
Hmm, this is odd. I just updated to Windows 1903, and now Mozart isn't working again..except in one case.
I wonder if this is an issue with environment variables or something similar? |
@layus The doc seems to say that as long as the executable name is put between quotes, this should work anyway. However it would be better to do this correctly and "fix" it :-) |
Ah, so you think it's an environment problem? That would make sense - I will check that when I get the chance. |
Mozart 2's installer defaults to dropping everything into
C:\Program Files\Mozart
, as is standard. However, this causesoz.exe
to silently quit when run. I couldn't coerce an error message out of it, no matter how hard I tried!Installing into
C:\Mozart
worked flawlessly.I'm guessing that this isn't an easy fix, so it would make sense to just make the installer default to C:\Mozart.
The text was updated successfully, but these errors were encountered: