http://bugs.winehq.org/show_bug.cgi?id=21741
Summary: Sonic & Knuckles Collection Demo installer produces (non-fatal) WINNLS32 errors Product: Wine Version: 1.1.38 Platform: x86-64 URL: http://www2.sega.com/support/pcdownloads/sonic_knuckle s_demo/ OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com CC: julliard@winehq.org
Created an attachment (id=26268) --> (http://bugs.winehq.org/attachment.cgi?id=26268) Terminal output from current git
When installing the demo for Sonic & Knuckles Collection, the user is present with the following error message four times:
Can't GetProcAddress() for WINNLS32.DLL WINNLS32EnableIME
Installation succeeds in spite of these messages. This is a regression which I tracked down to the following commit:
9bf9eb094102c8e1d3661c88d6cf5e8129bc4dc4 is first bad commit commit 9bf9eb094102c8e1d3661c88d6cf5e8129bc4dc4 Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 24 09:31:03 2009 +0100
winnls32: Make winnls.dll into a stand-alone 16-bit module.
:100644 100644 3619da5d499922e7b8929fbfeffff56aafeaf08a b2c44c2518de7640e14dd2b80f3c6a3db97b5ee5 M .gitignore :100755 100755 2b50abf47065900234add54b9d702259dd67ce31 e11f83c7ed3cafb6db7481d8597e07f040405eb1 M configure :100644 100644 c3f7008e81206748c1ca1866ad3fb6d051896766 9ee0e88331867ed2f32d9199acbce4a7ec0cd5fb M configure.ac :040000 040000 3a39aa36af68064495b4d06e575d7e0be41b5496 576951279d2974c31f209eec20e953f69807e1e3 M dlls
This commit can no longer be reverted cleanly from current git, but the problem goes away if 1.1.18 is compiled with the patch reverted.