https://bugs.winehq.org/show_bug.cgi?id=40411
--- Comment #10 from Joerg Schiermeier mywine@schiermeier-it.de --- As I wrote in Debians Bugtracker: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832129 I got this:
##### copy from my zsh terminal view - start ##### joerg@Pythagoras ~ % unset LANG joerg@Pythagoras ~ % rm -fR ~/.wine joerg@Pythagoras ~ % wine-development wineboot -fu wine: created the configuration directory '/home/joerg/.wine' err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa} err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002 err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002 err:ole:get_local_server_stream Failed: 80004002 err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa} err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002 err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002 err:ole:get_local_server_stream Failed: 80004002 Could not load wine-gecko. HTML rendering will be disabled. Could not load wine-gecko. HTML rendering will be disabled. wine: configuration in '/home/joerg/.wine' has been updated. Could not load wine-gecko. HTML rendering will be disabled. Could not load wine-gecko. HTML rendering will be disabled. wine: configuration in '/home/joerg/.wine' has been updated. joerg@Pythagoras ~ % wine-development regedit /e all-reg.txt Success.
1 joerg@Pythagoras ~ % ##### copy from my zsh terminal view - end #####
The number 1 in the last line also reports that there was an error and that it return the errorcode 1.
The exported file starts with
########## 1 REGEDIT4 2 3 [HKEY_LOCAL_MACHINE] 4 5 [HKEY_LOCAL_MACHINE\HARDWARE] 6 7 [HKEY_LOCAL_MACHINE\HARDWARE\Description] 8 9 [HKEY_LOCAL_MACHINE\HARDWARE\Description\System] 10 "Identifier"="AT compatible" 11 12 [HKEY_LOCAL_MACHINE\HARDWARE\Description\System\CentralProcessor] 13 14 [HKEY_LOCAL_MACHINE\HARDWARE\Description\System\CentralProcessor\0] 15 "FeatureSet"=dword:00033fff 16 "Identifier"="x86 Family 6 Model 30 Stepping 5" 17 "ProcessorNameString"="Intel(R) Pentium(R) 4 CPU 2.40GHz" 18 "VendorIdentifier"="GenuineIntel" 19 "~MHz"=dword:00000640 20 ##########
and ends with
########## 18040 [HKEY_LOCAL_MACHINE\Software\Microsoft\RPC\SecurityService] 18041 "1"="secur32.dll" 18042 "10"="secur32.dll" 18043 "14"="schannel.dll" 18044 "16"="secur32.dll" 18045 "18"="secur32.dll" 18046 "68"="netlogon.dll" 18047 "9"="secur32.dll" 18048 18049 [HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools] 18050 18051 [HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\MSInfo] 18052 18053 [HKEY_LOCAL_MACHINE\Software\Microsoft\Software] 18054 18055 [HKEY_LOCAL_MACHINE\Software\Microsoft\Software\Microsoft] 18056 18057 [HKEY_LOCAL_MACHINE\Software\Microsoft\Software\Microsoft\Shared Tools] ########## (line numbers are added by 'cat -n')
So the exported file is incomplete: a lot of HKLM from the registry is missing. Also the part which comes from HKCU isn't available. -----
This was the same in wine v1.9.15. Now I attached also my resulting file.