-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fails to install on Windows (OutOfMemoryError). #40
Comments
Hmm, I've not been able to reproduce this issue. But I should add that I've not tested DVM in Power Shell until now. I noticed that in the |
I still get the out of memory error when installing, but it does work properly with cmd. |
Adding a "dmd.bat" in the bin directory containing |
What does |
The intention of DVM is that the |
When I run the install on Windows 10 after downloading, I get an OutOfMemoryError. Memory is not a problem. DVM has not been previously installed.
The path is modified so I can type "dmd" and use tab completion to select the compiler I want without dvm, but using dub requires specifying the version (e.g., "dub --compiler=dub.2.072.0.bat").
The text was updated successfully, but these errors were encountered: