https://bugs.winehq.org/show_bug.cgi?id=46180 --- Comment #11 from Ralf Habacker <ralf.habacker(a)freenet.de> --- Updated patch with https://source.winehq.org/patches/data/154965 Running test case without patch: $:~/src/wine-build/dlls/user32/tests> make class.ok ../../../../wine/tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so class && touch class.ok 000f:fixme:service:scmdatabase_autostart_services Auto-start service L"DirMngr" failed to start: 2 class.c:233: Test failed: UnregisterClass() failed - unable to unregister atom class.c:233: Test failed: UnregisterClass() failed - unable to unregister atom 003f:err:rebar:REBAR_NotifyFormat wrong response to WM_NOTIFYFORMAT (0), assuming ANSI Makefile:234: recipe for target 'class.ok' failed Running test case with patch: ../../../../wine/tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so class && touch class.ok 000f:fixme:service:scmdatabase_autostart_services Auto-start service L"DirMngr" failed to start: 2 003f:err:rebar:REBAR_NotifyFormat wrong response to WM_NOTIFYFORMAT (0), assuming ANSI -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.