Advertisement
Guest User

Installation script error

a guest
Oct 12th, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.98 KB | None | 0 0
  1. Started initial process 2559 from /usr/bin/bash -c set -e
  2.  
  3. if [ -n "$XDG_CACHE_HOME" ]; then
  4. mkdir -p "$XDG_CACHE_HOME/wine"
  5. mv "/home/fiumbo/.var/app/net.lutris.Lutris/cache/lutris/installer/jagex-launcher/gecko/wine-gecko-2.47.4-x86_64.msi" "$XDG_CACHE_HOME/wine/"
  6. mv "/home/fiumbo/.var/app/net.lutris.Lutris/cache/lutris/installer/jagex-launcher/gecko_32/wine-gecko-2.47.3-x86.msi" "$XDG_CACHE_HOME/wine/"
  7. else
  8. echo "XDG_CACHE_HOME is not set. Letting wine handle gecko installation."
  9. fi
  10.  
  11. # Run the installer overriding jscript.dll and starting the jagex launcher installer in the background to monitor the install directory size.
  12. # We need to do this because the gui window freezes normally and does not allow users to close it.
  13. WINEPREFIX="/home/fiumbo/Games/jagex-launcher" WINEARCH=win64 WINEDLLOVERRIDES="jscript.dll=n" "/home/fiumbo/.var/app/net.lutris.Lutris/data/lutris/runners/wine/lutris-GE-Proton8-15-x86_64/bin/wine" "/home/fiumbo/.var/app/net.lutris.Lutris/cache/lutris/installer/jagex-launcher/jagexlauncher/Jagex%20Launcher%20Installer.exe" &
  14. # Grab the pid of the installer process
  15. installer_process="$!"
  16.  
  17. above_200=0
  18.  
  19. echo "PID of install process is $installer_process. Beginning installation..."
  20.  
  21. while true
  22. do
  23. # Checking if installer is still running
  24. if ps -p $installer_process > /dev/null
  25. then
  26. echo "$installer_process is still running. Continuing to check directory..."
  27. else
  28. echo "$installer_process appears to have quit. Ending loop."
  29. break
  30. fi
  31. echo "Checking directory size..."
  32. # Grab directory size for jagex launcher install directory.
  33. dir_size=$(((du -sh "/home/fiumbo/Games/jagex-launcher/drive_c/Program Files (x86)/Jagex Launcher" 2> /dev/null) || echo '0G') | awk '{ print $1 }')
  34. # Remove the last character from the dir_size so the units don't show
  35. dir_size=$(echo "$dir_size" | sed 's/.$//')
  36.  
  37. # If the directory size is above 200M, then add one to the above_200 variable
  38. if (( $dir_size > 200 )); then
  39. above_200=$((above_200+1))
  40. fi
  41.  
  42. # If the directory is over 200M the installer is likely done and we can kill the process.
  43. if (( $above_200 > 1 )); then
  44. echo "Installation complete. Killing $installer_process"
  45. kill "$installer_process"
  46. break # Exit the while loop
  47. fi
  48.  
  49. sleep 10
  50. done;
  51. Start monitoring process.
  52. PID of install process is 2563. Beginning installation...
  53. 2563 is still running. Continuing to check directory...
  54. Checking directory size...
  55. wineserver: using server-side synchronization.
  56. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
  57. 002c:fixme:winediag:LdrInitializeThunk wine-staging 8.0 is a testing version containing experimental patches.
  58. 002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
  59. 006c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
  60. Fontconfig warning: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 5: unknown element "reset-dirs"
  61. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 6: invalid attribute 'salt'
  62. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 7: invalid attribute 'salt'
  63. Fontconfig warning: "/run/host/font-dirs.xml", line 4: unknown element "remap-dir"
  64. Fontconfig error: "/run/host/font-dirs.xml", line 4: invalid attribute 'as-path'
  65. Fontconfig warning: "/run/host/font-dirs.xml", line 5: unknown element "remap-dir"
  66. Fontconfig error: "/run/host/font-dirs.xml", line 5: invalid attribute 'as-path'
  67. Fontconfig error: Cannot load config file from /run/host/font-dirs.xml
  68. Fontconfig warning: "/etc/fonts/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
  69. 006c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
  70. 006c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
  71. 006c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
  72. 007c:err:hid:udev_bus_init UDEV monitor creation failed
  73. Fontconfig warning: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 5: unknown element "reset-dirs"
  74. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 6: invalid attribute 'salt'
  75. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 7: invalid attribute 'salt'
  76. Fontconfig warning: "/run/host/font-dirs.xml", line 4: unknown element "remap-dir"
  77. Fontconfig error: "/run/host/font-dirs.xml", line 4: invalid attribute 'as-path'
  78. Fontconfig warning: "/run/host/font-dirs.xml", line 5: unknown element "remap-dir"
  79. Fontconfig error: "/run/host/font-dirs.xml", line 5: invalid attribute 'as-path'
  80. Fontconfig error: Cannot load config file from /run/host/font-dirs.xml
  81. Fontconfig warning: "/etc/fonts/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
  82. Fontconfig warning: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 5: unknown element "reset-dirs"
  83. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 6: invalid attribute 'salt'
  84. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 7: invalid attribute 'salt'
  85. Fontconfig warning: "/run/host/font-dirs.xml", line 4: unknown element "remap-dir"
  86. Fontconfig error: "/run/host/font-dirs.xml", line 4: invalid attribute 'as-path'
  87. Fontconfig warning: "/run/host/font-dirs.xml", line 5: unknown element "remap-dir"
  88. Fontconfig error: "/run/host/font-dirs.xml", line 5: invalid attribute 'as-path'
  89. Fontconfig error: Cannot load config file from /run/host/font-dirs.xml
  90. Fontconfig warning: "/etc/fonts/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
  91. Fontconfig warning: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 5: unknown element "reset-dirs"
  92. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 6: invalid attribute 'salt'
  93. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 7: invalid attribute 'salt'
  94. Fontconfig warning: "/run/host/font-dirs.xml", line 4: unknown element "remap-dir"
  95. Fontconfig error: "/run/host/font-dirs.xml", line 4: invalid attribute 'as-path'
  96. Fontconfig warning: "/run/host/font-dirs.xml", line 5: unknown element "remap-dir"
  97. Fontconfig error: "/run/host/font-dirs.xml", line 5: invalid attribute 'as-path'
  98. Fontconfig error: Cannot load config file from /run/host/font-dirs.xml
  99. Fontconfig warning: "/etc/fonts/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
  100. Fontconfig warning: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 5: unknown element "reset-dirs"
  101. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 6: invalid attribute 'salt'
  102. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 7: invalid attribute 'salt'
  103. Fontconfig warning: "/run/host/font-dirs.xml", line 4: unknown element "remap-dir"
  104. Fontconfig error: "/run/host/font-dirs.xml", line 4: invalid attribute 'as-path'
  105. Fontconfig warning: "/run/host/font-dirs.xml", line 5: unknown element "remap-dir"
  106. Fontconfig error: "/run/host/font-dirs.xml", line 5: invalid attribute 'as-path'
  107. Fontconfig error: Cannot load config file from /run/host/font-dirs.xml
  108. Fontconfig warning: "/etc/fonts/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
  109. Fontconfig warning: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 5: unknown element "reset-dirs"
  110. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 6: invalid attribute 'salt'
  111. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 7: invalid attribute 'salt'
  112. Fontconfig warning: "/run/host/font-dirs.xml", line 4: unknown element "remap-dir"
  113. Fontconfig error: "/run/host/font-dirs.xml", line 4: invalid attribute 'as-path'
  114. Fontconfig warning: "/run/host/font-dirs.xml", line 5: unknown element "remap-dir"
  115. Fontconfig error: "/run/host/font-dirs.xml", line 5: invalid attribute 'as-path'
  116. Fontconfig error: Cannot load config file from /run/host/font-dirs.xml
  117. Fontconfig warning: "/etc/fonts/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
  118. 0100:fixme:oleacc:find_class_data unhandled window class: L"#32769"
  119. 0100:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  120. 0100:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  121. 0100:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000034FEE8, 000000000021FAC0: stub!
  122. 0024:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
  123. 0024:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
  124. 0050:fixme:ndis:query_global_stats Unsupported OID 10114
  125. 0024:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
  126. 0024:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
  127. 0110:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0189FEF8
  128. 0050:fixme:ndis:query_global_stats Unsupported OID 10114
  129. 0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
  130. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  131. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  132. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000092AE98, 0000000001B2FAA0: stub!
  133. 0024:fixme:ieframe:WebBrowser_put_RegisterAsBrowser (00B88918)->(ffffffff)
  134. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  135. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  136. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  137. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000092AF18, 0000000001B2FAA0: stub!
  138. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  139. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  140. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000092AF98, 0000000001B2FAA0: stub!
  141. 0134:fixme:wininet:create_cache_entry INTERNET_FLAG_NEED_FILE is not supported correctly
  142. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  143. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  144. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000092B018, 0000000001B2FAA0: stub!
  145. Fontconfig warning: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 5: unknown element "reset-dirs"
  146. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 6: invalid attribute 'salt'
  147. Fontconfig error: "/etc/fonts/conf.d/05-flatpak-fontpath.conf", line 7: invalid attribute 'salt'
  148. Fontconfig warning: "/run/host/font-dirs.xml", line 4: unknown element "remap-dir"
  149. Fontconfig error: "/run/host/font-dirs.xml", line 4: invalid attribute 'as-path'
  150. Fontconfig warning: "/run/host/font-dirs.xml", line 5: unknown element "remap-dir"
  151. Fontconfig error: "/run/host/font-dirs.xml", line 5: invalid attribute 'as-path'
  152. Fontconfig error: Cannot load config file from /run/host/font-dirs.xml
  153. Fontconfig warning: "/etc/fonts/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
  154. 0148:fixme:file:NtLockFile I/O completion on lock not implemented yet
  155. 0148:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
  156. 0148:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
  157. 0148:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1)
  158. 015c:fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 102AACA0, context 02B72A18, init_notify 0, handle 03B8FDC0): stub
  159. 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
  160. 0024:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (02599290)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0072D8B4)
  161. 0024:fixme:file:NtLockFile I/O completion on lock not implemented yet
  162. 0024:fixme:ieframe:BrowserService_GetTravelLog 0A79DC88 0072DF50
  163. 0024:fixme:mshtml:on_change_dlcontrol unsupported dlcontrol 00006170
  164. 0024:err:ole:apartment_add_dll couldn't load in-process dll L"C:\\windows\\system32\\jscript.dll"
  165. 0024:err:ole:com_get_class_object no class object {f414c260-6ac0-11cf-b6d1-00aa00bbbb58} could be created for context 0x1
  166. 0024:fixme:ieframe:ClientSite_GetContainer (00B889F0)->(0072E03C)
  167. 0024:fixme:mshtml:nsCacheInfoChannel_GetCacheKey (0A7E3F78)->(0072D618)
  168. 0024:fixme:mshtml:nsCacheInfoChannel_GetCacheTokenExpirationTime (0A7E3F78)->(0072D628)
  169. 0024:fixme:ieframe:DocHostUIHandler_GetDropTarget (00B889F0)
  170. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  171. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  172. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000092D898, 0000000001B2FAA0: stub!
  173. 0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
  174. 0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
  175. 0050:fixme:mountmgr:query_property Faking StorageDeviceProperty data
  176. 0024:fixme:mshtml:DocObjOleInPlaceActiveObject_TranslateAccelerator Unsupported message 0700
  177. 0024:fixme:ieframe:ClientSite_GetContainer (00B889F0)->(0072E97C)
  178. 0024:fixme:dwmapi:DwmGetCompositionTimingInfo (00000000 0072E514)
  179. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  180. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  181. 0024:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {a3da04e0-57d7-482a-a1c1-61da5f95bacb}
  182. 0024:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {917b96b1-ecad-4dab-a760-8d49027748ae}
  183. 0024:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {26d1e091-0ae7-4f49-a554-4214445c505c}
  184. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C6163B8)->(04097458)
  185. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C6169D8)->(0C7265B8)
  186. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C616A48)->(0C740A78)
  187. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C616AB8)->(0C740B38)
  188. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C616B28)->(0C740BF8)
  189. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000092D918, 0000000001B2FAA0: stub!
  190. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C616C08)->(0C740CB8)
  191. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C616C78)->(0C740D78)
  192. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C742D88)->(0C740E38)
  193. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C742DF8)->(0C740EF8)
  194. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C742ED8)->(0C740FB8)
  195. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C742FB8)->(0C741078)
  196. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C743028)->(0C741138)
  197. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C743108)->(0C745528)
  198. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C7431E8)->(0C7455E8)
  199. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C7432C8)->(0C745668)
  200. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C7433A8)->(0C7456E8)
  201. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C743488)->(0C745768)
  202. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C743568)->(0C7457E8)
  203. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C7435D8)->(0C745868)
  204. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C743648)->(0C7458E8)
  205. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C743728)->(0C7459A8)
  206. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C743798)->(0C745A68)
  207. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C743808)->(0C745B28)
  208. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C7438E8)->(0C748FC8)
  209. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C7439C8)->(0C749088)
  210. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C743AA8)->(0C749148)
  211. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C74C2D0)->(0C749208)
  212. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C74C3B0)->(0C749288)
  213. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C74C490)->(0C749308)
  214. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C74C570)->(0C749388)
  215. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C74C650)->(0C749448)
  216. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C74C730)->(0C749508)
  217. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C74C810)->(0C7495C8)
  218. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (0C74C880)->(0C749648)
  219. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  220. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  221. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000092D998, 0000000001B2FAA0: stub!
  222. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  223. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  224. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  225. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  226. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  227. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  228. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  229. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  230. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  231. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  232. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  233. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  234. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  235. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  236. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  237. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  238. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  239. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  240. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  241. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  242. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  243. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  244. 0024:fixme:mshtml:get_guid_from_type Unknown type L"text/ng-template"
  245. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  246. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  247. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  248. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  249. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  250. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  251. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  252. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  253. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  254. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  255. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  256. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  257. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  258. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  259. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  260. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  261. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  262. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  263. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  264. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  265. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  266. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  267. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  268. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  269. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  270. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  271. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  272. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  273. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  274. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  275. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  276. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  277. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  278. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  279. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  280. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  281. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  282. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  283. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  284. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  285. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  286. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  287. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 00000000009354E8, 0000000001B2FAA0: stub!
  288. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  289. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  290. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 0000000000935568, 0000000001B2FAA0: stub!
  291. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  292. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  293. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 00000000009355E8, 0000000001B2FAA0: stub!
  294. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  295. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  296. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 0000000000935668, 0000000001B2FAA0: stub!
  297. 0024:fixme:imm:ImmReleaseContext (00010090, 00010062): stub
  298. 2563 is still running. Continuing to check directory...
  299. Checking directory size...
  300. 0024:fixme:mshtml:nsCacheInfoChannel_GetCacheTokenExpirationTime (0C616428)->(0072DA78)
  301. 0024:fixme:mshtml:nsChannel_GetContentLength (0C616428)->(0072DA18)
  302. 0024:fixme:mshtml:nsCacheInfoChannel_GetCacheTokenExpirationTime (0C616818)->(0072DA78)
  303. 0024:fixme:mshtml:nsChannel_GetContentLength (0C616818)->(0072DA18)
  304. 0230:fixme:dwmapi:DwmFlush () stub
  305. 0024:fixme:mshtml:nsCacheInfoChannel_GetCacheTokenExpirationTime (0C616578)->(0072D758)
  306. 0024:fixme:mshtml:nsChannel_GetContentLength (0C616578)->(0072D6F8)
  307. 0024:fixme:mshtml:nsCacheInfoChannel_GetCacheTokenExpirationTime (0C616738)->(0072DA78)
  308. 0024:fixme:mshtml:nsChannel_GetContentLength (0C616738)->(0072DA18)
  309. 0024:fixme:mshtml:nsCacheInfoChannel_GetCacheTokenExpirationTime (0C616658)->(0072D758)
  310. 0024:fixme:mshtml:nsChannel_GetContentLength (0C616658)->(0072D6F8)
  311. 0024:fixme:mshtml:nsCacheInfoChannel_GetCacheTokenExpirationTime (0C6168F8)->(0072D758)
  312. 0024:fixme:mshtml:nsChannel_GetContentLength (0C6168F8)->(0072D6F8)
  313. 0024:fixme:mshtml:nsChannel_GetContentLength (0C6169D8)->(0072D8F8)
  314. 0024:fixme:mshtml:nsChannel_GetContentLength (0C616A48)->(0072D8F8)
  315. 2563 is still running. Continuing to check directory...
  316. Checking directory size...
  317. 0024:fixme:mshtml:nsChannel_GetContentLength (0C616AB8)->(0072DC18)
  318. 0024:fixme:mshtml:nsChannel_GetContentLength (0C742D88)->(0072DC18)
  319. 0024:fixme:mshtml:nsChannel_GetContentLength (0C616C08)->(0072D8F8)
  320. 0024:fixme:mshtml:nsChannel_GetContentLength (0C616B28)->(0072D8F8)
  321. 0024:fixme:mshtml:nsChannel_GetContentLength (0C742DF8)->(0072D8F8)
  322. 0024:fixme:mshtml:nsChannel_GetContentLength (0C742ED8)->(0072D8F8)
  323. 0024:fixme:mshtml:nsChannel_GetContentLength (0C742FB8)->(0072D8F8)
  324. 0024:fixme:mshtml:nsChannel_GetContentLength (0C743028)->(0072DC18)
  325. 2563 is still running. Continuing to check directory...
  326. Checking directory size...
  327. 0024:fixme:mshtml:nsChannel_GetContentLength (0C7432C8)->(0072D8F8)
  328. 0024:fixme:mshtml:nsChannel_GetContentLength (0C616C78)->(0072D8F8)
  329. 0024:fixme:mshtml:nsChannel_GetContentLength (0C743488)->(0072D8F8)
  330. 0024:fixme:mshtml:nsChannel_GetContentLength (0C743728)->(0072D8F8)
  331. 0024:fixme:mshtml:nsChannel_GetContentLength (0C743568)->(0072D8F8)
  332. 0024:fixme:mshtml:nsChannel_GetContentLength (0C7438E8)->(0072D8F8)
  333. 0024:fixme:mshtml:nsChannel_GetContentLength (0C7431E8)->(0072DC18)
  334. 0024:fixme:mshtml:nsChannel_GetContentLength (0C743648)->(0072D8F8)
  335. 2563 is still running. Continuing to check directory...
  336. Checking directory size...
  337. 0024:fixme:mshtml:nsChannel_GetContentLength (0C7433A8)->(0072D8F8)
  338. 0024:fixme:mshtml:nsChannel_GetContentLength (0C743108)->(0072DC18)
  339. 0024:fixme:mshtml:nsChannel_GetContentLength (0C743798)->(0072DC18)
  340. 0024:fixme:mshtml:nsChannel_GetContentLength (0C743808)->(0072DC18)
  341. 0024:fixme:mshtml:nsChannel_GetContentLength (0C7435D8)->(0072DC18)
  342. 0024:fixme:mshtml:nsChannel_GetContentLength (0C74C490)->(0072D8F8)
  343. 0024:fixme:mshtml:nsChannel_GetContentLength (0C743AA8)->(0072D8F8)
  344. 0024:fixme:mshtml:nsChannel_GetContentLength (0C7439C8)->(0072DC18)
  345. 2563 is still running. Continuing to check directory...
  346. Checking directory size...
  347. 0024:fixme:mshtml:nsChannel_GetContentLength (0C74C3B0)->(0072DC18)
  348. 0024:fixme:mshtml:nsChannel_GetContentLength (0C74C650)->(0072D8F8)
  349. 0024:fixme:mshtml:nsChannel_GetContentLength (0C74C2D0)->(0072D8F8)
  350. 0024:fixme:mshtml:nsChannel_GetContentLength (0C74C730)->(0072D8F8)
  351. 0024:fixme:mshtml:nsChannel_GetContentLength (0C74C570)->(0072D8F8)
  352. 0024:fixme:mshtml:nsChannel_GetContentLength (0C74C880)->(0072DC18)
  353. 0024:fixme:mshtml:nsChannel_GetContentLength (0C74C810)->(0072D8F8)
  354. 0024:fixme:imm:ImeSetActiveContext himc 00010062, flag 0x1 stub!
  355. 00c4:fixme:imm:ImeSetActiveContext himc 0000000000010026, flag 0 stub!
  356. 010c:fixme:oleacc:find_class_data unhandled window class: L"#32770"
  357. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  358. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  359. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 0000000000920588, 0000000001B2FAA0: stub!
  360. 010c:fixme:oleacc:find_class_data unhandled window class: L"Static"
  361. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  362. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  363. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 00000000009206A8, 0000000001B2F940: stub!
  364. 0024:fixme:mshtml:nsUploadChannel_SetUploadStream Unsupported acontentLength = 51
  365. 0024:fixme:mshtml:nsHttpChannelInternal_SetResponseTimeoutEnabled (1DD6DC38)->(0)
  366. 0024:fixme:mshtml:nsHttpChannelInternal_SetBlockAuthPrompt (1DD6DC38)->(0)
  367. 0024:fixme:mshtml:nsChannel_AsyncOpen2 (1DD6DC38)->(0CBFC498)
  368. 010c:fixme:oleacc:find_class_data unhandled window class: L"Button"
  369. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  370. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  371. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
  372. 0024:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 12
  373. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000093B7C8, 0000000001B2F940: stub!
  374. 010c:fixme:oleacc:find_class_data unhandled window class: L"Static"
  375. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  376. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  377. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000093B848, 0000000001B2F940: stub!
  378. 010c:fixme:oleacc:find_class_data unhandled window class: L"Static"
  379. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  380. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  381. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000093B8C8, 0000000001B2FAA0: stub!
  382. 010c:fixme:oleacc:find_class_data unhandled window class: L"Button"
  383. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  384. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  385. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000093B948, 0000000001B2FAA0: stub!
  386. 010c:fixme:oleacc:find_class_data unhandled window class: L"Static"
  387. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  388. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  389. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000093B9C8, 0000000001B2FAA0: stub!
  390. 010c:fixme:oleacc:find_class_data unhandled window class: L"Button"
  391. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  392. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  393. 010c:fixme:uiautomation:uia_element_GetCurrentPropertyValueEx Default property values currently unimplemented
  394. 010c:fixme:uiautomation:uia_element_GetCurrentPropertyValueEx Default property values currently unimplemented
  395. 010c:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002
  396. 010c:fixme:uiautomation:nc_provider_GetPatternProvider 0000000000924B80, 10002, 0000000001B2ECA0: stub
  397. 010c:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000924AF0, 10002, 0000000001B2ECA0: stub
  398. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  399. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  400. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000093BA48, 0000000001B2FAA0: stub!
  401. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  402. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  403. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000093BAC8, 0000000001B2FAA0: stub!
  404. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  405. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  406. 010c:fixme:uiautomation:msaa_fragment_get_FragmentRoot 000000000093BB48, 0000000001B2FAA0: stub!
  407. 2563 is still running. Continuing to check directory...
  408. Checking directory size...
  409. 010c:fixme:oleacc:find_class_data unhandled window class: L"#32770"
  410. 010c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented.
  411. 010c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024
  412. 010c:fixme:uiautomation:uia_element_GetCurrentPropertyValueEx Default property values currently unimplemented
  413. 010c:fixme:uiautomation:uia_element_GetCurrentPropertyValueEx Default property values currently unimplemented
  414. 010c:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002
  415. 010c:fixme:uiautomation:nc_provider_GetPatternProvider 00000000009257D0, 10002, 0000000001B2ECA0: stub
  416. 010c:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000925740, 10002, 0000000001B2ECA0: stub
  417.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement