http://bugs.winehq.org/show_bug.cgi?id=15670
Summary: CamBam fails to run with unhandled exception Product: Wine Version: 1.1.6 Platform: PC URL: http://www.cambam.co.uk/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mellery@gmail.com
Created an attachment (id=16731) --> (http://bugs.winehq.org/attachment.cgi?id=16731) error log
The free version of CamBam crashes with an unhandled exception when I try to run it. I've attached the error log.
http://bugs.winehq.org/show_bug.cgi?id=15670
Mike Ellery mellery@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16731|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=15670
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arethusa26@gmail.com
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2008-10-18 21:27:07 --- I'm confirming this bug with today's Git (wine-1.1.6-314-g36d0140). Installing Mono 1.9 instead of .NET Framework 2.0 allows me to successfully start the application however.
http://bugs.winehq.org/show_bug.cgi?id=15670
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=15670
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-10-19 04:23:13 --- Created an attachment (id=16734) --> (http://bugs.winehq.org/attachment.cgi?id=16734) registry keys (missing?)
looks like it chokes in some missing registry keys. After importing the attached .reg file with regedit, the error messagebox is gone. It then runs into bug http://bugs.winehq.org/show_bug.cgi?id=13462. With the patch from that bug, the app starts fine for me. Not sure how usable it is further along, didn't test
http://bugs.winehq.org/show_bug.cgi?id=15670
--- Comment #3 from Mike Ellery mellery@gmail.com 2008-10-19 08:26:56 --- thanks for the help!
I installed mono which didn't help. I dont know if its still defaulting to using .NET? But then adding the registry key the program starts, it doesn't seem to crash but I dont know enough about bug 13462. But I'm able to open .nc files and they are displayed correctly. The toolbar is missing most of its icons though.
Is the unhandled exception do to a wine bug in cambam, .net framework, or the mission registry key?
Thanks
http://bugs.winehq.org/show_bug.cgi?id=15670
--- Comment #4 from Mike Ellery mellery@gmail.com 2008-10-19 08:30:31 ---
Is the unhandled exception do to a wine bug in cambam, .net framework, or the mission registry key?
missing registry key i mean
http://bugs.winehq.org/show_bug.cgi?id=15670
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-10-19 09:38:14 --- (In reply to comment #3)
thanks for the help!
I installed mono which didn't help. I dont know if its still defaulting to using .NET?
Probably, if you want, you could try running it by:
WINEDLLOVERRIDES="mscoree=b" wine CambamPlus.exe
that way builtin mscoree, and thus mono will get used (if it works)
But then adding the registry key the program starts, it doesn't seem to crash but I dont know enough about bug 13462. But I'm able to open .nc files and they are displayed correctly. The toolbar is missing most of its icons though.
Is the unhandled exception do to a wine bug in cambam, .net framework, or the mission registry key?
Looks like the crash is due to the missing registry-key. I'm not sure if this key should be added by default to wine or whatever. But it's of course still a bug in wine
http://bugs.winehq.org/show_bug.cgi?id=15670
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |dotnet
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2008-10-19 12:05:06 --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=15670
--- Comment #7 from Mike Ellery mellery@gmail.com 2009-04-29 08:48:32 --- What can I do to help get this bug fixed? Thanks
http://bugs.winehq.org/show_bug.cgi?id=15670
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-04-29 12:32:11 --- (In reply to comment #7)
What can I do to help get this bug fixed? Thanks
You can send a patch with the missing registry keys to wine-patches , and see if it gets accepted. AFAIR that's the only thing needed to prevent the crash
http://bugs.winehq.org/show_bug.cgi?id=15670
--- Comment #9 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-11-30 16:21:04 --- *** Bug 20678 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=15670
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|CamBam fails to run with |Dotnet apps crash because |unhandled exception |of missing reg key | |([HKEY_LOCAL_MACHINE\Softwa | |re\Microsoft\Windows | |NT\CurrentVersion\ProfileLi | |st\S-1-*-*])
--- Comment #10 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-11-30 16:23:21 --- adjusted title
http://bugs.winehq.org/show_bug.cgi?id=15670
--- Comment #11 from Mike Ellery mellery@gmail.com 2009-11-30 17:11:25 --- Is just adding the registry key the right fix? Or is there a problem with the .net framework installer, where registry settings aren't being written in wine but should be?
http://bugs.winehq.org/show_bug.cgi?id=15670
--- Comment #12 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-04-04 11:16:47 --- Created an attachment (id=27202) --> (http://bugs.winehq.org/attachment.cgi?id=27202) patch
The attached patch fixes the bug. Maybe it needs a bit of improvement for error-handling?
http://bugs.winehq.org/show_bug.cgi?id=15670
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #13 from Anastasius Focht focht@gmx.net 2010-08-01 05:54:45 --- Hello,
still present, tested with wine-1.3.0 and fresh app download: CamBamPlus-beta0.9.7f.msi
Louis, do you still have this thing on screen? You could ask in wine-devel how to handle user profile list for well known SIDs.
I included the managed callstack for search engines, to better identify dupes.
--- snip --- (21.20): C++ EH exception - code e06d7363 (first chance) (21.20): CLR exception - code e0434f4d (first chance) ... OS Thread Id: 0x20 (0) ESP EIP 0033ef68 7b835ad2 [HelperMethodFrame_1OBJ: 0033ef68] System.IO.IsolatedStorage.IsolatedStorageFile.nGetRootDir(System.IO.IsolatedStorage.IsolatedStorageScope) 0033f1d4 794c5106 System.IO.IsolatedStorage.IsolatedStorageFile.InitGlobalsNonRoamingUser(System.IO.IsolatedStorage.IsolatedStorageScope) 0033f218 794c4ef1 System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(System.IO.IsolatedStorage.IsolatedStorageScope) 0033f224 794c5a4a System.IO.IsolatedStorage.IsolatedStorageFile.GetGlobalFileIOPerm(System.IO.IsolatedStorage.IsolatedStorageScope) 0033f238 794c482a System.IO.IsolatedStorage.IsolatedStorageFile.Init(System.IO.IsolatedStorage.IsolatedStorageScope) 0033f274 794c331e System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(System.IO.IsolatedStorage.IsolatedStorageScope, System.Type, System.Type) 0033f288 049108ff CamBam.UI.MenuManager2.RestoreMRUInformation() 0033f2c4 003ef396 CamBam.UI.MenuManager2..ctor() 0033f2cc 003e2d06 CamBam.UI.CamBamUI..ctor(CamBam.UI.ICADView) 0033f310 003e2800 CamBam.UI.CamBamUI..ctor() 0033f314 003e03c8 CamBam.CamBamMain..ctor() 0033f32c 003e01c3 CamBam.CamBamMain.kch4Kcu0C() 0033f56c 79e88f63 [GCFrame: 0033f56c] ... (21.20): CLR exception - code e0434f4d (!!! second chance !!!) eax=7b824eb1 ebx=7b881ed8 ecx=00000000 edx=e0434f4d esi=e0434f4d edi=e0434f4d eip=7b835ad2 esp=0033f124 ebp=0033f188 iopl=0 nv up ei pl zr na pe nc cs=0023 ss=002b ds=002b es=002b fs=0063 gs=006b efl=00000246 --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=15670
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Dotnet apps crash because |.NET applications that make |of missing reg key |use of |([HKEY_LOCAL_MACHINE\Softwa |System.IO.IsolatedStorage |re\Microsoft\Windows |crash (missing |NT\CurrentVersion\ProfileLi |"HKLM\Software\Microsoft\Wi |st\S-1-*-*]) |ndows | |NT\CurrentVersion\ProfileLi | |st<UserSID>" registry | |subkey)
--- Comment #14 from Anastasius Focht focht@gmx.net 2012-03-11 10:50:01 CDT --- Hello,
still present. Also encountered with "mageui.exe" tool from Windows 7/.NET Framework 4.0 SDK:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Microsoft SDKs/Windows/v7.1/Bin ... $ wine ./mageui.exe ... Unhandled Exception: System.IO.IsolatedStorage.IsolatedStorageException: Unable to create the store directory. (Exception from HRESULT: 0x80131468) at System.IO.IsolatedStorage.IsolatedStorageFile.nGetRootDir(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.InitGlobalsNonRoamingUser(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.GetGlobalFileIOPerm(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.Init(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType) at Mage.Preferences.ReadPreferences() at Mage.MainForm..ctor(String[] args) at Mage.MageApp.RunIt(String[] args) at Mage.MageApp.Main(String[] args) wine: Unhandled exception 0xe0434f4d at address 0x7b83925f (thread 0009), starting debugger... --- snip ---
Refining summary.
$ wine --version wine-1.4-78-g94953f1
Regards
http://bugs.winehq.org/show_bug.cgi?id=15670
--- Comment #15 from Anastasius Focht focht@gmx.net 2012-05-19 08:07:25 CDT --- Hello,
still present. Also needed for Reflector 7.x (.NET Framework 3.5 prerequisite required).
--- snip --- 0033e3b0 7b8393ff [GCFrame: 0033e3b0] 0033e3f8 7b8393ff [GCFrame: 0033e3f8] 0033e4bc 7b8393ff [HelperMethodFrame_1OBJ: 0033e4bc] System.IO.IsolatedStorage.IsolatedStorageFile.nGetRootDir(System.IO.IsolatedStorage.IsolatedStorageScope) 0033e728 794e46f6 System.IO.IsolatedStorage.IsolatedStorageFile.InitGlobalsNonRoamingUser(System.IO.IsolatedStorage.IsolatedStorageScope) 0033e76c 794e44e1 System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(System.IO.IsolatedStorage.IsolatedStorageScope) 0033e778 794e503a System.IO.IsolatedStorage.IsolatedStorageFile.GetGlobalFileIOPerm(System.IO.IsolatedStorage.IsolatedStorageScope) 0033e78c 794e3e1a System.IO.IsolatedStorage.IsolatedStorageFile.Init(System.IO.IsolatedStorage.IsolatedStorageScope) 0033e7c8 794e290e System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(System.IO.IsolatedStorage.IsolatedStorageScope, System.Type, System.Type) 0033e7dc 794e283c System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForAssembly() 0033e7e0 042ed14e ...cctor() 0033eb84 79e7c74b [GCFrame: 0033eb84] 0033f0ec 79e7c74b [PrestubMethodFrame: 0033f0ec] ..() 0033f0fc 042ecfd5 ..() 0033f134 042ecde7 ..(UInt32) 0033f16c 042ecd58 ReflectorCustomDialog.FeatureReporting.ReflectorUsageReporter.FeatureUsed(UInt32) 0033f1a0 042ecb8f SmartAssembly.SmartExceptionsCore.UnhandledExceptionHandler.(System.Exception, Boolean, Boolean) 0033f23c 042ec3c6 SmartAssembly.SmartExceptionsCore.UnhandledExceptionHandler.(System.Exception, System.Object[]) 0033f254 02f709c7 Reflector.ApplicationManager.() 0033f51c 79e7c74b [GCFrame: 0033f51c] --- snip ---
--- snip --- ... 002b:Call advapi32.RegOpenKeyExW(80000002,0017da58 L"Software\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-0-0-0-1000",00000000,00020019,0032e00c) ret=79e8ab7c 002b:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=79e8ab7c ... 002b:Call KERNEL32.RaiseException(e0434f4d,00000001,00000001,0032e334) ret=79f071ac 002b:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b8393ff ip=7b8393ff tid=002b 002b:trace:seh:raise_exception info[0]=80131468 002b:trace:seh:raise_exception eax=7b826429 ebx=7b8b06b0 ecx=80131468 edx=0032e238 esi=0032e314 edi=0032e290 002b:trace:seh:raise_exception ebp=0032e278 esp=0032e214 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000287 002b:trace:seh:call_stack_handlers calling handler at 0x79fc15dc code=e0434f4d flags=1 002b:trace:seh:call_stack_handlers handler at 0x79fc15dc returned 1 002b:trace:seh:call_stack_handlers calling handler at 0x79f07fee code=e0434f4d flags=1 --- snip ---
$ du -sh Reflector7.5.4.20.zip 11M Reflector7.5.4.20.zip
$ sha1sum Reflector7.5.4.20.zip 5188427686227ef0d79df9f05dd18a0fbb855d9d Reflector7.5.4.20.zip
$ wine --version wine-1.5.4-185-g6c51c1b
Regards
http://bugs.winehq.org/show_bug.cgi?id=15670
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=15670
Rudy Suryanto rsrudysuryanto@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rsrudysuryanto@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=15670
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dpobanz@gmail.com
--- Comment #16 from Anastasius Focht focht@gmx.net 2013-04-09 15:12:03 CDT --- *** Bug 33355 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=15670
--- Comment #17 from Anastasius Focht focht@gmx.net --- Hello folks,
found another .NET app that runs into this issue: 'PaintRibbon 1.x'
Download: http://download.cnet.com/PaintRibbon/3000-2191_4-10958115.html?part=dl-10119...
Prerequisite: 'winetricks -q dotnet35sp1 corefonts windowscodecs' (windowscodecs -> bug 34764)
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Paintribbon
$ wine ./PaintRibbon.exe ... Unhandled Exception: System.IO.IsolatedStorage.IsolatedStorageException: Unable to create the store directory. (Exception from HRESULT: 0x80131468) at System.IO.IsolatedStorage.IsolatedStorageFile.nGetRootDir(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.InitGlobalsNonRoamingUser(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.GetGlobalFileIOPerm(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.Init(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType) at System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForDomain() at Fluent.Ribbon.LoadState() at Fluent.Ribbon.OnJustLayoutUpdated(Object sender, EventArgs e) at System.Windows.ContextLayoutManager.fireLayoutUpdateEvent() at System.Windows.ContextLayoutManager.UpdateLayout() at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg) at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork() at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget) at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget) at System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget) at System.Windows.Interop.HwndTarget.OnResize() ... --- snip ---
Workaround:
--- snip --- $ wine reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-0-0-0-1000" --- snip ---
$ sha1sum paintribbonsetup.exe d74c6a5ddca61c0f62019db14657993cb552daf2 paintribbonsetup.exe
$ du -sh paintribbonsetup.exe 1.7M paintribbonsetup.exe
$ wine --version wine-1.7.10-343-g770d09d
Regards
https://bugs.winehq.org/show_bug.cgi?id=15670
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |35364
https://bugs.winehq.org/show_bug.cgi?id=15670
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |registry
https://bugs.winehq.org/show_bug.cgi?id=15670
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aniceweb@gmail.com
--- Comment #18 from Anastasius Focht focht@gmx.net --- *** Bug 33327 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=15670
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #19 from Anastasius Focht focht@gmx.net --- Hello folks,
obviously still present.
$ wine --version wine-1.7.43-123-g90ed96a
A patch from Sebastian is also available/included in Wine-Staging by default:
https://github.com/wine-compholio/wine-staging/blob/master/patches/wine.inf-...
It's a shortcut though since 'userenv' profile management is non-existing.
Regards
https://bugs.winehq.org/show_bug.cgi?id=15670
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |38659
https://bugs.winehq.org/show_bug.cgi?id=15670
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED CC| |michael@fds-team.de, | |sebastian@fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/wine.inf-Profi | |leList_UserSID
https://bugs.winehq.org/show_bug.cgi?id=15670
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |brian@ncaafootballfreak.com
--- Comment #20 from Bruno Jesus 00cpxxx@gmail.com --- *** Bug 32652 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=15670
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Staged patchset|https://github.com/wine-com |https://github.com/wine-sta |pholio/wine-staging/tree/ma |ging/wine-staging/tree/mast |ster/patches/wine.inf-Profi |er/patches/wine.inf-Profile |leList_UserSID |List_UserSID
https://bugs.winehq.org/show_bug.cgi?id=15670
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #21 from Fabian Maurer dark.shadow4@web.de --- Still present in vanilla wine, also affects Paprika Recipe Manager - https://www.paprikaapp.com
https://bugs.winehq.org/show_bug.cgi?id=15670
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|STAGED |RESOLVED URL|http://www.cambam.co.uk/ |https://web.archive.org/web | |/20170713085508/http://www. | |cambam.co.uk/downloads/CamB | |amPlus-0.9.8P.msi Fixed by SHA1| |aa3d01e65019fb2f135f74cf26c | |fa1661ca09325 Component|registry |programs
--- Comment #22 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit https://source.winehq.org/git/wine.git/commitdiff/aa3d01e65019fb2f135f74cf26... ("wineboot: Automatically create ProfileList key for current user.")
Thanks Dmitry and Sebastian (original patch).
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/CamBam plus 0.9.8 ... $ WINEDEBUG=+seh,+relay,+reg wine ./CamBam.exe >>log.txt 2>&1 ... 0044:Call advapi32.RegOpenKeyExW(80000002,00173258 L"Software\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-0-0-0-1000",00000000,00020019,0032f450) ret=79ea5b8a 0044:Call ntdll.RtlInitUnicodeString(0032f390,00173258 L"Software\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-0-0-0-1000") ret=7127a2cb 0044:Ret ntdll.RtlInitUnicodeString() retval=0000009a ret=7127a2cb 0044:Call ntdll.NtOpenKeyEx(0032f450,00020019,0032f398,00000000) ret=7127a2ff 0044:trace:reg:open_key (0x14,L"Software\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-0-0-0-1000",20019,0x32f450) 0044:trace:reg:open_key <- 0xc0 0044:Ret ntdll.NtOpenKeyEx() retval=00000000 ret=7127a2ff 0044:Call ntdll.RtlNtStatusToDosError(00000000) ret=7127a30b 0044:Ret ntdll.RtlNtStatusToDosError() retval=00000000 ret=7127a30b 0044:Ret advapi32.RegOpenKeyExW() retval=00000000 ret=79ea5b8a 0044:Call advapi32.RegCloseKey(000000c0) ret=79eccdb2 0044:Call ntdll.NtClose(000000c0) ret=712781a4 0044:Ret ntdll.NtClose() retval=00000000 ret=712781a4 0044:Call ntdll.RtlNtStatusToDosError(00000000) ret=7bc9b7a4 0044:Ret ntdll.RtlNtStatusToDosError() retval=00000000 ret=7bc9b7a4 0044:Ret advapi32.RegCloseKey() retval=00000000 ret=79eccdb2 ... --- snip ---
$ sha1sum CamBamPlus-0.9.8P.msi 1051ab9581bc14769f37c244a099f78e61df2bb5 CamBamPlus-0.9.8P.msi
$ du -sh CamBamPlus-0.9.8P.msi 12M CamBamPlus-0.9.8P.msi
$ wine --version wine-4.20-108-gaa3d01e650
Regards
https://bugs.winehq.org/show_bug.cgi?id=15670
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #23 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.21.
https://bugs.winehq.org/show_bug.cgi?id=15670
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |49studebaker@gmail.com
--- Comment #24 from Anastasius Focht focht@gmx.net --- *** Bug 48284 has been marked as a duplicate of this bug. ***