http://bugs.winehq.org/show_bug.cgi?id=15133
Summary: Application blocks waiting for a critical section during startup. This problem does not occur in Windows. Product: Wine Version: 1.1.3 Platform: PC URL: http://www.odva.org/Default.aspx?tabid=202 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: exvagabond436824@yahoo.com CC: exvagabond436824@yahoo.com
The code in question can be downloaded from: http://www.odva.org/Default.aspx?tabid=202
This code involves an example application for the EtherNet/IP protocol. When the example application from the link above is executed in wine the following error is printed to the screen:
err:ntdll:RtlpWaitForCriticalSection section 0x10037570 "?" wait timed out in thread 0009, blocked by 0026, retrying (60 sec)
This error will print over and over again, and the application will never load. In Windows this application loads quickly.