http://bugs.winehq.org/show_bug.cgi?id=36461
Bug ID: 36461 Summary: BgmHkClient crash when clicking on login form Product: Wine Version: 1.7.18 Hardware: x86 URL: http://ovear.info/wailian/bgmtest.rar OS: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fracting@gmail.com
Created attachment 48507 --> http://bugs.winehq.org/attachment.cgi?id=48507 Log: console output
BgmHkClient is a dotnet program, using WPF.
To reproduce: 0. pre-request: winetricks -q dotnet40 (not sure if corefonts is needed, I tested that but doesn't help)
1. Download from http://ovear.info/wailian/bgmtest.rar , uncompress the software
2. wine BgmHkClient.exe
3. click on the login form (the first form)
4. crash.
Attached console log.
--- quote --- Unhandled Exception: System.InvalidOperationException: Dispatcher processing has been suspended, but messages are still being processed. --- quote ---
These lines make me think of http://bugs.winehq.org/show_bug.cgi?id=32568, but applying Dan's patch doesn't help, may be not related to that bug, I don't know.
The author of BgmHkClient may help if needed.