http://bugs.winehq.org/show_bug.cgi?id=59952 Bug ID: 59952 Summary: Support an environment variable disable for user mode dispatch! Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: timothylottes@protonmail.com Distribution: --- The old way to work around problems in Wine on Linux was to do direct Linux system calls from inside the WIN32 application using inline assembly. However now with user mode dispatch, those SYSCALL instructions get trapped. This makes it impossible to implement in-app workarounds for Wine bugs. The request here is an environment variable that can be set before execution of "wine" that would disable use of userr-mode-dispatch, so that it restores ability to do Linux system calls instead. -- 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.