On Monday, 3 February 2020 at 20:09:43 UTC, MoonlightSentinel wrote:
On Monday, 3 February 2020 at 16:54:20 UTC, Anonymouse wrote:
It does a `dmd.exe -of..\generated\build.exe`, but then the immediately following call to `..\generated\build.exe` fails? What am I doing wrong?

The executable was launched because make would yield a different error message otherwise. This seems to be an error during the environment processing of build.d, could you provide the full stack trace for this exception?

std.process.ProcessException@std\process.d(752): Failed to spawn new process (The system cannot find the file specified.)

It doesn't seem to include debugging symbols. Does digger not build its dmds with -g?

```
std.process.ProcessException@std\process.d(752): Failed to spawn new process (The system cannot find the file specified.)
----------------
0x004386D0
0x00441132
0x00454B5C
0x00444994
0x0042C808
0x004039BD
0x0040257D
0x004353FB
0x0043537D
0x00435218
0x0042948B
0x76C96359 in BaseThreadInitThunk
0x77457B74 in RtlGetAppContainerNamedObjectPath
0x77457B44 in RtlGetAppContainerNamedObjectPath
```

Here's the full log: https://pastebin.com/raw/6MyVDFPc

Reply via email to