https://bugs.winehq.org/show_bug.cgi?id=38137
Bug ID: 38137 Summary: WBaduk: "Could not obtain OLE control window handle" regression Product: Wine Version: 1.7.34 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: lemonsqueeze@gmx.com Distribution: Ubuntu
Created attachment 50855 --> https://bugs.winehq.org/attachment.cgi?id=50855 wine log
Greetings and a big thanks to the wine team,
WBaduk is a windows client to play the game of go on wbaduk go servers.
It used to work like a charm with wine 1.2 (ubuntu lucid, package version 1.2.2-0ubuntu2~lucid1) except for a harmless "Floating point exception" popup when logging in.
It's unuseable however with the latest ubuntu dev build (1.7.34, ubuntu trusty): We can login no problem, but keep getting
"Could not obtain OLE control window handle"
popups when trying to observe a game.
Here's the steps I used to reproduce: - Installed wine 1.7.34 on ubuntu trusty from the wine ppa.
- Download wbaduk (21Mb) from www.wbaduk.com using the "download" button on the top left. Currently it points to: http://www.wbaduk.com/download/WBaduk_20140410A.exe
- Installed in brand new account (no previous .wine directory) $ wine WBaduk_20140410A.exe
- And run: $ wine '.wine/drive_c/Program Files/WBaduk/OrO20.exe'
- Login with test account, username: grumly2, pass: foobar Pick any server.
- Left click on any of the active games in the list on the left, and choose "observe after joining" from the menu.
- Wbaduk tries to join the game but we keep getting
"Could not obtain OLE control window handle"
popups forever. Terminal output looks like:
... fixme:ieframe:PersistStreamInit_InitNew (0x5ea3c28) fixme:ieframe:OleControl_OnAmbientPropertyChange Unknown dispID -701 fixme:ieframe:OleControl_OnAmbientPropertyChange Unknown dispID -703 fixme:ieframe:OleControl_OnAmbientPropertyChange Unknown dispID -704 fixme:ieframe:OleControl_OnAmbientPropertyChange Unknown dispID -702
It's also broken with the default wine ubuntu packages on ubuntu precise and trusty (wine 1.4)
If there's some useful info missing please let me know.