On Sunday, 5 May 2019 at 03:32:37 UTC, Andre Pany wrote:
On Saturday, 4 May 2019 at 22:29:26 UTC, Aldo wrote:Does it work on windows if you compile it it as 64 bit application (-m64 argument if I remember correctly, dub argument -a x86_64)? On linux and Darwin 64 is default while on windows 32 bit architecture is default.Kind regards Andre
No. I tried to compile it as 64 bit and 32, I lowered ubyte[] data to 4096, and I still have this exception.
Used dub and dmd -i to compile. Thats weird.