[Bug 51596] Unhandled exception code c0000005 when running any 64-bit Winelib application

WineHQ Bugzilla wine-bugs at winehq.org
Fri Aug 13 15:03:46 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51596

--- Comment #1 from Robbert van der Helm <mail at robbertvanderhelm.nl> ---
Apparently this does not affect applications compiled with winegcc. Only C++
code compiles with Wineg++ is affected by this. The C-equivalent compiles and
runs just fine:

    #include <stdio.h>

    int main() {
        printf("Hello, world!\n");
    }

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list