[Bug 24172] Microsoft SyncToy 2.1 doesn't start with Wine-Mono

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jan 9 14:28:36 CST 2021


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

--- Comment #13 from Esme Povirk <madewokherd at gmail.com> ---
In a 32-bit prefix, with Wine Mono from the master branch, the GUI starts. I
think what happens is that get_ProcessName on Mono fails when accessing a
64-bit process from a 32-bit process, because it can't query the .exe module.

MSDN implies that .NET Framework has a fallback for this situation:
https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.process.processname

-- 
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