[Bug 46180] wineserver does not release atom on unregistering window classes

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 26 09:22:18 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=46180

--- Comment #11 from Ralf Habacker <ralf.habacker at 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.



More information about the wine-bugs mailing list