-
Notifications
You must be signed in to change notification settings - Fork 121
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
Hello world program exit with non-zero code #625
Comments
Hello! Can you please post what does |
Actually, I'm pretty sure that it's the |
Sorry I forgot to post the full output of (I came here after creating a post in stackoverflow) |
lol, it works now. I didn't change anything. |
I would still like to see the output for |
Output of
|
I'm compiling a hello world app using DlangUI following the official wiki using vscode, I have edited the app.d file and run
dub run
, it shows "Program exited with code -1073741701".I have tried the following but have no luck:
dub upgrade --force-remove
dub build --force
Environment:
dmd: v2.100.2-dirty
dub: 1.29.2
os: Windows 10 Professional 21H1 (64bit)
Output of
dub run
:The text was updated successfully, but these errors were encountered: