http://bugs.winehq.org/show_bug.cgi?id=2805
--- Comment #15 from Bruno Jesus 00cpxxx@gmail.com 2012-07-05 19:10:36 CDT --- Created attachment 40877 --> http://bugs.winehq.org/attachment.cgi?id=40877 hack to make it work
The application calls OpenClipboard twice with the same hwnd (non-zero), this is valid but wine currently rejects it. The attached hack ignores the second open error and makes the app work.