https://bugs.winehq.org/show_bug.cgi?id=40115
Bug ID: 40115 Summary: ole32:compobj regression (privilege issue) Product: Wine Version: 1.9.3 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The commit below introduces 25 new failures when it is run without elevated privileges such as on the fg-win7u64-1spie9adm and fg-win7u64-1spie9usr VMs.
New failures: compobj.c:2308: Test failed: failed to create a key 5, error 1008 compobj.c:2311: Test failed: got 6, error 1008 compobj.c:2314: Test failed: got 6, error 1008 compobj.c:2322: Test failed: got 6, error 1008 compobj.c:2325: Test failed: got 6, error 1008 compobj.c:2322: Test failed: got 6, error 1008 compobj.c:2325: Test failed: got 6, error 1008 compobj.c:2322: Test failed: got 6, error 1008 compobj.c:2325: Test failed: got 6, error 1008 compobj.c:2322: Test failed: got 6, error 1008 compobj.c:2325: Test failed: got 6, error 1008 compobj.c:2322: Test failed: got 6, error 1008 compobj.c:2325: Test failed: got 6, error 1008 compobj.c:2331: Test failed: got 0x80040154 compobj.c:2332: Test failed: got (null) compobj.c:2337: Test failed: got 0x80040154 compobj.c:2338: Test failed: got (null) compobj.c:2343: Test failed: got 0x80040154 compobj.c:2344: Test failed: got (null) compobj.c:2349: Test failed: got 0x80040154 compobj.c:2350: Test failed: got (null) compobj.c:2355: Test failed: got 0x80040154 compobj.c:2356: Test failed: got (null) compobj.c:2361: Test failed: got 0x80040154 compobj.c:2362: Test failed: got (null)
ole32:compobj results on test.winehq.org: https://test.winehq.org/data/tests/ole32:compobj.html
commit 8fe18a16f7f5e0326d2fe6ab32ef2aad947b343d Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Dec 30 23:48:38 2015 +0300
ole32: Properly implement OleRegGetUserType().
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=40115
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase URL| |https://test.winehq.org/dat | |a/tests/ole32:compobj.html Regression SHA1| |8fe18a16f7f5e0326d2fe6ab32e | |f2aad947b343d
https://bugs.winehq.org/show_bug.cgi?id=40115
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=40115
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Created attachment 53798 --> https://bugs.winehq.org/attachment.cgi?id=53798 patch
Hey, could you make sure this one helps before I send it?
https://bugs.winehq.org/show_bug.cgi?id=40115
--- Comment #2 from François Gouget fgouget@codeweavers.com --- Yep, that works: with the patch only the original 7 failures remain.
Note that those are privilege issues too (just in case you feel like fixing them while you're at it<g>). compobj.c:1296: Test failed: RegCreateKeyEx returned 5 compobj.c:1299: Test failed: RegCreateKeyEx returned 6 compobj.c:1301: Test failed: RegSetValueEx returned 6 compobj.c:1305: Test failed: CoGetPSClsid failed with error 0x80040155 compobj.c:1306: Test failed: got clsid {00000000-0000-0000-0000-000000000000} compobj.c:1309: Test failed: RegDeleteKeyEx returned 6 compobj.c:1312: Test failed: RegDeleteKeyEx returned 2 compobj.c:2105: Tests skipped: CoGetTreatAsClass() tests will be skipped (failed to create a test key, error 1008) compobj.c:2376: Test failed: failed to create a key 5, error 1008
https://bugs.winehq.org/show_bug.cgi?id=40115
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Thanks, sent https://www.winehq.org/pipermail/wine-patches/2016-March/147889.html.
https://bugs.winehq.org/show_bug.cgi?id=40115
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |485a412b1870b829b3865982e25 | |1d5418fb62a44 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- Committed as http://source.winehq.org/git/wine.git/?a=commit;h=485a412b1870b829b3865982e2....
https://bugs.winehq.org/show_bug.cgi?id=40115
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.6.