On 03/15/2016 12:27 AM, stunaep wrote:
> I need to find the source of this InvalidMemoryOperationError. I tried
> loading the project in visuald but it wont break on the error.
Just to make sure, you tried to break inside the constructor of
InvalidMemoryOperationError, right? Right where it does
I need to find the source of this InvalidMemoryOperationError. I
tried loading the project in visuald but it wont break on the
error.
I also tried adding
extern(C) void onInvalidMemoryOperationError(void*) {
asm { int 3; }
}
building with
dub build --build=debug --arch=x86_64
and then u