May 9, 2026
10:18 a.m.
http://bugs.winehq.org/show_bug.cgi?id=59726 --- Comment #7 from valy@etersoft.ru <valy@etersoft.ru> --- (In reply to Zeb Figura from comment #5)
How exactly did you get visual studio to run? Did you use external patches or winetricks verbs?
What helped me was adding an additional condition check in the libc_addr_cb function (dlls/ntdll/unix/signal_x86_64.c): if (strcmp(p, "libc.so.6") && strcmp(p, "libpthread.so.0")) return 0; I also found that setting static LONG syscall_dispatch_enabled = false; was helpful. -- 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.