Advertisement
Guest User

Untitled

a guest
May 6th, 2019
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.99 KB | None | 0 0
  1. hattivatti@hattivatti-desktop:~$ sudo dpkg --add-architecture i386
  2. [sudo] password for hattivatti:
  3. hattivatti@hattivatti-desktop:~$ sudo add-apt-repository ppa:ricotz/unstable
  4.  
  5. More info: https://launchpad.net/~ricotz/+archive/ubuntu/unstable
  6. Press [ENTER] to continue or Ctrl-c to cancel adding it.
  7.  
  8. Hit:1 http://archive.canonical.com/ubuntu disco InRelease
  9. Hit:2 http://fi.archive.ubuntu.com/ubuntu disco InRelease
  10. Hit:3 http://fi.archive.ubuntu.com/ubuntu disco-updates InRelease
  11. Hit:4 http://fi.archive.ubuntu.com/ubuntu disco-backports InRelease
  12. Hit:5 http://security.ubuntu.com/ubuntu disco-security InRelease
  13. Hit:6 https://brave-browser-apt-release.s3.brave.com disco InRelease
  14. Get:7 https://dl.winehq.org/wine-builds/ubuntu disco InRelease [6,255 B]
  15. Err:7 https://dl.winehq.org/wine-builds/ubuntu disco InRelease
  16. The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F
  17. Get:8 http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease [21.3 kB]
  18. Err:8 http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease
  19. The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F738B17DF9E284B7
  20. Ign:9 http://ppa.launchpad.net/george-edison55/nitroshare/ubuntu disco InRelease
  21. Get:10 http://ppa.launchpad.net/ricotz/unstable/ubuntu disco InRelease [20.7 kB]
  22. Ign:11 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu disco InRelease
  23. Err:12 http://ppa.launchpad.net/george-edison55/nitroshare/ubuntu disco Release
  24. 404 Not Found [IP: 91.189.95.83 80]
  25. Err:13 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu disco Release
  26. 404 Not Found [IP: 91.189.95.83 80]
  27. Get:14 http://ppa.launchpad.net/ricotz/unstable/ubuntu disco/main i386 Packages [904 B]
  28. Get:15 http://ppa.launchpad.net/ricotz/unstable/ubuntu disco/main amd64 Packages [900 B]
  29. Get:16 http://ppa.launchpad.net/ricotz/unstable/ubuntu disco/main Translation-en [396 B]
  30. Reading package lists... Done
  31. W: GPG error: https://dl.winehq.org/wine-builds/ubuntu disco InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F
  32. E: The repository 'https://dl.winehq.org/wine-builds/ubuntu disco InRelease' is not signed.
  33. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  34. N: See apt-secure(8) manpage for repository creation and user configuration details.
  35. W: GPG error: http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F738B17DF9E284B7
  36. E: The repository 'http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease' is not signed.
  37. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  38. N: See apt-secure(8) manpage for repository creation and user configuration details.
  39. E: The repository 'http://ppa.launchpad.net/george-edison55/nitroshare/ubuntu disco Release' does not have a Release file.
  40. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  41. N: See apt-secure(8) manpage for repository creation and user configuration details.
  42. E: The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu disco Release' does not have a Release file.
  43. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  44. N: See apt-secure(8) manpage for repository creation and user configuration details.
  45. hattivatti@hattivatti-desktop:~$ sudo add-apt-repository ppa:ricotz/unstable --allow-unauthenticated
  46. Usage: add-apt-repository <sourceline>
  47.  
  48. add-apt-repository is a script for adding apt sources.list entries.
  49. It can be used to add any repository and also provides a shorthand
  50. syntax for adding a Launchpad PPA (Personal Package Archive)
  51. repository.
  52.  
  53. <sourceline> - The apt repository source line to add. This is one of:
  54. a complete apt line in quotes,
  55. a repo url and areas in quotes (areas defaults to 'main')
  56. a PPA shortcut.
  57. a distro component
  58.  
  59. Examples:
  60. apt-add-repository 'deb http://myserver/path/to/repo stable myrepo'
  61. apt-add-repository 'http://myserver/path/to/repo myrepo'
  62. apt-add-repository 'https://packages.medibuntu.org free non-free'
  63. apt-add-repository http://extras.ubuntu.com/ubuntu
  64. apt-add-repository ppa:user/repository
  65. apt-add-repository ppa:user/distro/repository
  66. apt-add-repository multiverse
  67.  
  68. If --remove is given the tool will remove the given sourceline from your
  69. sources.list
  70.  
  71.  
  72. add-apt-repository: error: no such option: --allow-unauthenticated
  73. hattivatti@hattivatti-desktop:~$ sudo --allow-unauthenticated add-apt-repository ppa:ricotz/unstable
  74. sudo: unrecognized option '--allow-unauthenticated'
  75. usage: sudo -h | -K | -k | -V
  76. usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user]
  77. usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user]
  78. [command]
  79. usage: sudo [-AbEHknPS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
  80. prompt] [-T timeout] [-u user] [VAR=value] [-i|-s] [<command>]
  81. usage: sudo -e [-AknS] [-r role] [-t type] [-C num] [-g group] [-h host] [-p
  82. prompt] [-T timeout] [-u user] file ...
  83. hattivatti@hattivatti-desktop:~$ sudo [trusted=yes] add-apt-repository ppa:ricotz/unstable
  84.  
  85. More info: https://launchpad.net/~ricotz/+archive/ubuntu/unstable
  86. Press [ENTER] to continue or Ctrl-c to cancel adding it.
  87.  
  88. Hit:1 http://archive.canonical.com/ubuntu disco InRelease
  89. Hit:2 http://fi.archive.ubuntu.com/ubuntu disco InRelease
  90. Hit:3 http://fi.archive.ubuntu.com/ubuntu disco-updates InRelease
  91. Hit:4 http://fi.archive.ubuntu.com/ubuntu disco-backports InRelease
  92. Hit:5 http://security.ubuntu.com/ubuntu disco-security InRelease
  93. Hit:6 https://brave-browser-apt-release.s3.brave.com disco InRelease
  94. Get:7 https://dl.winehq.org/wine-builds/ubuntu disco InRelease [6,255 B]
  95. Err:7 https://dl.winehq.org/wine-builds/ubuntu disco InRelease
  96. The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F
  97. Ign:8 http://ppa.launchpad.net/george-edison55/nitroshare/ubuntu disco InRelease
  98. Hit:9 http://ppa.launchpad.net/ricotz/unstable/ubuntu disco InRelease
  99. Ign:10 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu disco InRelease
  100. Get:11 http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease [21.3 kB]
  101. Err:11 http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease
  102. The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F738B17DF9E284B7
  103. Err:12 http://ppa.launchpad.net/george-edison55/nitroshare/ubuntu disco Release
  104. 404 Not Found [IP: 91.189.95.83 80]
  105. Err:13 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu disco Release
  106. 404 Not Found [IP: 91.189.95.83 80]
  107. Reading package lists... Done
  108. W: GPG error: https://dl.winehq.org/wine-builds/ubuntu disco InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F
  109. E: The repository 'https://dl.winehq.org/wine-builds/ubuntu disco InRelease' is not signed.
  110. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  111. N: See apt-secure(8) manpage for repository creation and user configuration details.
  112. W: GPG error: http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F738B17DF9E284B7
  113. E: The repository 'http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease' is not signed.
  114. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  115. N: See apt-secure(8) manpage for repository creation and user configuration details.
  116. E: The repository 'http://ppa.launchpad.net/george-edison55/nitroshare/ubuntu disco Release' does not have a Release file.
  117. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  118. N: See apt-secure(8) manpage for repository creation and user configuration details.
  119. E: The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu disco Release' does not have a Release file.
  120. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  121. N: See apt-secure(8) manpage for repository creation and user configuration details.
  122. hattivatti@hattivatti-desktop:~$ sudo apt update
  123. Hit:1 http://fi.archive.ubuntu.com/ubuntu disco InRelease
  124. Hit:2 https://brave-browser-apt-release.s3.brave.com disco InRelease
  125. Hit:3 http://fi.archive.ubuntu.com/ubuntu disco-updates InRelease
  126. Hit:4 http://fi.archive.ubuntu.com/ubuntu disco-backports InRelease
  127. Get:5 https://dl.winehq.org/wine-builds/ubuntu disco InRelease [6,255 B]
  128. Hit:6 http://archive.canonical.com/ubuntu disco InRelease
  129. Err:5 https://dl.winehq.org/wine-builds/ubuntu disco InRelease
  130. The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F
  131. Hit:7 http://security.ubuntu.com/ubuntu disco-security InRelease
  132. Ign:8 http://ppa.launchpad.net/george-edison55/nitroshare/ubuntu disco InRelease
  133. Hit:9 http://ppa.launchpad.net/ricotz/unstable/ubuntu disco InRelease
  134. Ign:10 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu disco InRelease
  135. Get:11 http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease [21.3 kB]
  136. Err:11 http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease
  137. The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F738B17DF9E284B7
  138. Err:12 http://ppa.launchpad.net/george-edison55/nitroshare/ubuntu disco Release
  139. 404 Not Found [IP: 91.189.95.83 80]
  140. Err:13 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu disco Release
  141. 404 Not Found [IP: 91.189.95.83 80]
  142. Reading package lists... Done
  143. W: GPG error: https://dl.winehq.org/wine-builds/ubuntu disco InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 76F1A20FF987672F
  144. E: The repository 'https://dl.winehq.org/wine-builds/ubuntu disco InRelease' is not signed.
  145. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  146. N: See apt-secure(8) manpage for repository creation and user configuration details.
  147. W: GPG error: http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F738B17DF9E284B7
  148. E: The repository 'http://ppa.launchpad.net/font-manager/staging/ubuntu disco InRelease' is not signed.
  149. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  150. N: See apt-secure(8) manpage for repository creation and user configuration details.
  151. E: The repository 'http://ppa.launchpad.net/george-edison55/nitroshare/ubuntu disco Release' does not have a Release file.
  152. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  153. N: See apt-secure(8) manpage for repository creation and user configuration details.
  154. E: The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu disco Release' does not have a Release file.
  155. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  156. N: See apt-secure(8) manpage for repository creation and user configuration details.
  157. hattivatti@hattivatti-desktop:~$ sudo apt install wine2.0
  158. Reading package lists... Done
  159. Building dependency tree
  160. Reading state information... Done
  161. Package wine2.0 is not available, but is referred to by another package.
  162. This may mean that the package is missing, has been obsoleted, or
  163. is only available from another source
  164.  
  165. E: Package 'wine2.0' has no installation candidate
  166. hattivatti@hattivatti-desktop:~$ winetricks
  167. ------------------------------------------------------
  168. wineserver not found!
  169. ------------------------------------------------------
  170. hattivatti@hattivatti-desktop:~$ wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
  171. --2019-05-07 05:36:33-- https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
  172. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.244.133
  173. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.244.133|:443... connected.
  174. HTTP request sent, awaiting response... 200 OK
  175. Length: 788834 (770K) [text/plain]
  176. Saving to: ‘winetricks’
  177.  
  178. winetricks 100%[===================>] 770.35K 1.81MB/s in 0.4s
  179.  
  180. 2019-05-07 05:36:39 (1.81 MB/s) - ‘winetricks’ saved [788834/788834]
  181.  
  182. hattivatti@hattivatti-desktop:~$ chmod +x winetricks
  183. hattivatti@hattivatti-desktop:~$ winetricks
  184. ------------------------------------------------------
  185. wineserver not found!
  186. ------------------------------------------------------
  187. hattivatti@hattivatti-desktop:~$ sudo apt install winetricks
  188. Reading package lists... Done
  189. Building dependency tree
  190. Reading state information... Done
  191. The following additional packages will be installed:
  192. fuseiso wine
  193. Suggested packages:
  194. q4wine winbind wine-binfmt dosbox exe-thumbnailer | kio-extras tor
  195. The following NEW packages will be installed:
  196. fuseiso wine winetricks
  197. 0 upgraded, 3 newly installed, 0 to remove and 6 not upgraded.
  198. Need to get 231 kB of archives.
  199. After this operation, 1,245 kB of additional disk space will be used.
  200. Do you want to continue? [Y/n] y
  201. Get:1 http://fi.archive.ubuntu.com/ubuntu disco/universe amd64 fuseiso amd64 20070708-3.2build1 [19.5 kB]
  202. Get:2 http://fi.archive.ubuntu.com/ubuntu disco/universe amd64 wine all 4.0-1 [51.7 kB]
  203. Get:3 http://fi.archive.ubuntu.com/ubuntu disco/universe amd64 winetricks all 0.0+20181203-3 [159 kB]
  204. Fetched 231 kB in 11s (21.5 kB/s)
  205. Selecting previously unselected package fuseiso.
  206. (Reading database ... 213377 files and directories currently installed.)
  207. Preparing to unpack .../fuseiso_20070708-3.2build1_amd64.deb ...
  208. Unpacking fuseiso (20070708-3.2build1) ...
  209. Selecting previously unselected package wine.
  210. Preparing to unpack .../archives/wine_4.0-1_all.deb ...
  211. Unpacking wine (4.0-1) ...
  212. Selecting previously unselected package winetricks.
  213. Preparing to unpack .../winetricks_0.0+20181203-3_all.deb ...
  214. Unpacking winetricks (0.0+20181203-3) ...
  215. Setting up wine (4.0-1) ...
  216. Setting up fuseiso (20070708-3.2build1) ...
  217. Setting up winetricks (0.0+20181203-3) ...
  218. Processing triggers for mime-support (3.60ubuntu1) ...
  219. Processing triggers for hicolor-icon-theme (0.17-2) ...
  220. Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
  221. Processing triggers for man-db (2.8.5-2) ...
  222. Processing triggers for desktop-file-utils (0.23-4ubuntu1) ...
  223. Processing triggers for wine (4.0-1) ...
  224. hattivatti@hattivatti-desktop:~$ winetricks
  225. Using winetricks 20190310-next - sha256sum: 3dfa60162c59ba8c3f2ea49a54b0fcb056f12ee1a8f012a8b62c66646bef73f3 with wine-4.0 (Ubuntu 4.0-1) and WINEARCH=win32
  226. winetricks GUI enabled, using zenity 3.32.0
  227. Executing w_do_call dotnet45
  228. Executing load_dotnet45
  229. Executing cabextract -q -q -v
  230. cabextract version 1.9
  231. Executing w_do_call remove_mono
  232. Executing load_remove_mono
  233. ------------------------------------------------------
  234. Mono does not appear to be installed.
  235. ------------------------------------------------------
  236. Executing w_do_call dotnet40
  237. Executing load_dotnet40
  238. ------------------------------------------------------
  239. dotnet40 does not yet fully work or install on wine. Caveat emptor.
  240. ------------------------------------------------------
  241. Executing w_do_call remove_mono
  242. Executing load_remove_mono
  243. ------------------------------------------------------
  244. Mono does not appear to be installed.
  245. ------------------------------------------------------
  246. Executing w_do_call winxp
  247. Executing load_winxp
  248. Setting Windows version to winxp
  249. Executing wine regedit C:\windows\Temp\_winxp\set-winver.reg
  250. ------------------------------------------------------
  251. Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/hattivatti/.wine terminate
  252. ------------------------------------------------------
  253. Executing cd /home/hattivatti/.cache/winetricks/dotnet40
  254. Using native override for following DLLs: mscoree
  255. Executing wine regedit C:\windows\Temp\_dotnet40\override-dll.reg
  256. The operation completed successfully
  257. The operation completed successfully
  258. Setting Windows version to winxp
  259. Executing wine regedit C:\windows\Temp\_dotnet40\set-winver.reg
  260. ------------------------------------------------------
  261. Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/hattivatti/.wine terminate
  262. ------------------------------------------------------
  263. ------------------------------------------------------
  264. dotnet40 install completed, but installed file /home/hattivatti/.wine/dosdevices/c:/windows/Microsoft.NET/Framework/v4.0.30319/ngen.exe not found
  265. ------------------------------------------------------
  266. hattivatti@hattivatti-desktop:~$ sudo apt install mono-complete
  267. Reading package lists... Done
  268. Building dependency tree
  269. Reading state information... Done
  270. mono-complete is already the newest version (5.18.0.240+dfsg-2ubuntu2).
  271. 0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
  272. hattivatti@hattivatti-desktop:~$ winetricks
  273. Using winetricks 20190310-next - sha256sum: 3dfa60162c59ba8c3f2ea49a54b0fcb056f12ee1a8f012a8b62c66646bef73f3 with wine-4.0 (Ubuntu 4.0-1) and WINEARCH=win32
  274. winetricks GUI enabled, using zenity 3.32.0
  275. Executing w_do_call dotnet45
  276. Executing load_dotnet45
  277. Executing cabextract -q -q -v
  278. cabextract version 1.9
  279. Executing w_do_call remove_mono
  280. Executing load_remove_mono
  281. ------------------------------------------------------
  282. Mono does not appear to be installed.
  283. ------------------------------------------------------
  284. Executing w_do_call dotnet40
  285. Executing load_dotnet40
  286. ------------------------------------------------------
  287. dotnet40 does not yet fully work or install on wine. Caveat emptor.
  288. ------------------------------------------------------
  289. Executing w_do_call remove_mono
  290. Executing load_remove_mono
  291. ------------------------------------------------------
  292. Mono does not appear to be installed.
  293. ------------------------------------------------------
  294. Executing w_do_call winxp
  295. Executing load_winxp
  296. Setting Windows version to winxp
  297. Executing wine regedit C:\windows\Temp\_winxp\set-winver.reg
  298. ------------------------------------------------------
  299. Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/hattivatti/.wine terminate
  300. ------------------------------------------------------
  301. Executing cd /home/hattivatti/.cache/winetricks/dotnet40
  302. 002e:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  303. Using native override for following DLLs: mscoree
  304. Executing wine regedit C:\windows\Temp\_dotnet40\override-dll.reg
  305. The operation completed successfully
  306. The operation completed successfully
  307. Setting Windows version to winxp
  308. Executing wine regedit C:\windows\Temp\_dotnet40\set-winver.reg
  309. ------------------------------------------------------
  310. Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/hattivatti/.wine terminate
  311. ------------------------------------------------------
  312. ------------------------------------------------------
  313. dotnet40 install completed, but installed file /home/hattivatti/.wine/dosdevices/c:/windows/Microsoft.NET/Framework/v4.0.30319/ngen.exe not found
  314. ------------------------------------------------------
  315. hattivatti@hattivatti-desktop:~$ winetricks
  316. Using winetricks 20190310-next - sha256sum: 3dfa60162c59ba8c3f2ea49a54b0fcb056f12ee1a8f012a8b62c66646bef73f3 with wine-4.0 (Ubuntu 4.0-1) and WINEARCH=win32
  317. winetricks GUI enabled, using zenity 3.32.0
  318. Executing w_do_call dotnet45
  319. Executing load_dotnet45
  320. Executing cabextract -q -q -v
  321. cabextract version 1.9
  322. Executing w_do_call remove_mono
  323. Executing load_remove_mono
  324. ------------------------------------------------------
  325. Mono does not appear to be installed.
  326. ------------------------------------------------------
  327. Executing w_do_call dotnet40
  328. Executing load_dotnet40
  329. ------------------------------------------------------
  330. dotnet40 does not yet fully work or install on wine. Caveat emptor.
  331. ------------------------------------------------------
  332. Executing w_do_call remove_mono
  333. Executing load_remove_mono
  334. ------------------------------------------------------
  335. Mono does not appear to be installed.
  336. ------------------------------------------------------
  337. Executing w_do_call winxp
  338. Executing load_winxp
  339. Setting Windows version to winxp
  340. Executing wine regedit C:\windows\Temp\_winxp\set-winver.reg
  341. ------------------------------------------------------
  342. Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/hattivatti/.local/share/wineprefixes/wine32test terminate
  343. ------------------------------------------------------
  344. Executing cd /home/hattivatti/.cache/winetricks/dotnet40
  345. 002e:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  346. 0031:err:mscoree:LoadLibraryShim error reading registry key for installroot
  347. 0031:err:mscoree:LoadLibraryShim error reading registry key for installroot
  348. 0031:err:mscoree:LoadLibraryShim error reading registry key for installroot
  349. 0031:err:mscoree:LoadLibraryShim error reading registry key for installroot
  350. 0031:err:mscoree:LoadLibraryShim error reading registry key for installroot
  351. 0031:err:mscoree:LoadLibraryShim error reading registry key for installroot
  352. 0031:err:mscoree:LoadLibraryShim error reading registry key for installroot
  353. 0031:err:mscoree:LoadLibraryShim error reading registry key for installroot
  354. 005a:err:ole:CoGetContextToken apartment not initialised
  355. 0049:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  356. 0069:err:ole:CoGetContextToken apartment not initialised
  357. 007a:err:ole:CoGetContextToken apartment not initialised
  358. 005f:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  359. 005e:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  360. 008c:err:ole:CoGetContextToken apartment not initialised
  361. 0097:err:ole:CoGetContextToken apartment not initialised
  362. 007d:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  363. 0081:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  364. 00ac:err:ole:CoGetContextToken apartment not initialised
  365. 009b:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  366. 00bd:err:ole:CoGetContextToken apartment not initialised
  367. 00b2:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  368. 00d0:err:ole:CoGetContextToken apartment not initialised
  369. 00c1:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  370. 00df:err:ole:CoGetContextToken apartment not initialised
  371. 00d4:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  372. 00f2:err:ole:CoGetContextToken apartment not initialised
  373. 00e3:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  374. 0101:err:ole:CoGetContextToken apartment not initialised
  375. 00f6:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  376. 0114:err:ole:CoGetContextToken apartment not initialised
  377. 0105:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  378. 0123:err:ole:CoGetContextToken apartment not initialised
  379. 0118:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  380. 0136:err:ole:CoGetContextToken apartment not initialised
  381. 0127:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  382. 0145:err:ole:CoGetContextToken apartment not initialised
  383. 013a:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  384. 0158:err:ole:CoGetContextToken apartment not initialised
  385. 0149:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  386. 016b:err:ole:CoGetContextToken apartment not initialised
  387. 015b:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  388. 017a:err:ole:CoGetContextToken apartment not initialised
  389. 016f:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  390. 018d:err:ole:CoGetContextToken apartment not initialised
  391. 017e:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  392. 019c:err:ole:CoGetContextToken apartment not initialised
  393. 0191:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  394. 01af:err:ole:CoGetContextToken apartment not initialised
  395. 01a0:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  396. 01be:err:ole:CoGetContextToken apartment not initialised
  397. 01b3:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  398. 01d1:err:ole:CoGetContextToken apartment not initialised
  399. 01c2:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  400. 01e0:err:ole:CoGetContextToken apartment not initialised
  401. 01d5:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  402. 01f3:err:ole:CoGetContextToken apartment not initialised
  403. 01e4:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  404. 0202:err:ole:CoGetContextToken apartment not initialised
  405. 01f7:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  406. 002c:err:ole:CoGetContextToken apartment not initialised
  407. 0206:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  408. 0046:err:ole:CoGetContextToken apartment not initialised
  409. 0059:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  410. 006f:err:ole:CoGetContextToken apartment not initialised
  411. 0063:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  412. 005c:err:ole:CoGetContextToken apartment not initialised
  413. 0042:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  414. 007e:err:ole:CoGetContextToken apartment not initialised
  415. 009e:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  416. 0082:err:ole:CoGetContextToken apartment not initialised
  417. 0091:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  418. 009c:err:ole:CoGetContextToken apartment not initialised
  419. 00ae:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  420. 00af:err:ole:CoGetContextToken apartment not initialised
  421. 00c0:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  422. 00c2:err:ole:CoGetContextToken apartment not initialised
  423. 00cb:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  424. 00d1:err:ole:CoGetContextToken apartment not initialised
  425. 00e2:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  426. 00e4:err:ole:CoGetContextToken apartment not initialised
  427. 00f1:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  428. 00f3:err:ole:CoGetContextToken apartment not initialised
  429. 0104:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  430. 0106:err:ole:CoGetContextToken apartment not initialised
  431. 0113:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  432. 0115:err:ole:CoGetContextToken apartment not initialised
  433. 0126:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  434. 0128:err:ole:CoGetContextToken apartment not initialised
  435. 012c:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  436. 0137:err:ole:CoGetContextToken apartment not initialised
  437. 0148:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  438. 014a:err:ole:CoGetContextToken apartment not initialised
  439. 0157:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  440. 0159:err:ole:CoGetContextToken apartment not initialised
  441. 016a:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  442. 016c:err:ole:CoGetContextToken apartment not initialised
  443. 017d:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  444. 017f:err:ole:CoGetContextToken apartment not initialised
  445. 018c:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  446. 018e:err:ole:CoGetContextToken apartment not initialised
  447. 019f:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  448. 01a1:err:ole:CoGetContextToken apartment not initialised
  449. 01a5:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  450. 01be:err:ole:CoGetContextToken apartment not initialised
  451. 01b5:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  452. 01d1:err:ole:CoGetContextToken apartment not initialised
  453. 01d3:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  454. 01e0:err:ole:CoGetContextToken apartment not initialised
  455. 01e2:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  456. 01f3:err:ole:CoGetContextToken apartment not initialised
  457. 01e6:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  458. 0202:err:ole:CoGetContextToken apartment not initialised
  459. 0204:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  460. 002c:err:ole:CoGetContextToken apartment not initialised
  461. 0058:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  462. 0046:err:ole:CoGetContextToken apartment not initialised
  463. 0076:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  464. 006f:err:ole:CoGetContextToken apartment not initialised
  465. 007b:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  466. 005c:err:ole:CoGetContextToken apartment not initialised
  467. 009d:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  468. 007e:err:ole:CoGetContextToken apartment not initialised
  469. 00a1:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  470. 0082:err:ole:CoGetContextToken apartment not initialised
  471. 009f:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  472. 009c:err:ole:CoGetContextToken apartment not initialised
  473. 00bf:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  474. 00af:err:ole:CoGetContextToken apartment not initialised
  475. 00c3:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  476. 00c2:err:ole:CoGetContextToken apartment not initialised
  477. 00e1:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  478. 00d1:err:ole:CoGetContextToken apartment not initialised
  479. 00dc:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  480. 00e4:err:ole:CoGetContextToken apartment not initialised
  481. 00f8:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  482. 00f3:err:ole:CoGetContextToken apartment not initialised
  483. 0116:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  484. 0106:err:ole:CoGetContextToken apartment not initialised
  485. 0125:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  486. 0115:err:ole:CoGetContextToken apartment not initialised
  487. 0138:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  488. 0128:err:ole:CoGetContextToken apartment not initialised
  489. 0147:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  490. 0137:err:ole:CoGetContextToken apartment not initialised
  491. 015a:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  492. 014a:err:ole:CoGetContextToken apartment not initialised
  493. 016d:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  494. 0159:err:ole:CoGetContextToken apartment not initialised
  495. 0171:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  496. 016c:err:ole:CoGetContextToken apartment not initialised
  497. 018f:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  498. 017f:err:ole:CoGetContextToken apartment not initialised
  499. 0193:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  500. 018e:err:ole:CoGetContextToken apartment not initialised
  501. 01b1:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  502. 01a1:err:ole:CoGetContextToken apartment not initialised
  503. 015d:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  504. 01be:err:ole:CoGetContextToken apartment not initialised
  505. 01b3:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  506. 01d1:err:ole:CoGetContextToken apartment not initialised
  507. 01c3:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  508. 01e0:err:ole:CoGetContextToken apartment not initialised
  509. 01d2:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  510. 01f3:err:ole:CoGetContextToken apartment not initialised
  511. 01e9:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  512. 0202:err:ole:CoGetContextToken apartment not initialised
  513. 01f4:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  514. 002c:err:ole:CoGetContextToken apartment not initialised
  515. 000a:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  516. 0046:err:ole:CoGetContextToken apartment not initialised
  517. 004a:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  518. 006f:err:ole:CoGetContextToken apartment not initialised
  519. 0079:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  520. 005c:err:ole:CoGetContextToken apartment not initialised
  521. 006e:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  522. 007e:err:ole:CoGetContextToken apartment not initialised
  523. 0086:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  524. 0082:err:ole:CoGetContextToken apartment not initialised
  525. 00a2:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  526. 009c:err:ole:CoGetContextToken apartment not initialised
  527. 00a6:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  528. 00af:err:ole:CoGetContextToken apartment not initialised
  529. 00b3:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  530. 00c2:err:ole:CoGetContextToken apartment not initialised
  531. 00cf:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  532. 00d1:err:ole:CoGetContextToken apartment not initialised
  533. 00d5:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  534. 00e4:err:ole:CoGetContextToken apartment not initialised
  535. 00e8:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  536. 00f3:err:ole:CoGetContextToken apartment not initialised
  537. 00f7:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  538. 0106:err:ole:CoGetContextToken apartment not initialised
  539. 010a:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  540. 0115:err:ole:CoGetContextToken apartment not initialised
  541. 0119:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  542. 0128:err:ole:CoGetContextToken apartment not initialised
  543. 0135:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  544. 0137:err:ole:CoGetContextToken apartment not initialised
  545. 013b:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  546. 014a:err:ole:CoGetContextToken apartment not initialised
  547. 0157:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  548. 0159:err:ole:CoGetContextToken apartment not initialised
  549. 0167:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  550. 016c:err:ole:CoGetContextToken apartment not initialised
  551. 0170:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  552. 017f:err:ole:CoGetContextToken apartment not initialised
  553. 0186:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  554. 018e:err:ole:CoGetContextToken apartment not initialised
  555. 019f:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  556. 01a1:err:ole:CoGetContextToken apartment not initialised
  557. 01a8:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  558. 01be:err:ole:CoGetContextToken apartment not initialised
  559. 01c0:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  560. 01d1:err:ole:CoGetContextToken apartment not initialised
  561. 01c4:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  562. 01e0:err:ole:CoGetContextToken apartment not initialised
  563. 01d7:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  564. 01f3:err:ole:CoGetContextToken apartment not initialised
  565. 01f5:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  566. 0202:err:ole:CoGetContextToken apartment not initialised
  567. 01f9:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  568. 002c:err:ole:CoGetContextToken apartment not initialised
  569. 000d:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  570. 0046:err:ole:CoGetContextToken apartment not initialised
  571. 0055:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  572. 006f:err:ole:CoGetContextToken apartment not initialised
  573. 007b:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  574. 005c:err:ole:CoGetContextToken apartment not initialised
  575. 005e:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  576. 007e:err:ole:CoGetContextToken apartment not initialised
  577. 0087:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  578. 0082:err:ole:CoGetContextToken apartment not initialised
  579. 009f:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  580. 009c:err:ole:CoGetContextToken apartment not initialised
  581. 00ab:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  582. 00af:err:ole:CoGetContextToken apartment not initialised
  583. 00bb:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  584. 00c2:err:ole:CoGetContextToken apartment not initialised
  585. 00ca:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  586. 00d1:err:ole:CoGetContextToken apartment not initialised
  587. 00f4:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  588. 00e4:err:ole:CoGetContextToken apartment not initialised
  589. 00ed:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  590. 00f3:err:ole:CoGetContextToken apartment not initialised
  591. 0100:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  592. 0106:err:ole:CoGetContextToken apartment not initialised
  593. 0112:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  594. 0115:err:ole:CoGetContextToken apartment not initialised
  595. 0122:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  596. 0128:err:ole:CoGetContextToken apartment not initialised
  597. 012f:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  598. 0137:err:ole:CoGetContextToken apartment not initialised
  599. 0144:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  600. 014a:err:ole:CoGetContextToken apartment not initialised
  601. 016d:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  602. 0159:err:ole:CoGetContextToken apartment not initialised
  603. 015e:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  604. 016c:err:ole:CoGetContextToken apartment not initialised
  605. 0179:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  606. 017f:err:ole:CoGetContextToken apartment not initialised
  607. 0188:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  608. 018e:err:ole:CoGetContextToken apartment not initialised
  609. 019b:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  610. 01a1:err:ole:CoGetContextToken apartment not initialised
  611. 01aa:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  612. 01be:err:ole:CoGetContextToken apartment not initialised
  613. 01b3:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  614. 01d1:err:ole:CoGetContextToken apartment not initialised
  615. 01c5:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  616. 01e0:err:ole:CoGetContextToken apartment not initialised
  617. 01d6:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  618. 01f3:err:ole:CoGetContextToken apartment not initialised
  619. 01e5:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  620. 0202:err:ole:CoGetContextToken apartment not initialised
  621. 01f6:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  622. 002c:err:ole:CoGetContextToken apartment not initialised
  623. 0207:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  624. 0046:err:ole:CoGetContextToken apartment not initialised
  625. 0052:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  626. 006f:err:ole:CoGetContextToken apartment not initialised
  627. 005d:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  628. 005c:err:ole:CoGetContextToken apartment not initialised
  629. 0038:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  630. 007e:err:ole:CoGetContextToken apartment not initialised
  631. 0089:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  632. 0082:err:ole:CoGetContextToken apartment not initialised
  633. 008b:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  634. 009c:err:ole:CoGetContextToken apartment not initialised
  635. 00a6:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  636. 00af:err:ole:CoGetContextToken apartment not initialised
  637. 00ba:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  638. 00c2:err:ole:CoGetContextToken apartment not initialised
  639. 00c6:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  640. 00d1:err:ole:CoGetContextToken apartment not initialised
  641. 00dd:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  642. 00e4:err:ole:CoGetContextToken apartment not initialised
  643. 00e8:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  644. 00f3:err:ole:CoGetContextToken apartment not initialised
  645. 00fc:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  646. 0106:err:ole:CoGetContextToken apartment not initialised
  647. 010d:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  648. 0115:err:ole:CoGetContextToken apartment not initialised
  649. 0120:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  650. 0128:err:ole:CoGetContextToken apartment not initialised
  651. 0130:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  652. 0137:err:ole:CoGetContextToken apartment not initialised
  653. 0143:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  654. 014a:err:ole:CoGetContextToken apartment not initialised
  655. 014f:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  656. 0159:err:ole:CoGetContextToken apartment not initialised
  657. 0162:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  658. 016c:err:ole:CoGetContextToken apartment not initialised
  659. 0177:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  660. 017f:err:ole:CoGetContextToken apartment not initialised
  661. 0183:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  662. 018e:err:ole:CoGetContextToken apartment not initialised
  663. 0199:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  664. 01a1:err:ole:CoGetContextToken apartment not initialised
  665. 01ae:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  666. 01be:err:ole:CoGetContextToken apartment not initialised
  667. 01c0:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  668. 01d1:err:ole:CoGetContextToken apartment not initialised
  669. 01c7:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  670. 01e0:err:ole:CoGetContextToken apartment not initialised
  671. 01de:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  672. 01f3:err:ole:CoGetContextToken apartment not initialised
  673. 01f1:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  674. 00bd:err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
  675. 00bd:err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
  676. 00bd:err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
  677. 00bd:err:ole:CoGetClassObject no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17
  678. 00bd:err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
  679. 00bd:err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
  680. 00bd:err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
  681. 00bd:err:ole:CoGetClassObject no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17
  682. 00bd:err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
  683. 00bd:err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
  684. 00bd:err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
  685. 00bd:err:ole:CoGetClassObject no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17
  686. 0130:err:ole:CoGetContextToken apartment not initialised
  687. 0121:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  688. 014c:err:ole:CoGetContextToken apartment not initialised
  689. 014a:err:ole:CoGetContextToken apartment not initialised
  690. 0148:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  691. 014b:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  692. 0180:err:ole:CoGetContextToken apartment not initialised
  693. 0171:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  694. 018f:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  695. 0190:err:ole:CoGetContextToken apartment not initialised
  696. 018a:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  697. 01b1:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  698. 01c1:err:ole:CoGetContextToken apartment not initialised
  699. 01a3:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  700. 01c8:err:ole:CoGetContextToken apartment not initialised
  701. 01b8:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  702. 01d5:err:ole:CoGetContextToken apartment not initialised
  703. 01d3:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  704. 01e6:err:ole:CoGetContextToken apartment not initialised
  705. 01d2:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  706. 004d:err:ole:CoGetContextToken apartment not initialised
  707. 01e9:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  708. 0204:err:ole:CoGetContextToken apartment not initialised
  709. 0053:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  710. 0037:err:ole:CoGetContextToken apartment not initialised
  711. 01fc:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  712. 0056:err:ole:CoGetContextToken apartment not initialised
  713. 0030:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  714. 0065:err:ole:CoGetContextToken apartment not initialised
  715. 007c:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with error 0x8001011d
  716. Using native override for following DLLs: mscoree
  717. Executing wine regedit C:\windows\Temp\_dotnet40\override-dll.reg
  718. The operation completed successfully
  719. The operation completed successfully
  720. Setting Windows version to winxp
  721. Executing wine regedit C:\windows\Temp\_dotnet40\set-winver.reg
  722. ------------------------------------------------------
  723. Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/hattivatti/.local/share/wineprefixes/wine32test terminate
  724. ------------------------------------------------------
  725. The operation completed successfully
  726. Setting Windows version to win7
  727. Executing wine regedit C:\windows\Temp\_dotnet45\set-winver.reg
  728. ------------------------------------------------------
  729. Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/hattivatti/.local/share/wineprefixes/wine32test terminate
  730. ------------------------------------------------------
  731. Executing cd /home/hattivatti/.cache/winetricks/dotnet45
  732. 0038:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  733. 0069:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 for dll L"C:\\windows\\system32\\hnetcfg.dll"
  734. 0069:err:ole:CoGetClassObject no class object {2c5bc43e-3369-4c33-ab0c-be9469677af4} could be created for context 0x1
  735. 00af:err:ole:CoGetClassObject class {2b72133b-3f5b-4602-8952-803546ce3344} not registered
  736. 00af:err:ole:CoGetClassObject no class object {2b72133b-3f5b-4602-8952-803546ce3344} could be created for context 0x1
  737. 00af:err:ole:CoGetClassObject class {2b72133b-3f5b-4602-8952-803546ce3344} not registered
  738. 00af:err:ole:create_server class {2b72133b-3f5b-4602-8952-803546ce3344} not registered
  739. 00af:err:ole:CoGetClassObject no class object {2b72133b-3f5b-4602-8952-803546ce3344} could be created for context 0x15
  740. 00f6:err:ole:CoGetClassObject class {2b72133b-3f5b-4602-8952-803546ce3344} not registered
  741. 00f6:err:ole:CoGetClassObject no class object {2b72133b-3f5b-4602-8952-803546ce3344} could be created for context 0x1
  742. 0102:err:ole:CoGetClassObject class {2b72133b-3f5b-4602-8952-803546ce3344} not registered
  743. 0102:err:ole:CoGetClassObject no class object {2b72133b-3f5b-4602-8952-803546ce3344} could be created for context 0x1
  744. 0102:err:ole:CoGetClassObject class {2b72133b-3f5b-4602-8952-803546ce3344} not registered
  745. 0102:err:ole:create_server class {2b72133b-3f5b-4602-8952-803546ce3344} not registered
  746. 0102:err:ole:CoGetClassObject no class object {2b72133b-3f5b-4602-8952-803546ce3344} could be created for context 0x15
  747. 01c3:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  748. 01c3:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  749. 01c3:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  750. 01c8:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  751. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  752. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  753. 00be:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  754. 00be:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  755. 00be:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  756. 01c7:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  757. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  758. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  759. 01d2:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  760. 01d2:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  761. 01d2:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  762. 01c8:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  763. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  764. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  765. 01dc:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  766. 01dc:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  767. 01dc:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  768. 01c7:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  769. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  770. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  771. 01df:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  772. 01df:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  773. 01df:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  774. 01c8:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  775. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  776. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  777. 01ea:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  778. 01ea:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  779. 01ea:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  780. 01c7:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  781. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  782. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  783. 01ee:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  784. 01ee:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  785. 01ee:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  786. 01c8:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  787. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  788. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  789. 01f7:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  790. 01f7:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  791. 01f7:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  792. 01c7:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  793. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  794. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  795. 01fc:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  796. 01fc:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  797. 01fc:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  798. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
  799. 0202:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  800. 0202:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  801. 0202:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  802. 01c7:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  803. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  804. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  805. 000a:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  806. 000a:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  807. 000a:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  808. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
  809. 0031:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  810. 0031:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  811. 0031:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  812. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
  813. 0036:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  814. 0036:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  815. 0036:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  816. 01c8:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  817. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  818. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  819. 001a:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  820. 001a:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  821. 001a:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  822. 01c7:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  823. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  824. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  825. 004d:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  826. 004d:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  827. 004d:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  828. 01c8:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  829. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  830. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  831. 0054:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  832. 0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  833. 0054:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  834. 01c7:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  835. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  836. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  837. 0061:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  838. 0061:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  839. 0061:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  840. 01c8:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  841. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  842. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  843. 0047:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  844. 0047:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  845. 0047:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  846. 01c7:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  847. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  848. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  849. 0062:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  850. 0062:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  851. 0062:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  852. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
  853. 0076:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  854. 0076:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  855. 0076:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  856. 01c7:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  857. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  858. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  859. 007b:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  860. 007b:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  861. 007b:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  862. 01c8:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  863. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  864. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  865. 007c:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  866. 007c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  867. 007c:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  868. 01c7:err:rpc:I_RpcReceive we got fault packet with status 0x80004002
  869. 0123:err:rpc:RpcAssoc_BindConnection syntax {00000131-0000-0000-c000-000000000046}, 0.0 not supported
  870. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706b5
  871. 007f:err:ole:marshal_object couldn't get IPSFactory buffer for interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}
  872. 007f:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
  873. 007f:err:ole:CoMarshalInterface Failed to marshal the interface {5c6fb596-4828-4ed5-b9dd-293dad736fb5}, 80004002
  874. 0123:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
  875. exit status 194 - normal, user selected 'restart later'
  876. Using native override for following DLLs: mscoree
  877. Executing wine regedit C:\windows\Temp\_dotnet45\override-dll.reg
  878. ------------------------------------------------------
  879. Setting Windows version to 2003, otherwise applications using .NET 4.5 will subtly fail
  880. ------------------------------------------------------
  881. The operation completed successfully
  882. Setting Windows version to win2k3
  883. Executing wine regedit C:\windows\Temp\_dotnet45\set-winver.reg
  884. ------------------------------------------------------
  885. Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/hattivatti/.local/share/wineprefixes/wine32test terminate
  886. ------------------------------------------------------
  887. ------------------------------------------------------
  888. Delete /home/hattivatti/.local/share/wineprefixes/wine32test, its apps, icons, and menu items?
  889. ------------------------------------------------------
  890. find: ‘/home/hattivatti/.local/share/applications/wine’: No such file or directory
  891. hattivatti@hattivatti-desktop:~$ cd ~/Desktop/
  892. hattivatti@hattivatti-desktop:~/Desktop$ wine oanda4setup.exe
  893. 0009:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  894. hattivatti@hattivatti-desktop:~/Desktop$ winecfg
  895. hattivatti@hattivatti-desktop:~/Desktop$ wine oanda4setup.exe
  896. 0009:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  897. 0048:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  898. 005d:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  899. hattivatti@hattivatti-desktop:~/Desktop$ 005f:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  900. 0067:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  901. 00a8:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  902. 00b6:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  903. 005d:err:toolbar:ToolbarWindowProc unknown msg 0465 wp=00000000 lp=0033ebe0
  904. 005d:err:toolbar:ToolbarWindowProc unknown msg 0466 wp=00000000 lp=0033ebe0
  905. 005d:err:toolbar:ToolbarWindowProc unknown msg 0465 wp=00000000 lp=0033ebe0
  906. 005d:err:toolbar:ToolbarWindowProc unknown msg 0466 wp=00000000 lp=0033ebe0
  907. 005d:err:toolbar:ToolbarWindowProc unknown msg 0465 wp=00000000 lp=0033ebe0
  908. 005d:err:toolbar:ToolbarWindowProc unknown msg 0466 wp=00000000 lp=0033ebe0
  909. 005d:err:toolbar:ToolbarWindowProc unknown msg 0465 wp=00000000 lp=0033ebe0
  910. 005d:err:toolbar:ToolbarWindowProc unknown msg 0466 wp=00000000 lp=0033ebe0
  911. Could not load wine-gecko. HTML rendering will be disabled.
  912. 005d:err:mshtml:create_document_object Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
  913. 005d:err:mshtml:create_document_object Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
  914. 005d:err:mshtml:create_document_object Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
  915. 00ea:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"Forex Simulator.exe" cannot be loaded
  916. 00ea:err:module:attach_dlls Importing dlls for L"C:\\Program Files\\OANDA - MetaTrader\\MQL4\\Files\\Forex Simulator.exe" failed, status c0000135
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement