Dmd install to new Windows 10 system can't run app.d

Seb seb at wilzba.ch
Thu Nov 21 08:42:39 UTC 2019


On Thursday, 21 November 2019 at 08:30:33 UTC, zoujiaqing wrote:
> 1. Download dmd.2.088.1.windows.7z
> 2. Unzip it to D:\Develop\dmd2
> 3. Add ENV D:\Develop\dmd2\windows\bin to System Path
> 4. Run `dub --version` and `dmd --version` in powershell is OK
> 5. dub ini myproject (no dependency)
> 6. Run `cd myproject` and `dub run` is error...
>
> [...]


Note this line:

> Running .\myproject.exe
> Program exited with code -1073741515

Your compiled program is crashing. Could you run the compiled 
binary manually and obtain a stack trace?


More information about the Digitalmars-d-learn mailing list