Fusion360 strict interfaces

Hello, Attempting to get fusion360 (repo) running under strict mode

Under strict mode it launches but has some sort of rendering issue on the login screen

current interfaces:

plugs:
- home
- opengl
- desktop
- desktop-legacy
- removable-media
- network
- audio-playback
- wayland
- x11
- hardware-observe
- process-control
- system-observe

interfaces connected with:

sudo snap connect fusion360:process-control sudo snap connect fusion360:system-observe sudo snap connect fusion360:hardware-observe

console output:

[thermionix@arch-i5 ~]$ fusion360 WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement esync: up and running. Starting application… /usr/share/libdrm/amdgpu.ids: No such file or directory [2021-08-14 12:04:31.130355] [0x0000013c] [info] Config loaded: C:/ProgramData/Autodesk/Common/Material Library/20081401/adexmtsv_prod.cfg [2021-08-14 12:04:31.130602] [info]: adexmtsv starts. [2021-08-14 12:04:31.134591] [info]: Backend is https server. [2021-08-14 12:04:34.481303] [info]: Start acceptor. [2021-08-14 12:04:34.560783] [info]: New Pipe Session. [2021-08-14 12:04:34.689060] [info]: New Pipe Session. [2021-08-14 12:04:35.077849] [info]: New Pipe Session. [2021-08-14 12:04:35.227014] [info]: New Pipe Session. [2021-08-14 12:04:37.380161] [info]: New Pipe Session. [288:292:0814/120437.427:ERROR:dxva_video_decode_accelerator_win.cc(1399)] DXVAVDA fatal error: could not LoadLibrary: msmpeg2vdec.dll: Module not found. (0x7E) [288:292:0814/120437.430:ERROR:dxva_video_decode_accelerator_win.cc(1407)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: Module not found. (0x7E) [288:292:0814/120437.499:ERROR:network_change_notifier_win.cc(142)] WSALookupServiceBegin failed with: 8 DevTools listening on ws://127.0.0.1:9766/devtools/browser/00c7641c-1817-4c06-8816-858d2f05ca53 BUG OptionAdapter UseEagleRc called before setting callbacks.EagleAPI.Version = 0.1.2 BUG OptionAdapter UseEagleRc called before setting callbacks.BUG OptionAdapter UseEagleRc called before setting callbacks.BUG OptionAdapter UseEagleRc called before setting callbacks.BUG OptionAdapter UseEagleRc called before setting callbacks.BUG OptionAdapter UseEagleRc called before setting callbacks.[596:600:0814/120444.738:ERROR:dxva_video_decode_accelerator_win.cc(1399)] DXVAVDA fatal error: could not LoadLibrary : msmpeg2vdec.dll: Module not found. (0x7E) [596:600:0814/120444.741:ERROR:dxva_video_decode_accelerator_win.cc(1407)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: Module not found. (0x7E) [596:632:0814/120444.782:ERROR:network_change_notifier_win.cc(142)] WSALookupServiceBegin failed with: 8 [2021-08-14 12:06:25.518731] [info]: adexmtsv stopped.

snappy-debug output

= Seccomp =
Time: Aug 14 12:04:38
Log: auid=1000 uid=1000 gid=985 ses=1 pid=3244 comm="wineserver" exe="/snap/fusion360/x1/wine-platform/wine-staging/bin/wineserver" sig=0 arch=c000003e 101(ptrace) compat=0 ip=0x7f593d34071f code=0x50000
Syscall: ptrace

= Seccomp =
Time: Aug 14 12:04:44
Log: auid=1000 uid=1000 gid=985 ses=1 pid=3534 comm="QtWebEngineProc" exe="/snap/fusion360/x1/wine-platform/wine-staging/bin/wine64-preloader" sig=0 arch=c000003e 65535(UNKNOWN) compat=0 ip=0x7fbe20fe2639 code=0x50000
Syscall: UNKNOWN

= Seccomp =
Time: Aug 14 12:04:44
Log: auid=1000 uid=1000 gid=985 ses=1 pid=3540 comm="QtWebEngineProc" exe="/snap/fusion360/x1/wine-platform/wine-staging/bin/wine64-preloader" sig=0 arch=c000003e 65535(UNKNOWN) compat=0 ip=0x7fdb6add5639 code=0x50000
Syscall: UNKNOWN

= Seccomp =
Time: Aug 14 12:04:44
Log: auid=1000 uid=1000 gid=985 ses=1 pid=3244 comm="wineserver" exe="/snap/fusion360/x1/wine-platform/wine-staging/bin/wineserver" sig=0 arch=c000003e 101(ptrace) compat=0 ip=0x7f593d34071f code=0x50000
Syscall: ptrace

= Seccomp =
Time: Aug 14 12:04:44
Log: auid=1000 uid=1000 gid=985 ses=1 pid=3540 comm="QtWebEngineProc" exe="/snap/fusion360/x1/wine-platform/wine-staging/bin/wine64-preloader" sig=0 arch=c000003e 65535(UNKNOWN) compat=0 ip=0x7fdb6add5639 code=0x50000
Syscall: UNKNOWN

= Seccomp =
Time: Aug 14 12:04:44
Log: auid=1000 uid=1000 gid=985 ses=1 pid=3244 comm="wineserver" exe="/snap/fusion360/x1/wine-platform/wine-staging/bin/wineserver" sig=0 arch=c000003e 101(ptrace) compat=0 ip=0x7f593d34071f code=0x50000
Syscall: ptrace

= Seccomp =
Time: Aug 14 12:04:46
Log: auid=1000 uid=1000 gid=985 ses=1 pid=3568 comm="QtWebEngineProc" exe="/snap/fusion360/x1/wine-platform/wine-staging/bin/wine64-preloader" sig=0 arch=c000003e 65535(UNKNOWN) compat=0 ip=0x7f8bce035639 code=0x50000
Syscall: UNKNOWN

= Seccomp =
Time: Aug 14 12:04:46
Log: auid=1000 uid=1000 gid=985 ses=1 pid=3244 comm="wineserver" exe="/snap/fusion360/x1/wine-platform/wine-staging/bin/wineserver" sig=0 arch=c000003e 101(ptrace) compat=0 ip=0x7f593d34071f code=0x50000
Syscall: ptrace

works fine under --devmode

I’m not sure what interfaces to try next

it looks like the failure is in rendering a web page. This is likely using the mshtml engine, so you will want to change:

environment:
  WINEDLLOVERRIDES: "mscoree,mshtml="

to:

environment:
  WINEDLLOVERRIDES: "mscoree="

This will then allow WINE to prompt to install a gecko-based replacement engine for the mshtml api.

Removed mshtml and built with no change

The app has no issue under --devmode

I’m pretty sure its related to seccomp violation comm="QtWebEngineProc" exe="/snap/fusion360/x1/wine-platform/wine-staging/bin/wine64-preloader"

export WINEDEBUG=err+all ; fusion360

export WINEDEBUG=err ; fusion360
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement 03bc:err:unwind:install_bpf Unexpected status 0xffffffff, errno 1. 0494:fixme:ver:GetCurrentPackageId (0071FB14 00000000): stub 03bc:fixme:ver:GetCurrentPackageId (000000000069FD70 0000000000000000): stub Starting application… 03a8:err:unwind:install_bpf Unexpected status 0xffffffff, errno 1. 03c0:err:unwind:install_bpf Unexpected status 0xffffffff, errno 1. 03c0:fixme:shcore:SetCurrentProcessExplicitAppUserModelID L"AutodeskInc.Fusion360": stub 033c:err:unwind:install_bpf Unexpected status 0xffffffff, errno 1. 033c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 033c:fixme:nls:get_dummy_preferred_ui_language (0x8 000000000011E310 0000000000000000 000000000011E314) returning a dummy value (current locale) 033c:fixme:nls:get_dummy_preferred_ui_language (0x8 000000000011E310 000000001E024450 000000000011E314) returning a dummy value (current locale) 033c:fixme:file:NtLockFile I/O completion on lock not implemented yet 033c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 033c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 000000000011EE14, 000000000011EE30 000000000011EE10 033c:fixme:nls:get_dummy_preferred_ui_language (0x38 000000000011EE14 000000000011EE30 000000000011EE10) returning a dummy value (current locale) 033c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000001CDA5CF0, 43) stub 033c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000001CEB9520, 43) stub 033c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000001CE6A532, 43) stub 04c8:fixme:ver:GetCurrentPackageId (000000001EA0FE10 0000000000000000): stub 04c8:fixme:sync:SetWaitableTimerEx (0000000000000120, 000000001EA0FAA0, 0, 0000000000000000, 0000000000000000, 0000000000000000, 150) semi-stub 0394:fixme:netprofm:connection_point_Advise 000000001E72ABC0, 000000001E54CE80, 000000001E54CE90 - semi-stub 033c:fixme:win:RegisterPowerSettingNotification (00000000000E00DE,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub /usr/share/libdrm/amdgpu.ids: No such file or directory 033c:fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2008 WGL Attribute 03cc:err:unwind:install_bpf Unexpected status 0xffffffff, errno 1. 03cc:fixme:process:SetProcessShutdownParameters (00000100, 00000001): partial stub. [2021-08-16 18:09:16.965382] [0x000003cc] [info] Config loaded: C:/ProgramData/Autodesk/Common/Material Library/20081401/adexmtsv_prod.cfg [2021-08-16 18:09:16.965676] [info]: adexmtsv starts. 03e4:fixme:ver:GetCurrentPackageId (0000000003A8FE10 0000000000000000): stub [2021-08-16 18:09:16.969885] [info]: Backend is https server. 03cc:fixme:file:NtLockFile I/O completion on lock not implemented yet [2021-08-16 18:09:20.260238] [info]: Start acceptor. [2021-08-16 18:09:20.317197] [info]: New Pipe Session. [2021-08-16 18:09:20.407930] [info]: New Pipe Session. [2021-08-16 18:09:20.744348] [info]: New Pipe Session. [2021-08-16 18:09:20.886315] [info]: New Pipe Session. 033c:fixme:system:EnableNonClientDpiScaling (0000000000090172): stub 033c:err:sync:RtlLeaveCriticalSection section 0000000021B24B40 is not acquired 033c:fixme:mpr:WNetGetUniversalNameW (L"C:\Program Files\Autodesk\webdeploy\production\2719e3c6bed8896e3c7319fbb8bfbceff8f489a4\AdpSDKWrapper.dll", 0x00000001, 0000000000000000, 000000000011DE40): stub 033c:fixme:mpr:WNetGetUniversalNameW (L"C:\Program Files\Autodesk\webdeploy\production\2719e3c6bed8896e3c7319fbb8bfbceff8f489a4\Fusion360.exe", 0x00000001, 0000000000000000, 000000000011D920): stub 033c:fixme:mpr:WNetGetUniversalNameW (L"C:\Program Files\Autodesk\webdeploy\production\2719e3c6bed8896e3c7319fbb8bfbceff8f489a4\Fusion360.exe", 0x00000001, 0000000000000000, 000000000011D8E0): stub 048c:fixme:msg:ChangeWindowMessageFilterEx 0000000000160128 547 1 000000002AD6FD00 048c:fixme:msg:ChangeWindowMessageFilterEx 0000000000160128 548 1 000000002AD6FD00 048c:fixme:msg:ChangeWindowMessageFilterEx 0000000000160128 4a 1 000000002AD6FD00 033c:fixme:mpr:WNetGetUniversalNameW (L"C:\Program Files\Autodesk\webdeploy\production\2719e3c6bed8896e3c7319fbb8bfbceff8f489a4\AdpSDKCore.dll", 0x00000001, 0000000000000000, 000000000011D950): stub 033c:fixme:mpr:WNetGetUniversalNameW (L"C:\Program Files\Autodesk\webdeploy\production\2719e3c6bed8896e3c7319fbb8bfbceff8f489a4\AdpSDKGlobal.config", 0x00000001, 0000000000000000, 000000000011D240): stub 033c:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\AdpSDKGlobal.config", 0x00000001, 0000000000000000, 000000000011D240): stub 033c:fixme:mpr:WNetGetUniversalNameW (L"C:\Program Files\Autodesk\webdeploy\production\2719e3c6bed8896e3c7319fbb8bfbceff8f489a4\Fusion360.exe", 0x00000001, 0000000000000000, 000000000011D950): stub 033c:fixme:mpr:WNetGetUniversalNameW (L"C:\Program Files\Autodesk\webdeploy\production\2719e3c6bed8896e3c7319fbb8bfbceff8f489a4\AdpSDKGlobal.config", 0x00000001, 0000000000000000, 000000000011D240): stub 033c:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\AdpSDKGlobal.config", 0x00000001, 0000000000000000, 000000000011D240): stub 033c:fixme:mpr:WNetGetUniversalNameW (L"C:\Program Files\Autodesk\webdeploy\production\2719e3c6bed8896e3c7319fbb8bfbceff8f489a4\AdpSDKCore.dll", 0x00000001, 0000000000000000, 000000000011DBE0): stub 033c:fixme:wbemprox:client_security_SetBlanket 000000002AED2D60, 0000000021B6D3D0, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000 033c:fixme:wbemprox:client_security_Release 000000002AED2D60 033c:fixme:wbemprox:client_security_SetBlanket 000000002AED2D60, 0000000021B7E770, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000 033c:fixme:wbemprox:client_security_Release 000000002AED2D60 0484:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\JSON\3b88b86b-656d-453b-8d25-bf24d55e833b_i1.json.user.saving", 0x00000001, 0000000000000000, 000000002AE8EE60): stub 0484:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\JSON\3b88b86b-656d-453b-8d25-bf24d55e833b_i1.json.user", 0x00000001, 0000000000000000, 000000002AE8EE60): stub 0484:fixme:mpr:WNetGetUniversalNameW (L"C:\Program Files\Autodesk\webdeploy\production\2719e3c6bed8896e3c7319fbb8bfbceff8f489a4\AdpSDKCore.dll", 0x00000001, 0000000000000000, 000000002AE8F580): stub 03d4:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 072c:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 02c8:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub [2021-08-16 18:09:23.754901] [info]: New Pipe Session. [1240:828:0816/180923.776:ERROR:dxva_video_decode_accelerator_win.cc(1399)] DXVAVDA fatal error: could not LoadLibrary: msmpeg2vdec.dll: Module not found. (0x7E) [1240:828:0816/180923.779:ERROR:dxva_video_decode_accelerator_win.cc(1407)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: Module not found. (0x7E) 033c:fixme:winsock:WSALookupServiceBeginW (000000000011D8A0 0x00000ff0 000000000011D898) Stub! [1240:828:0816/180923.837:ERROR:network_change_notifier_win.cc(142)] WSALookupServiceBegin failed with: 8 033c:fixme:iphlpapi:NotifyAddrChange (Handle 0x11dbc0, overlapped 0x21d9bf50): stub 033c:fixme:win:GetPointerDevices (000000000011D720 0000000000000000): partial stub 033c:fixme:system:GetDisplayConfigBufferSizes (0x2 000000000011D5E0 000000000011D5E8): semi-stub 033c:fixme:system:DisplayConfigGetDeviceInfo Unimplemented packet type: 11 04cc:fixme:wtsapi:WTSRegisterSessionNotification Stub 00000000001000AC 0x00000001 033c:fixme:service:I_ScRegisterDeviceNotification Notification filters are not yet implemented. 0484:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0484:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4

DevTools listening on ws://127.0.0.1:9766/devtools/browser/8caee624-94fc-4580-b8f6-eaae4954352b 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\DroidSansArabic.ttf" 04d0:err:unwind:install_bpf Unexpected status 0xffffffff, errno 1. 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Regular.ttf" 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Bold.ttf" 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Black.ttf" 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Light.ttf" 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Medium.ttf" 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Thin.ttf" 04d0:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011F420): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\AdpSDKGlobal.config", 0x00000001, 0000000000000000, 000000000011ED60): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\AdpSDKGlobal.config", 0x00000001, 0000000000000000, 000000000011ED60): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011F420): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\AdpSDKGlobal.config", 0x00000001, 0000000000000000, 000000000011ED60): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\AdpSDKGlobal.config", 0x00000001, 0000000000000000, 000000000011ED60): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011F280): stub 034c:fixme:msg:ChangeWindowMessageFilterEx 00000000000C00F4 547 1 000000000237FD00 034c:fixme:msg:ChangeWindowMessageFilterEx 00000000000C00F4 548 1 000000000237FD00 034c:fixme:msg:ChangeWindowMessageFilterEx 00000000000C00F4 4a 1 000000000237FD00 0484:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\JSON\bbd47ece-686b-419a-a15f-de073d7fd48a_i2.json.user.saving", 0x00000001, 0000000000000000, 000000002AE8EE60): stub 0484:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\JSON\bbd47ece-686b-419a-a15f-de073d7fd48a_i2.json.user", 0x00000001, 0000000000000000, 000000002AE8EE60): stub 0204:fixme:wbemprox:client_security_SetBlanket 00000000023D2D60, 000000000024FA60, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000 0204:fixme:wbemprox:client_security_Release 00000000023D2D60 0204:fixme:wbemprox:client_security_SetBlanket 00000000023D2D60, 000000000024E2D0, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000 0204:fixme:wbemprox:client_security_Release 00000000023D2D60 0204:err:winediag:getaddrinfo Failed to resolve your host name IP 0204:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011D0F0): stub 0204:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011D0F0): stub 0484:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\JSON\3d1b4d40-482a-4541-b255-47adc9272f45_i3.json.user.saving", 0x00000001, 0000000000000000, 000000002AE8EE60): stub 0484:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\JSON\3d1b4d40-482a-4541-b255-47adc9272f45_i3.json.user", 0x00000001, 0000000000000000, 000000002AE8EE60): stub 03d4:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 072c:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 02c8:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 033c:fixme:heap:RtlSetHeapInformation 000000004BCB0000 0 000000000011D050 4 stub 033c:fixme:heap:RtlSetHeapInformation 000000004BDC0000 0 000000000011D0C0 4 stub 033c:fixme:heap:RtlSetHeapInformation 000000004BFE0000 0 000000000011D0C0 4 stub 033c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 000000000011CC54, 000000000011CC70 000000000011CC50 033c:fixme:nls:get_dummy_preferred_ui_language (0x38 000000000011CC54 000000000011CC70 000000000011CC50) returning a dummy value (current locale) 0704:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011D0F0): stub 03f4:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011D0F0): stub 033c:fixme:heap:RtlSetHeapInformation 000000004DBB0000 0 000000000011CD90 4 stub BUG OptionAdapter UseEagleRc called before setting callbacks.EagleAPI.Version = 0.1.2 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011F740): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011EC10): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin", 0x00000001, 0000000000000000, 000000000011E550): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\Program Files\Autodesk\webdeploy\production\2719e3c6bed8896e3c7319fbb8bfbceff8f489a4", 0x00000001, 0000000000000000, 000000000011E550): stub 03d4:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 072c:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 034c:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 02c8:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\DroidSansArabic.ttf" 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Regular.ttf" 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Bold.ttf" 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Black.ttf" 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Light.ttf" 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Medium.ttf" 033c:fixme:font:find_matching_face Untranslated charset 255 033c:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = L"C:\windows\fonts\NotoKufiArabic-Thin.ttf" 033c:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 033c:fixme:cryptasn:CRYPT_GetBuiltinDecoder Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 033c:fixme:netprofm:list_manager_GetConnectivity 0000000026CADC40, 0000000026CA8D40 BUG OptionAdapter UseEagleRc called before setting callbacks.BUG OptionAdapter UseEagleRc called before setting callbacks.BUG OptionAdapter UseEagleRc called before setting callbacks.BUG OptionAdapter UseEagleRc called before setting callbacks.BUG OptionAdapter UseEagleRc called before setting callbacks.033c:fixme:netprofm:list_manager_GetConnectivity 0000000026F31B50, 0000000026F31AF0 033c:fixme:shcore:SetCurrentProcessExplicitAppUserModelID L"AutodeskInc.Fusion360": stub 033c:fixme:system:EnableNonClientDpiScaling (00000000000D0106): stub 033c:fixme:shell:SHGetPropertyStoreForWindow (0xd0106 0x19e9d0d0 0x11e9e0) stub! 033c:fixme:shell:window_prop_store_SetValue 0x27977a00, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},3}, 0x11e9f0 0454:fixme:wininet:query_global_option INTERNET_OPTION_PER_CONNECTION_OPTION stub 0454:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored 0454:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored 0454:fixme:netprofm:list_manager_GetConnectivity 0000000027A09900, 0000000027A1FAC0 0430:fixme:netprofm:connection_GetAdapterId 0000000027BA4430, 000000005B0BB900 0430:fixme:netprofm:connection_GetAdapterId 0000000027BA44E0, 000000005B0BB900 0430:fixme:netprofm:connection_point_Advise 0000000027A891E0, 0000000027A890A0, 0000000027A890D4 - semi-stub 04b0:fixme:sync:NtSetInformationJobObject stub: 0xec4 4 0x3e9ef070 4 033c:fixme:system:EnableNonClientDpiScaling (00000000000C0140): stub 033c:fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2008 WGL Attribute 033c:fixme:dwmapi:DwmEnableBlurBehindWindow 000000000012009C 000000000011BFB0 033c:fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2008 WGL Attribute 0390:err:unwind:install_bpf Unexpected status 0xffffffff, errno 1. 033c:fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2008 WGL Attribute 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\JSON", 0x00000001, 0000000000000000, 000000000011F080): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011F6A0): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011F570): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin", 0x00000001, 0000000000000000, 000000000011F730): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011F730): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:“, 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:”, 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011F750): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin", 0x00000001, 0000000000000000, 000000000011F750): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\users", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\users", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\thermionix", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\thermionix", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\AppData", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\AppData", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\Roaming", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\Roaming", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\Autodesk", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\Autodesk", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\ADPSDK", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\ADPSDK", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\bin", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\bin", 0x00000001, 0000000000000000, 000000000011EE70): stub 04b0:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000011EE70): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\Temp", 0x00000001, 0000000000000000, 000000000011EE70): stub 04b0:fixme:advapi:SetEntriesInAclW unhandled access mode 4 04b0:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub! 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\ASM", 0x00000001, 0000000000000000, 000000000011E980): stub 04b0:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin", 0x00000001, 0000000000000000, 000000000011E980): stub 04b0:fixme:advapi:SetEntriesInAclW unhandled access mode 4 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin", 0x00000001, 0000000000000000, 000000000011E980): stub 04b0:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub! 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin", 0x00000001, 0000000000000000, 000000000011E980): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\JSON", 0x00000001, 0000000000000000, 000000000011E980): stub 04b0:fixme:sync:NtSetInformationJobObject stub: 0xef4 4 0x3e9eede0 4 04b0:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 5, 000000000959D658, 8): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin", 0x00000001, 0000000000000000, 000000000011E980): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\NINVFUS", 0x00000001, 0000000000000000, 000000000011E980): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin", 0x00000001, 0000000000000000, 000000000011E980): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\TSP", 0x00000001, 0000000000000000, 000000000011E980): stub 04d0:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin", 0x00000001, 0000000000000000, 000000000011E980): stub 0390:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0410:err:unwind:install_bpf Unexpected status 0xffffffff, errno 1. 04b0:fixme:ntdll:NtQueryInformationToken QueryInformationToken( …, TokenAppContainerSid, …) semi-stub 0390:fixme:heap:RtlSetHeapInformation 0000000000000000 1 0000000000000000 0 stub called before setting callbacks.BUG OptionAdapter UseEagleRc called before setting callbacks.[1092:912:0816/180928.738:ERROR:dxva_video_decode_accelerator_win.cc(1399)] DXVAVDA fatal error: could not LoadLibrar y: msmpeg2vdec.dll: Module not found. (0x7E) [1092:912:0816/180928.741:ERROR:dxva_video_decode_accelerator_win.cc(1407)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: Module not found. (0x7E) 0390:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000011F960, 4): stub 039c:fixme:winsock:WSALookupServiceBeginW (000000000B84E4B0 0x00000ff0 000000000B84E4A8) Stub! [1092:924:0816/180928.758:ERROR:network_change_notifier_win.cc(142)] WSALookupServiceBegin failed with: 8 039c:fixme:iphlpapi:NotifyAddrChange (Handle 0xb84e7d0, overlapped 0x9e640d0): stub 039c:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 000000000B84D880) semi-stub 039c:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 000000000B84D880) semi-stub 039c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0468:fixme:crypt:CRYPT_CheckUsages unimplemented for RequestedIssuancePolicy 033c:fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2008 WGL Attribute 04b0:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented 04b0:fixme:advapi:SetEntriesInAclW unhandled access mode 4 04b0:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub! 04b0:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented 04b0:fixme:advapi:SetEntriesInAclW unhandled access mode 4 04b0:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub! 04b0:fixme:sync:NtSetInformationJobObject stub: 0xf60 4 0x3e9eede0 4 04b0:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 5, 000000000959D658, 8): stub 033c:fixme:dwmapi:DwmEnableBlurBehindWindow 000000000014009C 0000000000117360 0124:err:unwind:install_bpf Unexpected status 0xffffffff, errno 1. 04b0:fixme:ntdll:NtQueryInformationToken QueryInformationToken( …, TokenAppContainerSid, …) semi-stub 03d4:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 072c:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 034c:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub 02c8:fixme:mpr:WNetGetUniversalNameW (L"C:\users\thermionix\AppData\Roaming\Autodesk\ADPSDK\bin\ADPClientService.exe", 0x00000001, 0000000000000000, 000000000237E7A0): stub