On Saturday, 15 September 2018 at 18:05:58 UTC, Josphe Brigmo
wrote:
I have always gotten these types of errors on x64 and, it may
be my machine, it has happened with many dmd versions, visual D
and visual studio...
Oh, you mean the message that appears in Visual Studio, not
stderr.
Excepti
On Saturday, 15 September 2018 at 14:57:20 UTC, Vladimir
Panteleev wrote:
On Thursday, 13 September 2018 at 05:50:53 UTC, Josphe Brigmo
wrote:
Privileged instruction
Lots of code. I pretty much always get this error.
Something must have gone really wrong to get this error. Most
likely, the
On Thursday, 13 September 2018 at 05:50:53 UTC, Josphe Brigmo
wrote:
Privileged instruction
Lots of code. I pretty much always get this error.
Something must have gone really wrong to get this error. Most
likely, the CPU instruction pointer ended up in a memory area
without any code in it.
On Wednesday, 12 September 2018 at 13:26:03 UTC, Stefan Koch
wrote:
On Wednesday, 12 September 2018 at 10:42:08 UTC, Josphe Brigmo
wrote:
x64 gives
Privileged instruction
but x86 gives
First-chance exception: std.file.FileException "C:\": The
filename, directory name, or volume label syntax
On Wednesday, 12 September 2018 at 10:42:08 UTC, Josphe Brigmo
wrote:
x64 gives
Privileged instruction
but x86 gives
First-chance exception: std.file.FileException "C:\": The
filename, directory name, or volume label syntax is incorrect.
at std\file.d(4573)
which is much more informative.
x64 gives
Privileged instruction
but x86 gives
First-chance exception: std.file.FileException "C:\": The
filename, directory name, or volume label syntax is incorrect. at
std\file.d(4573)
which is much more informative...
seems like a bug to me.