http://bugs.winehq.org/show_bug.cgi?id=24987
Summary: codebook: application produces sound-related error and dies Product: Wine Version: 1.3.6 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: marek.kuczynski@gmail.com
Created an attachment (id=31657) --> (http://bugs.winehq.org/attachment.cgi?id=31657) screenshot of the error given by wine 1.2 and wine 1.3.6
I've attempted to run binaries from the "Codebook CD" {{http://www.simonsingh.net/The_Code_Book.html%7D%7D using both Wine 1.3.6 and Wine 1.2 on Ubuntu 10.04 x86 and Ubuntu 10.10 x64 installations.
In both cases, I receive the following error on the CLI and the attached error message on my display;
<code>marek@mini:/media/1TB/Codebook$ wine --version wine-1.3.6
marek@mini:/media/1TB/Codebook$ wine codebook.exe fixme:hook:SetWindowsHookEx16 hook type 6 broken in Win16</code>
The interesting thing is that Wine 1.0 will run this application out-of-the-box, even though the same error seems to appear in the logging;
<code>marek@mini:/media/1TB/Codebook$ wine codebook.exe err:menubuilder:WinMain unknown option -a err:menubuilder:WinMain unknown option -r fixme:system:SetProcessDPIAware stub! fixme:iphlpapi:NotifyAddrChange (Handle 0x7d7a39b8, overlapped 0x7d7a399c): stub fixme:shell:DllCanUnloadNow stub fixme:hook:SetWindowsHookEx16 hook type 6 broken in Win16</code>
I've added the 'winedbg' result as well, see it in the attachments.