Trying to install MS Office 365 on Linux using Wine - Help needed

getting stuck at this step

 wine ./setup.exe /download foo.xml

output is below

002c:fixme:winediag:__wine_start_process Wine Staging 5.15 is a testing version containing experimental patches.
002c:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org.
0024:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
0024:fixme:ntdll:EtwEventRegister ({a019725f-cff1-47e8-8c9e-8fe2635b6388}, 0043A200, 004E52E8, 004EB508) stub.
0024:fixme:sync:SetWaitableTimerEx (0000007C, 0031C924, 0, 00000000, 00000000, 00000000, 320) semi-stub
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 for dll L"C:\\windows\\system32\\msxml6.dll"
0024:err:ole:CoGetClassObject no class object {88d96a05-f192-11d4-a65f-0040963251e5} could be created for context 0x1
00c4:fixme:win:RegisterPowerSettingNotification (0x3004a,{245d8541-3943-4422-b025-13a784f679b7},0): stub
00c4:fixme:win:RegisterPowerSettingNotification (0x3004a,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub
00c4:fixme:win:RegisterPowerSettingNotification (0x3004a,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub
00c4:fixme:win:RegisterPowerSettingNotification (0x3004a,{98a7f580-01f7-48aa-9c0f-44352c29e5c0},0): stub
00c4:fixme:win:RegisterPowerSettingNotification (0x3004a,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
00c4:fixme:win:RegisterPowerSettingNotification (0x3004a,{3c0f4548-c03f-4c4d-b9f2-237ede686376},0): stub

foo.xml setup

<Configuration>
  <Add OfficeClientEdition="64">
    <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
    </Product>
  </Add>  
</Configuration>

I assume that is the 64 bit version? That probably won’t work if you actually set your prefix to 32 :stuck_out_tongue: That’s why it said “for x86 mode” :smiley:

1 Like

hmmmm same issue when I change it to 32 bit
image

wine ./setup.exe /download foo.xml
002c:fixme:winediag:__wine_start_process Wine Staging 5.15 is a testing version containing experimental patches.
002c:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org.
0024:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub
0024:fixme:ntdll:EtwEventRegister ({a019725f-cff1-47e8-8c9e-8fe2635b6388}, 0043A200, 004E52E8, 004EB508) stub.
0024:fixme:sync:SetWaitableTimerEx (0000007C, 0031C924, 0, 00000000, 00000000, 00000000, 320) semi-stub
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 for dll L"C:\\windows\\system32\\msxml6.dll"
0024:err:ole:CoGetClassObject no class object {88d96a05-f192-11d4-a65f-0040963251e5} could be created for context 0x1
00c8:fixme:win:RegisterPowerSettingNotification (0x3004a,{245d8541-3943-4422-b025-13a784f679b7},0): stub
00c8:fixme:win:RegisterPowerSettingNotification (0x3004a,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub
00c8:fixme:win:RegisterPowerSettingNotification (0x3004a,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub
00c8:fixme:win:RegisterPowerSettingNotification (0x3004a,{98a7f580-01f7-48aa-9c0f-44352c29e5c0},0): stub
00c8:fixme:win:RegisterPowerSettingNotification (0x3004a,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
00c8:fixme:win:RegisterPowerSettingNotification (0x3004a,{3c0f4548-c03f-4c4d-b9f2-237ede686376},0): stub
00c8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
00c8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
00c8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
00c8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
00c8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
00c8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
0024:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
bedhedd@thinkfed-e570 ~/Documents [255]> 0078:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003

uh wait I just noticed… you’re executing wine from the terminal right? That will use the system wine prefix (unless you specify the wineprefix location by setting WINEPREFIX= before executing it), not the one you created in q4wine. So that doesn’t have your winetricks.

Maybe you’ll have more luck doing it with your prefix. Right-Click the prefix in q4wine -> Run… -> Browse… for “Program” use the setup, and then for arguments /download /path/to/foo.xml. Should work? Not sure.

uuuuhhhh you are actually correct, I tried q4wine and no errors came up.

q4wine ./setup.exe /download foo.xml
q4wine ./setup.exe /configure foo.xml

When I switched to the x86 version I was able to get it running
image
image

1 Like

What’s the shot at the bottom then? Was that still from the x64 version?

Also yeah, whenever you check AppDB for some guides or fixes they assume you are running everything in the default system prefix. So you’ll have to just adjust for that.

That also works, but I don’t know how this selects the prefix when you have multiple prefixes configured in it (which is sort of the whole point, q4wine is mainly meant to manage multiple prefixes).

the shot is from the x86 version

Then I am a bit confused… you said you were able to get it running, but the shot says it couldn’t be installed? Huh? :smiley:

this command got good, but then I get the second shot

OOhhh OK that makes more sense :smiley:
Mh, not sure what that could be… the download part seems to have done something judging by the messed up font, but not sure how to fix the configure part :confused:

hmmm
looking up the error code leads to the following page

https://answers.microsoft.com/en-us/msoffice/forum/msoffice_install-mso_win10-mso_365hp/office-365-install-error-30023-1011-2147746132/5c9ff091-5c1e-41ed-9e43-7ae18eb31aa9

the answer leads to the following page


the issue office is running into is either not enough hard drive space or no network connection

what do I need to configure for drive and network?

I mean that’s what the error says already (but so does the other one you had earlier) :sweat_smile:

Well I assume you checked your storage space so that leaves network. Not sure what that could be thought since i never ran into that. Maybe try playing around with the firewall rules? Doubt that’s it but… y’know :confused:

do I need to give wine more space on my drive? Because my drive has 14.6gb of space out of 52gb

WINE doesn’t have space on the drive per se, it just maps your physical drives to a drive letter in the prefix. Z: is typically your root. C: is the drive_c directory inside your prefix. So essentially your “Windows” drive will be as large as whatever drive you put the prefix on.

I don’t know how much space Office wants, but 15 gig sounds excessive (but then again… Microsoft).

1 Like

so running

 q4wine ./setup.exe /download foo.xml

gives me a notification, but running

q4wine ./setup.exe /configure foo.xml

does not give a notification, so my assumption is that the configure doesn’t work

uuuuuuuh, I added the dlls to the additional options

dll list
msxml3
msxml6
riched30

and I got it launched to this screen, I think it is working? The progress bar is moving

initial


as I wrote the post

this broken window when I preview it says
office is installing in the background 0%
image

fingers crossed it actually installs… then dear lord would this have been a real pain in the neck

1 Like

Not sure what additional options you mean, the winecfg stuff? That should be covered by winetricks, weird :thinking:

I meant the dll overrides tab, for what ever reason that seemed to get it to launch using the built in override.

The issue I was getting earlier

was solved by using the overide dlls. I tested it again without the native dlls, and it seemed to throw the same quoted error

I also used a download from a different link from the admin link
https://admin.microsoft.com/account#home

The issue now is figuring out the error outputs

002c:fixme:winediag:start_process Wine Staging 5.15 is a testing version containing experimental patches.
002c:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
00ac:fixme:ntdll:EtwEventRegister ({8736922d-e8b2-47eb-8564-23e77e728cf3}, 005FB79C, 00AB0550, 00AB0550) stub.
00ac:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
00ac:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031FD8C 1 C) semi-stub
00ac:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031FDA8 1 C) semi-stub
00ac:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
00ac:fixme:ntdll:EtwEventRegister ({a019725f-cff1-47e8-8c9e-8fe2635b6388}, 005FB79C, 00AB2B10, 00AB2B10) stub.
00ac:fixme:ntdll:EtwEventRegister ({f50d9315-e17e-43c1-8370-3edf6cc057be}, 006AE6FA, 00AB2AD8, 00AB2AD8) stub.
00ac:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
00ac:fixme:ntdll:EtwEventRegister ({e6aec961-a5e0-5560-a860-15edd6b70f6c}, 004A4243, 00AB0518, 00AB0530) stub.
00ac:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0097A2B1, 56) stub
00ac:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
00ac:fixme:ver:GetCurrentPackageId (0031F518 00000000): stub
00ac:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031EFC8 1 C) semi-stub
00ac:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031EE78 1 C) semi-stub
00ac:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031EE18 1 C) semi-stub
00ac:fixme:msi:open_userdata_comp_key only looking at the current user
00ac:fixme:msi:open_userdata_comp_key only looking at the current user
00ac:fixme:msi:open_userdata_comp_key only looking at the current user
00ac:fixme:msi:open_userdata_comp_key only looking at the current user
00ac:fixme:msi:open_userdata_comp_key only looking at the current user
00ac:fixme:nls:get_dummy_preferred_ui_language (0x8 0031F130 00000000 0031F12C) returning a dummy value (current locale)
00ac:fixme:nls:get_dummy_preferred_ui_language (0x8 0031F130 00ADAB38 0031F12C) returning a dummy value (current locale)
00ac:fixme:ntdll:EtwEventRegister ({559a5658-8100-4d84-b756-0a47a476280c}, 005FB79C, 00AB2AA0, 00AB2AA0) stub.
00ac:fixme:ntdll:EtwEventRegister ({02fd33df-f746-4a10-93a0-2bc6273bc8e4}, 005FB79C, 00ACEF88, 00AE59C8) stub.
00b0:fixme:xmllite:xmlreader_SetProperty Unimplemented property (18)
00ac:fixme:sync:SetWaitableTimerEx (000000A4, 0031F4D0, 0, 00000000, 00000000, 00000000, 7644570) semi-stub
00b0:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
00b0:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
00b0:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
00b0:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
00c4:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x219ee94 0x219ee90
00c4:fixme:reg:NtSetInformationKey (0x150,0x00000002,0x219e8e0,0x00000004) stub
00c4:fixme:ntdll:EtwEventRegister ({8736922d-e8b2-47eb-8564-23e77e728cf3}, 0233B6FA, 0255B1A8, 0255B1A8) stub.
00c4:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
00c4:fixme:rpc:RpcServerRegisterIf3 Unsupported SecurityDescriptor argument.
00c4:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0219E46C 1 C) semi-stub
00c4:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0219E31C 1 C) semi-stub
00c4:fixme:rpc:RpcServerRegisterIf3 Unsupported SecurityDescriptor argument.
00d8:fixme:netprofm:list_manager_QueryInterface interface {e19c7100-9709-4db7-9373-e7b518b47086} not implemented
00d8:fixme:netprofm:connection_point_Advise 01208030, 00F55368, 02E3FB24 - semi-stub
0024:fixme:ntdll:EtwEventRegister ({8736922d-e8b2-47eb-8564-23e77e728cf3}, 00465574, 008316E8, 008316E8) stub.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
0024:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0024:fixme:ntdll:EtwEventRegister ({a019725f-cff1-47e8-8c9e-8fe2635b6388}, 00465574, 008318A8, 008318A8) stub.
0024:fixme:ntdll:EtwEventRegister ({f50d9315-e17e-43c1-8370-3edf6cc057be}, 00524AAB, 00831720, 00831720) stub.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
0024:fixme:ntdll:EtwEventRegister ({e6aec961-a5e0-5560-a860-15edd6b70f6c}, 00401000, 008317C0, 008317D8) stub.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 007E5359, 56) stub
0024:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0024:fixme:ver:GetCurrentPackageId (0031EEDC 00000000): stub
0024:fixme:msi:open_userdata_comp_key only looking at the current user
0024:fixme:msi:open_userdata_comp_key only looking at the current user
0024:fixme:msi:open_userdata_comp_key only looking at the current user
0024:fixme:msi:open_userdata_comp_key only looking at the current user
0024:fixme:msi:open_userdata_comp_key only looking at the current user
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0031EAE0 00000000 0031EADC) returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0031EAE0 008506B8 0031EADC) returning a dummy value (current locale)
0024:fixme:ntdll:EtwEventRegister ({559a5658-8100-4d84-b756-0a47a476280c}, 00465574, 00831780, 00831780) stub.
0024:fixme:ntdll:EtwEventRegister ({02fd33df-f746-4a10-93a0-2bc6273bc8e4}, 00465574, 00832038, 00850B08) stub.
0024:fixme:sync:SetWaitableTimerEx (000000B8, 0031EEF8, 0, 00000000, 00000000, 00000000, 7644570) semi-stub
00f0:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
00f0:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
00f0:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
00f0:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
00f0:fixme:xmllite:xmlreader_SetProperty Unimplemented property (18)
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
010c:fixme:powershell:wmain stub: L"C:\\windows\\system32\\WindowsPowershell\\v1.0\\powershell.exe" L"-NoProfile" L"$package = Get-AppxPackage Microsoft.Office.Desktop -allUsers; if (!$package) { $Error.Add(\"Package is not installed\")}; if ($error.Count -eq 0) { Out-File -FilePath 'C:\\users\\bedhedd\\Temp\\Office.ValidateResult.scratch' -InputObject '1' -Encoding ascii; } else { Out-File -FilePath '"...
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
011c:fixme:powershell:wmain stub: L"C:\\windows\\system32\\WindowsPowershell\\v1.0\\powershell.exe" L"-NoProfile" L"$package = Get-AppxPackage Microsoft.Office.Desktop -allUsers; if (!$package) { $Error.Add(\"Package is not installed\")}; if ($error.Count -eq 0) { Out-File -FilePath 'C:\\users\\bedhedd\\Temp\\Office.ValidateResult.scratch' -InputObject '1' -Encoding ascii; } else { Out-File -FilePath '"...
0024:fixme:ole:CoEnableCallCancellation (00000000): stub
0024:err:ole:create_server class {5b99fa76-721c-423c-adac-56d03c8a8007} not registered
0024:err:ole:CoGetClassObject no class object {5b99fa76-721c-423c-adac-56d03c8a8007} could be created for context 0x4
00f8:fixme:powrprof:PowerDeterminePlatformRole stub
0060:fixme:mountmgr:query_property Unsupported property 0x7
00f8:fixme:ntdll:NtQuerySystemInformation (0x000000c9,0x1aff718,0x00000004,(nil)) stub
00f8:fixme:bcrypt:BCryptCreateHash ignoring object buffer
0024:fixme:wintrust:SOFTPUB_VerifyImageHash Cannot verify hash for pszObjId="1.3.6.1.4.1.311.2.1.28"
0024:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
0024:fixme:iphlpapi:CreateSortedAddressPairs (src_list (nil) src_count 0 dst_list 0x15cec20 dst_count 9 options 0 pair_list 0x31e020 pair_count 0x31e018): stub
0024:fixme:iphlpapi:CreateSortedAddressPairs only mapped IPv4 addresses are supported
0140:fixme:ntdll:EtwEventRegister ({8736922d-e8b2-47eb-8564-23e77e728cf3}, 005FB79C, 00AB0550, 00AB0550) stub.
0140:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
0140:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031FD8C 1 C) semi-stub
0140:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031FDA8 1 C) semi-stub
0140:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub
0140:fixme:ntdll:EtwEventRegister ({a019725f-cff1-47e8-8c9e-8fe2635b6388}, 005FB79C, 00AB2B10, 00AB2B10) stub.
0140:fixme:ntdll:EtwEventRegister ({f50d9315-e17e-43c1-8370-3edf6cc057be}, 006AE6FA, 00AB2AD8, 00AB2AD8) stub.
0140:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
0140:fixme:ntdll:EtwEventRegister ({e6aec961-a5e0-5560-a860-15edd6b70f6c}, 004A4243, 00AB0518, 00AB0530) stub.
0140:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0097A2B1, 56) stub
0140:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0140:fixme:ver:GetCurrentPackageId (0031F518 00000000): stub
0140:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031EFC8 1 C) semi-stub
0140:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031EE78 1 C) semi-stub
0140:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031EE18 1 C) semi-stub
0140:fixme:msi:open_userdata_comp_key only looking at the current user
0140:fixme:msi:open_userdata_comp_key only looking at the current user
0140:fixme:msi:open_userdata_comp_key only looking at the current user
0140:fixme:msi:open_userdata_comp_key only looking at the current user
0140:fixme:msi:open_userdata_comp_key only looking at the current user
0140:fixme:nls:get_dummy_preferred_ui_language (0x8 0031F130 00000000 0031F12C) returning a dummy value (current locale)
0140:fixme:nls:get_dummy_preferred_ui_language (0x8 0031F130 00ADAB38 0031F12C) returning a dummy value (current locale)
0140:fixme:ntdll:EtwEventRegister ({559a5658-8100-4d84-b756-0a47a476280c}, 005FB79C, 00AB2AA0, 00AB2AA0) stub.
0140:fixme:ntdll:EtwEventRegister ({02fd33df-f746-4a10-93a0-2bc6273bc8e4}, 005FB79C, 00ACEF88, 00AE59C8) stub.
0140:fixme:sync:SetWaitableTimerEx (000000BC, 0031F4D0, 0, 00000000, 00000000, 00000000, 7644070) semi-stub
0144:fixme:xmllite:xmlreader_SetProperty Unimplemented property (18)
0144:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
0144:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
0144:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
0144:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
0140:fixme:reg:NtSetInformationKey (0x148,0x00000002,0x31ebf0,0x00000004) stub
0140:fixme:rpc:RpcServerRegisterIf3 Unsupported SecurityDescriptor argument.
0160:fixme:ntdll:EtwEventRegister ({8736922d-e8b2-47eb-8564-23e77e728cf3}, 02310FBD, 0244A220, 0244A220) stub.
0160:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
0160:fixme:ver:GetCurrentPackageId (022AE8C0 00000000): stub
0160:fixme:nls:get_dummy_preferred_ui_language (0x8 022AE81C 00000000 022AE818) returning a dummy value (current locale)
0160:fixme:nls:get_dummy_preferred_ui_language (0x8 022AE81C 02453E70 022AE818) returning a dummy value (current locale)
0050:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=00000000): stub
0170:fixme:ole:NdrCorrelationInitialize (0270E56C, 0270E058, 1024, 0x0): semi-stub
0178:fixme:ole:NdrCorrelationInitialize (0327F818, 0327F8F4, 1024, 0x0): semi-stub
0178:fixme:ole:NdrCorrelationFree (0327F818): stub
0170:fixme:ole:NdrCorrelationFree (0270E56C): stub
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0050:fixme:explorer:webbrowser_QueryInterface (0041E20C)->({00000003-0000-0000-c000-000000000046} 0069E7EC) interface not supported
0050:fixme:explorer:webbrowser_QueryInterface (0041E20C)->({00000003-0000-0000-c000-000000000046} 0069E754) interface not supported
0050:fixme:explorer:webbrowser_QueryInterface (0041E20C)->({00000019-0000-0000-c000-000000000046} 00AB9A20) interface not supported
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
01b8:fixme:ntdll:EtwEventRegister ({8736922d-e8b2-47eb-8564-23e77e728cf3}, 00499985, 0116B170, 0116B170) stub.
01b8:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
01b8:fixme:ntdll:EtwEventRegister ({a019725f-cff1-47e8-8c9e-8fe2635b6388}, 00499985, 0116B080, 0116B080) stub.
01b8:fixme:ntdll:EtwEventRegister ({f50d9315-e17e-43c1-8370-3edf6cc057be}, 006C39F9, 0116B1A8, 0116B1A8) stub.
01b8:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
01b8:fixme:ntdll:EtwEventRegister ({e6aec961-a5e0-5560-a860-15edd6b70f6c}, 00401000, 0116B040, 0116B058) stub.
01b8:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 010CAA49, 56) stub
01b8:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
01b8:fixme:ver:GetCurrentPackageId (0031F858 00000000): stub
01b8:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031F328 1 C) semi-stub
01b8:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031F1D8 1 C) semi-stub
01b8:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031F178 1 C) semi-stub
01b8:fixme:d2d:d2d_factory_init Ignoring factory type 0x1.
01b8:fixme:wtsapi:WTSRegisterSessionNotification Stub 000100B0 0x00000000
01b8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01b8:fixme:system:GetDisplayConfigBufferSizes (0x2 0x31f5d8 0x31f5d4): semi-stub
01b8:fixme:system:GetDisplayConfigBufferSizes (0x2 0x31f5d8 0x31f5d4): semi-stub
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:nls:get_dummy_preferred_ui_language (0x8 0031F464 00000000 0031F460) returning a dummy value (current locale)
01b8:fixme:nls:get_dummy_preferred_ui_language (0x8 0031F464 011AE668 0031F460) returning a dummy value (current locale)
01b8:fixme:seh:WerRegisterFile (L"C:\\users\\bedhedd\\Temp\\{C1240C82-13A3-4A0A-BDA4-FDC5068DC9D4} - OProcSessId.dat", 2, 3) stub
01b8:fixme:ntdll:EtwEventRegister ({559a5658-8100-4d84-b756-0a47a476280c}, 00499985, 0116AFF8, 0116AFF8) stub.
01b8:fixme:ntdll:EtwEventRegister ({02fd33df-f746-4a10-93a0-2bc6273bc8e4}, 00499985, 0116B500, 011ADD08) stub.
01b8:fixme:sync:SetWaitableTimerEx (000000C4, 0031F85C, 0, 00000000, 00000000, 00000000, 7643820) semi-stub
027c:fixme:xmllite:xmlreader_SetProperty Unimplemented property (18)
027c:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
027c:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
027c:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
027c:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
027c:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (04DAF248 1 C) semi-stub
01b8:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0031F394 1 C) semi-stub
01b8:fixme:ntdll:EtwEventRegister ({8736922d-e8b2-47eb-8564-23e77e728cf3}, 05030FBD, 0516A220, 0516A220) stub.
01b8:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
01b8:fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
01b8:fixme:ntdll:EtwEventRegister ({f562bb8e-422d-4b5c-b20e-90d710f7d11c}, 00499985, 01170448, 01170448) stub.
01b8:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
01b8:fixme:ntdll:EtwEventRegister ({b4f150b4-67db-4742-8846-2cd7b16ee60e}, 00499985, 0116E3C0, 0116E3C0) stub.
01b8:fixme:win:RegisterPointerDeviceNotifications (0x100c2 0): stub
01b8:fixme:wtsapi:WTSRegisterSessionNotificationEx Stub 00000000 000100C2 0x00000000
01b8:fixme:ver:GetCurrentPackageId (0031EDB8 00000000): stub
01b8:fixme:nls:get_dummy_preferred_ui_language (0x8 0031ED14 00000000 0031ED10) returning a dummy value (current locale)
01b8:fixme:nls:get_dummy_preferred_ui_language (0x8 0031ED14 05173E70 0031ED10) returning a dummy value (current locale)
01b8:fixme:win:RegisterTouchHitTestingWindow (0x100ce 1): stub
0294:fixme:combase:RoGetActivationFactory (L"Windows.Security.Isolation.IsolatedWindowsEnvironmentHost", {2c0e22c7-05a0-517a-b81c-6ee8790c381f}, 02E3E9BC): semi-stub
0294:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Security.Isolation.IsolatedWindowsEnvironmentHost"
0294:fixme:combase:GetRestrictedErrorInfo (02E3E964)
0294:fixme:combase:RoOriginateLanguageException (80040150 L"" 00000000) stub
0294:fixme:combase:GetRestrictedErrorInfo (02E3E964)
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:msi:open_userdata_comp_key only looking at the current user
01b8:fixme:richedit:REExtendedRegisterClass semi stub
01b8:fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
01b8:fixme:richedit:ME_HandleMessage EM_GETLANGOPTIONS: stub
01b8:fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
01b8:fixme:msctf:SetInputScope STUB: 000100DC 0
0298:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x20.
0298:fixme:d3d11:d3d11_device_CheckFeatureSupport Returning fake Options support data.
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
01b8:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x30.
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
01b8:fixme:win:RegisterTouchHitTestingWindow (0x100e0 1): stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
01b8:fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub
01b8:fixme:richedit:ME_HandleMessage EM_GETLANGOPTIONS: stub
01b8:fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
01b8:fixme:msctf:SetInputScope STUB: 000100E8 0
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
01b8:fixme:ole:NdrCorrelationInitialize (0031E1E0, 0031DCCC, 1024, 0x0): semi-stub
01b8:fixme:ole:NdrCorrelationFree (0031E1E0): stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a0:fixme:ntdll:EtwEventRegister ({8736922d-e8b2-47eb-8564-23e77e728cf3}, 0042490A, 007CCCB0, 007CCCB0) stub.
02a0:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
01b8:fixme:explorerframe:taskbar_list_SetProgressState iface 02ACFB38, hwnd 000300D4, flags 1 stub!
01b8:fixme:win:IsWindowRedirectedForPrint (0x100e0): stub
01b8:fixme:win:IsWindowRedirectedForPrint (0x200de): stub
01b8:fixme:win:IsWindowRedirectedForPrint (0x300d4): stub
01b8:fixme:win:IsWindowRedirectedForPrint (0x100ca): stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:dxgi:wined3d_swapchain_desc_from_dxgi Ignoring scaling 0x1.
02a8:fixme:dxgi:wined3d_swapchain_desc_from_dxgi Ignoring alpha mode 0.
02a8:fixme:d3d:wined3d_swapchain_init The application requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if possible.
02a8:fixme:d3d:wined3d_swapchain_init Unimplemented swap effect 0x3.
02a8:fixme:dxgi:d3d11_swapchain_GetDesc Ignoring ScanlineOrdering and Scaling.
02a8:fixme:dxgi:d3d11_swapchain_SetBackgroundColor iface 0x2a39c68, color 0x5b9fc18 stub!
02a8:fixme:d3d11:d3d11_immediate_context_DiscardView1 iface 028163B0, view 02AD35F0, rects 05B9FC88, num_rects 1 stub!
02a4:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
02a8:fixme:dwmapi:DwmIsCompositionEnabled 05B9FCEC
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a0:fixme:ntdll:EtwEventRegister ({a019725f-cff1-47e8-8c9e-8fe2635b6388}, 0042490A, 007CD7C0, 007CD7C0) stub.
02a0:fixme:ntdll:EtwEventRegister ({f50d9315-e17e-43c1-8370-3edf6cc057be}, 00455003, 007CCCE8, 007CCCE8) stub.
02a0:fixme:ntdll:EtwEventSetInformation (deadbeef, 0, 00000000, 0) stub
02a0:fixme:ntdll:EtwEventRegister ({e6aec961-a5e0-5560-a860-15edd6b70f6c}, 00401000, 007CD780, 007CD798) stub.
02a0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 007983B1, 56) stub
02a0:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
02a0:fixme:ver:GetCurrentPackageId (0031F590 00000000): stub
02a0:fixme:msi:open_userdata_comp_key only looking at the current user
02a0:fixme:msi:open_userdata_comp_key only looking at the current user
02a0:fixme:msi:open_userdata_comp_key only looking at the current user
02a0:fixme:msi:open_userdata_comp_key only looking at the current user
02a0:fixme:msi:open_userdata_comp_key only looking at the current user
02a0:fixme:ntdll:EtwEventRegister ({559a5658-8100-4d84-b756-0a47a476280c}, 0042490A, 007CEF00, 007CEF00) stub.
02a0:fixme:ntdll:EtwEventRegister ({02fd33df-f746-4a10-93a0-2bc6273bc8e4}, 0042490A, 007CEFE8, 007E5AC8) stub.
02a0:fixme:sync:SetWaitableTimerEx (0000008C, 0031F840, 0, 00000000, 00000000, 00000000, 1320) semi-stub
02b4:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
02b4:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
02b4:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
02b4:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
02b4:fixme:xmllite:xmlreader_SetProperty Unimplemented property (18)
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
01c0:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (02D1FA6C 1 C) semi-stub
01c0:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (02D1FA9C 1 C) semi-stub
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
0318:fixme:combase:RoGetActivationFactory (L"Windows.Networking.Connectivity.NetworkInformation", {5074f851-950d-4165-9c15-365619481eea}, 03C144BC): semi-stub
0318:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Networking.Connectivity.NetworkInformation"
00b4:fixme:win:RegisterPowerSettingNotification (0x10030,{245d8541-3943-4422-b025-13a784f679b7},0): stub
00b4:fixme:win:RegisterPowerSettingNotification (0x10030,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub
00b4:fixme:win:RegisterPowerSettingNotification (0x10030,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub
00b4:fixme:win:RegisterPowerSettingNotification (0x10030,{98a7f580-01f7-48aa-9c0f-44352c29e5c0},0): stub
00b4:fixme:win:RegisterPowerSettingNotification (0x10030,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
00b4:fixme:win:RegisterPowerSettingNotification (0x10030,{3c0f4548-c03f-4c4d-b9f2-237ede686376},0): stub
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
01b8:fixme:explorerframe:taskbar_list_SetProgressValue iface 02ACFB38, hwnd 000300D4, ullCompleted 3a, ullTotal 64 stub!
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a8:fixme:d3d11:d3d11_immediate_context_DiscardView1 iface 028163B0, view 02AD35F0, rects 05B9FC88, num_rects 1 stub!
02a8:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x5b9fcf8.
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
00b8:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01F7EF28 1 C) semi-stub
00b8:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01F7EF88 1 C) semi-stub
00b8:fixme:file:NtLockFile I/O completion on lock not implemented yet
00b8:fixme:combase:RoGetActivationFactory (L"Windows.Security.Authentication.OnlineId.OnlineIdSystemAuthenticator", {85047792-f634-41e3-96a4-5164e902c740}, 01F7F2C4): semi-stub
00b8:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Security.Authentication.OnlineId.OnlineIdSystemAuthenticator"
00b8:fixme:reg:NtQueryLicenseValue License key L"Microsoft-Windows-Container-License-Mode" not found
00f4:fixme:win:RegisterPowerSettingNotification (0x10070,{245d8541-3943-4422-b025-13a784f679b7},0): stub
00f4:fixme:win:RegisterPowerSettingNotification (0x10070,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub
00f4:fixme:win:RegisterPowerSettingNotification (0x10070,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub
00f4:fixme:win:RegisterPowerSettingNotification (0x10070,{98a7f580-01f7-48aa-9c0f-44352c29e5c0},0): stub
00f4:fixme:win:RegisterPowerSettingNotification (0x10070,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
00f4:fixme:win:RegisterPowerSettingNotification (0x10070,{3c0f4548-c03f-4c4d-b9f2-237ede686376},0): stub
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
02a0:fixme:urlmon:SecManagerImpl_ProcessUrlAction Unsupported arguments
036c:fixme:winspool:UploadPrinterDriverPackageW (null), L"C:\\Program Files\\Microsoft Office\\root\\Office16\\OneNote\\\\prnms006.inf", (null), 1, 0x10020, 0x19ff538, 0x19ff534
036c:fixme:winspool:UploadPrinterDriverPackageW (null), L"C:\\Program Files\\Microsoft Office\\root\\Office16\\OneNote\\\\prnSendToOneNote_Win7.inf", (null), 1, 0x10020, 0x19ff538, 0x19ff534
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 0173F568 01B0F63C
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 0173F568 01B0F63C
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 01802BB8 01B0FAA0
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 01802BB8 01B0FAA0
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 017453C8 01B0F63C
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 017453C8 01B0F63C
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 0173D3A8 01B0FAA0
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 0173D3A8 01B0FAA0
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 0173F568 01B0F63C
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 0173F568 01B0F63C
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 01749540 01B0FAA0
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 01749540 01B0FAA0
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 017453C8 01B0F63C
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 017453C8 01B0F63C
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 01740208 01B0FAA0
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 01740208 01B0FAA0
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 0173F568 01B0F63C
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 0173F568 01B0F63C
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 01802BB8 01B0FAA0
0370:fixme:hnetcfg:fwpolicy2_get_CurrentProfileTypes 01802BB8 01B0FAA0
0380:fixme:propsys:PSRegisterPropertySchema L"C:\\Program Files\\Microsoft Office\\root\\Office16\\Custom.propdesc" stub
0398:fixme:wevtutil:wmain stub: L"wevtutil.exe" L"im" L"C:\\ProgramData\\Microsoft\\ClickToRun\\{9AC08E99-230B-47e8-9721-4577B7F124EA}\\wordEtw.man" L"/rf:C:\\Program Files\\Microsoft Office\\root\\Office16\\wwlib.dll" L"/mf:C:\\Program Files\\Microsoft Office\\root\\Office16\\wwlib.dll"
03a0:fixme:wevtutil:wmain stub: L"wevtutil.exe" L"im" L"C:\\ProgramData\\Microsoft\\ClickToRun\\{9AC08E99-230B-47e8-9721-4577B7F124EA}\\msoutilstat.etw.man" L"/rf:C:\\Program Files\\Microsoft Office\\root\\Office16\\msoetwres.dll" L"/mf:C:\\Program Files\\Microsoft Office\\root\\Office16\\msoetwres.dll"
03a8:fixme:wevtutil:wmain stub: L"wevtutil.exe" L"im" L"C:\\ProgramData\\Microsoft\\ClickToRun\\{9AC08E99-230B-47e8-9721-4577B7F124EA}\\AirSpace.Etw.man" L"/rf:C:\\Program Files\\Microsoft Office\\root\\VFS\\ProgramFilesCommonX86\\Microsoft Shared\\Office16\\mso.dll" L"/mf:C:\\Program Files\\Microsoft Office\\root\\VFS\\ProgramFilesCommonX86\\Microsoft Shared\\Office16\\mso.dll"
03b0:fixme:wevtutil:wmain stub: L"wevtutil.exe" L"im" L"C:\\ProgramData\\Microsoft\\ClickToRun\\{9AC08E99-230B-47e8-9721-4577B7F124EA}\\wordEtw.man" L"/rf:C:\\Program Files\\Microsoft Office\\root\\Office16\\wwlib.dll" L"/mf:C:\\Program Files\\Microsoft Office\\root\\Office16\\wwlib.dll"
03b8:fixme:wevtutil:wmain stub: L"wevtutil.exe" L"im" L"C:\\ProgramData\\Microsoft\\ClickToRun\\{9AC08E99-230B-47e8-9721-4577B7F124EA}\\AirSpace.Etw.man" L"/rf:C:\\Program Files\\Microsoft Office\\root\\VFS\\ProgramFilesCommonX86\\Microsoft Shared\\Office16\\mso.dll" L"/mf:C:\\Program Files\\Microsoft Office\\root\\VFS\\ProgramFilesCommonX86\\Microsoft Shared\\Office16\\mso.dll"
02a0:fixme:file:NtLockFile I/O completion on lock not implemented yet
014c:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01D5F3D4 1 C) semi-stub
014c:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01D5F284 1 C) semi-stub
03c8:fixme:combase:RoGetActivationFactory (L"Windows.Networking.Connectivity.NetworkInformation", {5074f851-950d-4165-9c15-365619481eea}, 00F7679C): semi-stub
03c8:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Networking.Connectivity.NetworkInformation"
0148:fixme:win:RegisterPowerSettingNotification (0x3007c,{245d8541-3943-4422-b025-13a784f679b7},0): stub
0148:fixme:win:RegisterPowerSettingNotification (0x3007c,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub
0148:fixme:win:RegisterPowerSettingNotification (0x3007c,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub
0148:fixme:win:RegisterPowerSettingNotification (0x3007c,{98a7f580-01f7-48aa-9c0f-44352c29e5c0},0): stub
0148:fixme:win:RegisterPowerSettingNotification (0x3007c,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
0148:fixme:win:RegisterPowerSettingNotification (0x3007c,{3c0f4548-c03f-4c4d-b9f2-237ede686376},0): stub
02a0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
014c:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01D5EF28 1 C) semi-stub
014c:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (01D5EF88 1 C) semi-stub
014c:fixme:file:NtLockFile I/O completion on lock not implemented yet
014c:fixme:combase:RoGetActivationFactory (L"Windows.Security.Authentication.OnlineId.OnlineIdSystemAuthenticator", {85047792-f634-41e3-96a4-5164e902c740}, 01D5F2C4): semi-stub
014c:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Security.Authentication.OnlineId.OnlineIdSystemAuthenticator"
014c:fixme:reg:NtQueryLicenseValue License key L"Microsoft-Windows-Container-License-Mode" not found
0280:fixme:win:RegisterPowerSettingNotification (0x300b6,{245d8541-3943-4422-b025-13a784f679b7},0): stub
0280:fixme:win:RegisterPowerSettingNotification (0x300b6,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub
0280:fixme:win:RegisterPowerSettingNotification (0x300b6,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub
0280:fixme:win:RegisterPowerSettingNotification (0x300b6,{98a7f580-01f7-48aa-9c0f-44352c29e5c0},0): stub
0280:fixme:win:RegisterPowerSettingNotification (0x300b6,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
0280:fixme:win:RegisterPowerSettingNotification (0x300b6,{3c0f4548-c03f-4c4d-b9f2-237ede686376},0): stub
02b8:fixme:win:RegisterPowerSettingNotification (0x100f8,{245d8541-3943-4422-b025-13a784f679b7},0): stub
02b8:fixme:win:RegisterPowerSettingNotification (0x100f8,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub
02b8:fixme:win:RegisterPowerSettingNotification (0x100f8,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub
02b8:fixme:win:RegisterPowerSettingNotification (0x100f8,{98a7f580-01f7-48aa-9c0f-44352c29e5c0},0): stub
02b8:fixme:win:RegisterPowerSettingNotification (0x100f8,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
02b8:fixme:win:RegisterPowerSettingNotification (0x100f8,{3c0f4548-c03f-4c4d-b9f2-237ede686376},0): stub
041c:fixme:heap:RtlSetHeapInformation 01280000 0 0105F15C 4 stub
02b8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
02b8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
02b8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
02b8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
02b8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
02b8:fixme:win:UnregisterPowerSettingNotification (0xdeadbeef): stub
02a0:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
02a0:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
02a0:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
02a0:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
02a0:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0031FE4C
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0294:fixme:ntdll:EtwEventRegister ({9cc69d1c-7917-4acd-8066-6bf8b63e551b}, 07295240, 07334018, 07347BC8) stub.
0294:fixme:ntdll:EtwEventRegister ({e4f68870-5ae8-4e5b-9ce7-ca9ed75b0245}, 07295240, 07334050, 07347BD0) stub.
0294:fixme:ntdll:EtwEventRegister ({fb4a19ee-eb5a-47a4-bc52-e71aac6d0859}, 07295240, 07334088, 07347C48) stub.
0294:fixme:ntdll:EtwEventRegister ({94d97311-1bbb-4e11-b43d-994da5a64dc6}, 072221B0, 0727D050, 07280688) stub.
0294:fixme:ntdll:EtwEventRegister ({9cc69d1c-7917-4acd-8066-6bf8b63e551b}, 072221B0, 0727D088, 07280670) stub.
0294:fixme:ntdll:EtwEventRegister ({fb4a19ee-eb5a-47a4-bc52-e71aac6d0859}, 072221B0, 0727D018, 07280788) stub.
0294:fixme:ntdll:EtwEventActivityIdControl 0x1, 02E3E624: stub
0294:fixme:ntdll:EtwEventRegister ({9cc69d1c-7917-4acd-8066-6bf8b63e551b}, 073C2A60, 074540C0, 074592E0) stub.
0294:fixme:ntdll:EtwEventRegister ({fb4a19ee-eb5a-47a4-bc52-e71aac6d0859}, 073C2A60, 07454050, 074592C8) stub.
0294:fixme:ntdll:EtwEventRegister ({94d97311-1bbb-4e11-b43d-994da5a64dc6}, 073C2A60, 07454088, 074592B0) stub.
0294:fixme:ntdll:EtwEventRegister ({9cc69d1c-7917-4acd-8066-6bf8b63e551b}, 074BFF30, 07514050, 0752A2A0) stub.
0294:fixme:ntdll:EtwEventRegister ({fb4a19ee-eb5a-47a4-bc52-e71aac6d0859}, 074BFF30, 07514018, 0752A188) stub.
0294:fixme:ntdll:EtwEventRegister ({9cc69d1c-7917-4acd-8066-6bf8b63e551b}, 075A4D90, 075F00C0, 075F1F98) stub.
0294:fixme:ntdll:EtwEventRegister ({fb4a19ee-eb5a-47a4-bc52-e71aac6d0859}, 075A4D90, 075F0050, 075F1F88) stub.
0294:fixme:ntdll:EtwEventRegister ({94d97311-1bbb-4e11-b43d-994da5a64dc6}, 075A4D90, 075F0088, 075F1F68) stub.
0294:fixme:ntdll:EtwEventRegister ({94d97311-1bbb-4e11-b43d-994da5a64dc6}, 07601A50, 07675088, 07676EC8) stub.
0294:fixme:ntdll:EtwEventRegister ({fb4a19ee-eb5a-47a4-bc52-e71aac6d0859}, 07601A50, 07675050, 07676F08) stub.
0294:fixme:ntdll:EtwEventRegister ({9cc69d1c-7917-4acd-8066-6bf8b63e551b}, 07601A50, 07675018, 07676E88) stub.
0294:fixme:ntdll:EtwEventRegister ({e4f68870-5ae8-4e5b-9ce7-ca9ed75b0245}, 07684DB0, 0780B018, 07817AB8) stub.
0294:fixme:ntdll:EtwEventRegister ({9cc69d1c-7917-4acd-8066-6bf8b63e551b}, 07684DB0, 0780B088, 07817B88) stub.
0294:fixme:ntdll:EtwEventRegister ({fb4a19ee-eb5a-47a4-bc52-e71aac6d0859}, 07684DB0, 0780B050, 07817B48) stub.
0294:fixme:ntdll:EtwEventRegister ({e4f68870-5ae8-4e5b-9ce7-ca9ed75b0245}, 07971A10, 079A7050, 079A80D0) stub.
0294:fixme:ntdll:EtwEventRegister ({9cc69d1c-7917-4acd-8066-6bf8b63e551b}, 07971A10, 079A7018, 079A80C8) stub.
0294:fixme:ntdll:EtwEventRegister ({fb4a19ee-eb5a-47a4-bc52-e71aac6d0859}, 07971A10, 079A7088, 079A8148) stub.
0294:fixme:ntdll:EtwEventRegister ({9cc69d1c-7917-4acd-8066-6bf8b63e551b}, 078333D0, 0794C018, 07951308) stub.
0294:fixme:ntdll:EtwEventRegister ({e4f68870-5ae8-4e5b-9ce7-ca9ed75b0245}, 078333D0, 0794C050, 07951310) stub.
0294:fixme:ntdll:EtwEventRegister ({fb4a19ee-eb5a-47a4-bc52-e71aac6d0859}, 078333D0, 0794C088, 07951388) stub.
0294:fixme:userenv:GetProfileType 02E3E050
0294:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (02E3DEFC 1 C) semi-stub
0294:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (02E3DD2C 1 C) semi-stub
0294:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (02E3DCCC 1 C) semi-stub
0294:fixme:rpc:RpcServerRegisterIf3 Unsupported SecurityDescriptor argument.
0440:fixme:wtsapi:WTSEnumerateSessionsW Stub 00000000 0x00000000 0x00000001 07ABFC80 07ABFC94
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0298:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:d3d11:d3d11_immediate_context_DiscardView1 iface 028163B0, view 02AD35F0, rects 05B9FC88, num_rects 1 stub!
02a8:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x5b9fcf8.
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
02a8:fixme:ntdll:EtwEventProviderEnabled deadbeef, 4, 2: stub
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0454:fixme:combase:RoGetActivationFactory (L"Windows.Networking.Connectivity.NetworkInformation", {5074f851-950d-4165-9c15-365619481eea}, 029A5FF4): semi-stub
0454:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Networking.Connectivity.NetworkInformation"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"
0284:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (04FCF620 1 C) semi-stub
0284:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (04FCF680 1 C) semi-stub
0284:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (04FCF510 1 C) semi-stub
0284:fixme:file:NtLockFile I/O completion on lock not implemented yet
0284:fixme:combase:RoGetActivationFactory (L"Windows.Security.Authentication.OnlineId.OnlineIdSystemAuthenticator", {85047792-f634-41e3-96a4-5164e902c740}, 04FCF9DC): semi-stub
0284:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Security.Authentication.OnlineId.OnlineIdSystemAuthenticator"
0284:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (04FCF834 1 C) semi-stub
0284:fixme:reg:NtQueryLicenseValue License key L"Microsoft-Windows-Container-License-Mode" not found

mh that’s odd, that’s what the winetricks were supposed to do.

bummer it’s still not working… but at least getting into the installation I guess :confused:

1 Like

I think I might be missing the msoxmlmf.dll
as seen here

0180:err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\Program Files\\Common Files\\Microsoft Shared\\ClickToRun\\msoxmlmf.dll"

There could be a couple things that are causing the error now

  • I don’t have the proper dlls
  • I don’t have proper networking connectivity for wine
  • MS requires detecting windows to run office (killing off wine) I doubt they are that malicious
0460:fixme:combase:RoGetActivationFactory (L"Windows.Networking.Connectivity.NetworkInformation", {5074f851-950d-4165-9c15-365619481eea}, 02A08B84): semi-stub
0460:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Networking.Connectivity.NetworkInformation"
027c:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (03CAF620 1 C) semi-stub
027c:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (03CAF680 1 C) semi-stub
027c:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (03CAF510 1 C) semi-stub
027c:fixme:file:NtLockFile I/O completion on lock not implemented yet
027c:fixme:combase:RoGetActivationFactory (L"Windows.Security.Authentication.OnlineId.OnlineIdSystemAuthenticator", {85047792-f634-41e3-96a4-5164e902c740}, 03CAF9DC): semi-stub
027c:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Security.Authentication.OnlineId.OnlineIdSystemAuthenticator"
027c:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (03CAF834 1 C) semi-stub
027c:fixme:reg:NtQueryLicenseValue License key L"Microsoft-Windows-Container-License-Mode" not found
1 Like