http://bugs.winehq.org/show_bug.cgi?id=31228
Bug #: 31228 Summary: "A simple IOCP Server/Client Class" locks up in GetMessage Product: Wine Version: 1.5.8 Platform: x86 URL: http://www.codeproject.com/Articles/10330/A-simple-IOC P-Server-Client-Class OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: ehoover@mines.edu Classification: Unclassified
Created attachment 41018 --> http://bugs.winehq.org/attachment.cgi?id=41018 Workaround for lockup
The example "A simple IOCP Server/Client Class" from The Code Project locks up in GetMessage[A/W] when creating a connection with the server example. This issue can be reproduced by following this procedure: 1) Launch the application 2) Choose "Ok" when it says "Error could not tart the Client" 3) Click "Stop" 4) Click "Settings" 5) Change "Port (-1 = Client mode):" to a value greater than 1024 (I use 6000) 6) Click "Save" 7) Click "Start"
I've attached a workaround/hack to allow the program to operate, but user32 is not my area of expertise.