https://bugs.winehq.org/show_bug.cgi?id=38016
Bug ID: 38016 Summary: DevExpress XtraBars BarAndDockingController needs Win32.SystemEvents.InvokeOnEventsThread Product: Wine Version: 1.7.34 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: utinomen@gmail.com Distribution: ---
Created attachment 50657 --> https://bugs.winehq.org/attachment.cgi?id=50657 Stack Trace
Trying to run a Windows App that uses a DevExpress toolchain with native Wine and Mono (using the wine-mono4.5.4 package in Ubuntu). The InvokeOnEventsThread does not seem to be implemented in Mono, judging by:
http://www.projky.com/mono/3.2.3/microsoft/Win32/SystemEvents.cs.html
Apologies if this is not the right place to file such a report, but it would be nice to know if there are any plans to accommodate these functions?
A stack trace is attached if you wish to confirm my analysis.