Debugging Native Access 2.3.0 Installer

Questions about Wine on Linux
Locked
Tare
Newbie
Newbie
Posts: 2
Joined: Sun Sep 25, 2022 3:20 am

Debugging Native Access 2.3.0 Installer

Post by Tare »

Hi,

I wanted to try to debug the Native Access 2.3.0 Installer, since it won't correctly run. It starts correctly and does a few things, but finally leaves me with this message:
"Please grant permission to Native Access to install dependencies. Please restart Native Access and try again. Release: 2.3.0"

Link to download page: https://www.native-instruments.com/en/s ... downloads/

What NA does (afaik) is to download .iso files, mount them and from there install dependencies, but apperantly it is unable to mount .iso files.

I have build wine from source as per the developers guide, but this is the first time I am trying to debug anything for / under wine, so there is a lot going wrong right now.

The most helpful thing right now would probably to get the output printed when running it with winedbg --gdb into a log file.
If I just start the installer via wine, this is insufficient, because the installer seems to start a second program / process and I won't get the output of that second program into my terminal.
If I start the program via wine64-build/programs/winedbg/winedbg.exe --gdb /path/to/Native-Access_2.exe, there is a whole lot more output, but I do not know how to forward that to a file. I trief "set logging on" as gdb would use it, but that produces an empty file. I tried the ">> log.txt", but that writes only the gdb intro message and then garbage.

I use Arch Linux, wine-7.18, although my wine (source) build is 7.16

--------------------------------------------

If anyone is willing me to get the debugger running somewhat helpfully, I'd also be happy. There are several problems or questions, so here goes:
  1. As mentioned above, I start the winedbg.exe within my build of wine. I also use wine installed via package manager, so I have a prefix installed at /home/tare/.wine
    Now when I start winedbg via the .exe in my build, I think it starts from somewhere in my wine prefix. I cannot be entirely sure, but when starting this with the --gdb flag, it doesn't auto start the program, but stops at a point with .dlls loaded from my wine prefix rather than my wine build (i.e. /home/tare/.wine/dosdevices/c:/windows/syswow64/ntdll.dll - at least backtrace tells me that)
  2. I couldn't get winedbg to attach to the process with the pid gotten by the info process command. It would always show "Can't attach process 0003: error 87". Is there anyway to see why that might be?
  3. With winedbg.exe --gdb /path/to/process I could start the debugging in gdb. However, from there on, I only got assembly and registers. This might be correct, of course, or related to problem 1, but wouldn't I need to get to some of the wine code at somepoint?
invisible kid
Level 5
Level 5
Posts: 352
Joined: Tue Dec 24, 2019 3:23 pm

Re: Debugging Native Access 2.3.0 Installer

Post by invisible kid »

One thing you can do to try to capture everything in the logs is to do this:

Code: Select all

rm -f ~/log.txt
wine64-build/programs/winedbg/winedbg.exe --gdb /path/to/Native-Access_2.exe >> ~/log.txt 2>> ~/log.txt
Hope this helps at all, but it might not. You obviously don't need to delete ~/log.txt if it's not there, but if you are trying multiple times, you have to remember to remove it to get rid of the old contents. Good luck!
Morgenkaff
Newbie
Newbie
Posts: 1
Joined: Wed Oct 19, 2022 5:47 am

Re: Debugging Native Access 2.3.0 Installer

Post by Morgenkaff »

Hi Tare
Another thing that might help is that Native Access uses powershell. After I installed it with this method "https://github.com/PietJankbal/powershe ... r-for-wine", it tried to install dependencies. Got some other chrashes.
I don't know much about debugging, but will gladly help!

Morgenkaff
Tare
Newbie
Newbie
Posts: 2
Joined: Sun Sep 25, 2022 3:20 am

Re: Debugging Native Access 2.3.0 Installer

Post by Tare »

Thanks for the input.
@Invisible kid, this seems to write into the log file correctly but not open gdb anymore. It is progress, but do you by any chance know, why this is / how to fix this?

@Morgenkaff, I'm not entirely sure what you mean by "this method" - is it just "start the installer .exe with this powershell version"?
invisible kid
Level 5
Level 5
Posts: 352
Joined: Tue Dec 24, 2019 3:23 pm

Re: Debugging Native Access 2.3.0 Installer

Post by invisible kid »

Oh, I didn't really figure gdb into it. Hmm... The only thing I can think of at the moment is there is a unix/linux command called "script". Where everything in the terminal gets recorded to a file. If no file is given it will create a file called "typescript" in the current directory. Press ctrl-D when you want to stop recording.
This isn't really much help, hope you get further.

Code: Select all

script log.txt
<do whatever>
[ctrl-D]
cat log.txt
yummyraspberry
Newbie
Newbie
Posts: 2
Joined: Sun Dec 04, 2022 2:27 am

Re: Debugging Native Access 2.3.0 Installer

Post by yummyraspberry »

I had the same issue and re-tried launching after installing powershell as @Morgenkaff said.
I ran "Program Files/Native Instruments/Native Access/Native Access.exe" and got different errors.

Code: Select all

daemon: daemonVersionRequest: 993ms {}
[Error: Operation was not possible or timed out] {
  name: 'DaemonClientError'
}
[Error: Operation was not possible or timed out] {
  name: 'DaemonClientError'
}
daemon startup: error: Daemon version check failed: DaemonClientError: Operation was not possible or timed out {"stack":"Error: Operation was not possible or timed out","message":"Operation was not possible or timed out","name":"DaemonClientError"} {"metadata":{"applicationVersion":"3.0.1","buildType":"production","commit":"9679536b106ae1c498c63db9cb2d55f1565c4e3f","label":"daemon startup","sys":"OS TYPE: Windows_NT - SYSTEM ARCH: x64 - RELEASE NUM: 10.0.19043"},"timestamp":"2022-12-04T17:55:51.627Z"}
Error: write EPIPE
    at afterWriteDispatched (node:internal/stream_base_commons:160:15)
    at writeGeneric (node:internal/stream_base_commons:151:3)
    at Socket._writeGeneric (node:net:817:11)
    at Socket._write (node:net:829:8)
    at doWrite (node:internal/streams/writable:408:12)
    at clearBuffer (node:internal/streams/writable:569:7)
    at onwrite (node:internal/streams/writable:461:7)
    at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:106:10) {
  errno: -4047,
  code: 'EPIPE',
  syscall: 'write'
} uncaughtException

daemon startup: info: No check for Rosetta 2 necessary, as architecture is not arm64 (M1) {"metadata":{"applicationVersion":"3.0.1","buildType":"production","commit":"9679536b106ae1c498c63db9cb2d55f1565c4e3f","label":"daemon startup","sys":"OS TYPE: Windows_NT - SYSTEM ARCH: x64 - RELEASE NUM: 10.0.19043"},"timestamp":"2022-12-04T17:55:52.333Z"}

daemon startup: info: install: windows installing daemon from C:\Program Files\Native Instruments\Native Access\resources\daemon\win\NTKDaemon 1.8.0 Setup PC.exe {"metadata":{"applicationVersion":"3.0.1","buildType":"production","commit":"9679536b106ae1c498c63db9cb2d55f1565c4e3f","label":"daemon startup","sys":"OS TYPE: Windows_NT - SYSTEM ARCH: x64 - RELEASE NUM: 10.0.19043"},"timestamp":"2022-12-04T17:55:52.334Z"}

wine: Unhandled page fault on read access to 0000000000000000 at address 0000000140271293 (thread 0690), starting debugger...

daemon startup: warn: No daemon start event after 60.09 seconds {"metadata":{"applicationVersion":"3.0.1","buildType":"production","commit":"9679536b106ae1c498c63db9cb2d55f1565c4e3f","label":"daemon startup","sys":"OS TYPE: Windows_NT - SYSTEM ARCH: x64 - RELEASE NUM: 10.0.19043"},"timestamp":"2022-12-04T17:56:51.721Z"}

../mesa-22.2.3/src/intel/isl/isl.c:2216: FINISHME: ../mesa-22.2.3/src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available.

[1776:1204/115740.887:ERROR:dxva_video_decode_accelerator_win.cc(1449)] DXVAVDA fatal error: could not LoadLibrary: msmpeg2vdec.dll: Module not found. (0x7E)
[1776:1204/115740.893:ERROR:dxva_video_decode_accelerator_win.cc(1457)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: Module not found. (0x7E)
[1776:1204/115740.894:ERROR:gpu_init.cc(486)] Passthrough is not supported, GL is disabled, ANGLE is

daemon startup: warn: No daemon start event after 120.008 seconds {"metadata":{"applicationVersion":"3.0.1","buildType":"production","commit":"9679536b106ae1c498c63db9cb2d55f1565c4e3f","label":"daemon startup","sys":"OS TYPE:Windows_NT - SYSTEM ARCH: x64 - RELEASE NUM: 10.0.19043"},"timestamp":"2022-12-04T17:57:51.639Z"}

It seems that "Native Access.exe"
1. tries to check if there is NTKDaemon.exe running. → not running
2. tries to install one into "Program Files/Common Files/Native Instruments/NTK/NTKDaemon.exe".
(Installer at: "Program Files/Native Instruments/Native Access/resources/daemon/win/NTKDaemon 1.8.0 Setup PC.exe"
3. tries to run NTKDaemon.exe that it just installed
4. still fails to detect NTKDaemon.exe

→ Seemingly there is an error with NTKDaemon.exe. This part:

Code: Select all

wine: Unhandled page fault on read access to 0000000000000000 at address 0000000140271293 (thread 0690), starting debugger...
↑ I get this error in my output codeblock above as well as when I run NTKDaemon.exe alone.
Last edited by yummyraspberry on Thu Dec 08, 2022 12:51 am, edited 1 time in total.
qwertymnb
Level 4
Level 4
Posts: 236
Joined: Sun Jan 17, 2016 4:36 pm

Re: Debugging Native Access 2.3.0 Installer

Post by qwertymnb »

Code: Select all

wine: Unhandled page fault on read access to 0000000000000000 at address 0000000140271293 (thread 0690), starting debugger...
I think it needs the folder 'C:\users\Public\Downloads\' to be present

What happens if you create that manually beforehand (mkdir ~/.wine/drive_c/users/Public/Downloads) ?
yummyraspberry
Newbie
Newbie
Posts: 2
Joined: Sun Dec 04, 2022 2:27 am

Re: Debugging Native Access 2.3.0 Installer

Post by yummyraspberry »

@qwertymnb
It worked! Thank you soooo much!!!!!
Screenshot_20221209_081439.png
Tare
Newbie
Newbie
Posts: 2
Joined: Sun Sep 25, 2022 3:20 am

Re: Debugging Native Access 2.3.0 Installer

Post by Tare »

I tested it without the "special" Powershell, that sadly does not work. Still, having the alternative is great! Thanks to everybody.

@qwertymnb, might I ask how you figured the Downloads folder was missing? At least from the error message I wouldn't have had a clue to do that.
Last edited by Tare on Sat Dec 10, 2022 9:43 am, edited 1 time in total.
yummyraspberry
Newbie
Newbie
Posts: 2
Joined: Sun Dec 04, 2022 2:27 am

Re: Debugging Native Access 2.3.0 Installer

Post by yummyraspberry »

Even though I could reach the login screen, I could not go any further.
When I click login button, it just shows loading icon forever and never proceed to next screen.
Below is the output log:

Code: Select all

> WINEDEBUG=-iphlpapi,-dxgi,-d3d,-d3d11 wine Native\ Access.exe
wineserver: using server-side synchronization.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
00c0:fixme:file:NtLockFile I/O completion on lock not implemented yet
00cc:err:service:device_notify_proc failed to open RPC handle, error 1722
00c0:fixme:ntdll:NtPowerInformation semi-stub: SystemPowerCapabilities
00c0:fixme:wbemprox:client_security_SetBlanket 00000002419C2DA0, 000000000225CF50, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000
00c0:fixme:wbemprox:client_security_Release 00000002419C2DA0
00c0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00c0:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
00c0:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
00dc:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0144:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0144:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000081FE30,000000000081FE28) stub!
0154:fixme:process:NtQueryInformationProcess (0xffffffffffffffff,info_class=49,0x1e3fd78,0x00000008,(nil)) Unknown information class
0144:fixme:heap:RtlSetHeapInformation unimplemented HeapEnableTerminationOnCorruption

0144:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000239C00294E70, 16) stub
0144:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 000000000081F6BC, 0000000000000000 000000000081F6B8
0144:fixme:nls:get_dummy_preferred_ui_language (0x38 000000000081F6BC 0000000000000000 000000000081F6B8) returning a dummy value (current locale)
0144:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 000000000081F6BC, 000000000081F6A2 000000000081F6B8
0144:fixme:nls:get_dummy_preferred_ui_language (0x38 000000000081F6BC 000000000081F6A2 000000000081F6B8) returning a dummy value (current locale)
00dc:fixme:cryptnet:check_ocsp_response_info check responder id
00dc:fixme:cryptnet:check_ocsp_response_info check responder id
0150:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
00d4:fixme:secur32:get_cipher_algid unknown algorithm 23
00d4:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
0148:fixme:secur32:get_cipher_algid unknown algorithm 23
0148:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
00a8:err:xrandr:xrandr14_get_adapters Failed to get adapters
0164:err:xrandr:xrandr14_get_adapters Failed to get adapters
0144:fixme:win:RegisterSuspendResumeNotification 0000000000010072, 0: stub.
0144:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01f8:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 000000000A7EFF50
0144:fixme:ver:GetPackageFamilyName (FFFFFFFFFFFFFFFF 000000000081F06C 000000000081F070): stub
0144:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000081D9F0, 4): stub
0144:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000081CB80): stub!
0144:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
0144:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
0144:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
0144:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
0144:fixme:winsock:WSALookupServiceBeginW (000000000081F150 0xff0 000000000081F1C8) Stub!
[320:1210/162125.564:ERROR:network_change_notifier_win.cc(224)] WSALookupServiceBegin failed with: 0
0144:fixme:win:GetPointerDevices (000000000081EC4C 0000000000000000): partial stub
0144:fixme:system:QueryDisplayConfig (00000002 000000000081EC60 00005C9404D39640 000000000081EC50 00005C9404D4DEA0 0000000000000000): semi-stub
0144:fixme:system:DisplayConfigGetDeviceInfo Unimplemented packet type: 11
0144:fixme:combase:RoActivateInstance (0000000000CD6130, 000000000081EB68): semi-stub
0144:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 000000000081E9C8): semi-stub
0144:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UISettings"
022c:fixme:wtsapi:WTSRegisterSessionNotification Stub 0000000000010088 0x00000000
0238:fixme:winstation:GetUserObjectSecurity (0000000000000008 00000000148BF068 0000000000000000 len=0 00000000148BF06C),stub!
0238:fixme:winstation:GetUserObjectSecurity (0000000000000008 00000000148BF068 00005C9404D84900 len=40 00000000148BF06C),stub!
0238:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub!
0238:fixme:thread:SetThreadInformation Unsupported class 2.
0238:fixme:ntdll:NtFilterToken flags 0x1 unsupported
0238:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented
0238:fixme:advapi:SetEntriesInAclW unhandled access mode 4
0238:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented
0238:fixme:advapi:SetEntriesInAclW unhandled access mode 4
0238:fixme:sync:NtSetInformationJobObject stub: 0x2fc 4 0x148befc8 4
0238:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 5, 0000000148C3F380, 16): stub
0238:fixme:process:UpdateProcThreadAttribute Unhandled attribute 26
0238:fixme:process:CreateProcessInternalW Unsupported attribute 0x2000e.
0238:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenAppContainerSid, ...) semi-stub
0244:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0244:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000081FE30,000000000081FE28) stub!
0244:fixme:heap:RtlSetHeapInformation unimplemented HeapEnableTerminationOnCorruption
0244:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000797C002A52F0, 16) stub
0244:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000081FA20, 4): stub
0264:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0264:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000081FE30,000000000081FE28) stub!
026c:fixme:process:NtQueryInformationProcess (0xffffffffffffffff,info_class=49,0x1e3fd78,0x00000008,(nil)) Unknown information class
0264:fixme:process:SetProcessShutdownParameters (00000100, 00000001): partial stub.
0278:fixme:file:NtLockFile I/O completion on lock not implemented yet
0144:fixme:file:NtLockFile I/O completion on lock not implemented yet
Sentry Logger [Log]: Integration installed: InboundFilters
Sentry Logger [Log]: Integration installed: FunctionToString
Sentry Logger [Log]: Integration installed: Console
Sentry Logger [Log]: Integration installed: Http
Sentry Logger [Log]: Integration installed: OnUnhandledRejection
Sentry Logger [Log]: Integration installed: LinkedErrors
Sentry Logger [Log]: Integration installed: OnUncaughtException
Sentry Logger [Log]: Integration installed: Electron
en-US
0144:fixme:dwmapi:DwmSetWindowAttribute (00000000000100AA, 14, 000000000081BD94, 4) stub
0144:fixme:dwmapi:DwmExtendFrameIntoClientArea (00000000000100AA, 000000000081B490) stub
022c:fixme:wtsapi:WTSRegisterSessionNotification Stub 000000000001008A 0x00000000
0144:fixme:dwmapi:DwmExtendFrameIntoClientArea (00000000000100AA, 000000000081BD80) stub
0238:fixme:sync:NtSetInformationJobObject stub: 0x404 4 0x148bf168 4
01e0:fixme:file:ReplaceFileW Ignoring flags 2
028c:err:ole:com_get_class_object class {7ab36653-1796-484b-bdfa-e74f1db7c1dc} not registered
[320:1210/162126.041:ERROR:network_sandbox.cc(302)] Failed to grant sandbox access to cache directory C:\users\steamuser\AppData\Roaming\Native Instruments\Native Access\Cache\Cache_Data: Module not found. (0x7E)
0144:fixme:combase:RoGetActivationFactory (L"Windows.System.UserProfile.GlobalizationPreferences", {01bf4326-ed37-4e96-b0e9-c1340d1ea158}, 000000000081C258): semi-stub
[320:1210/162126.041:ERROR:network_sandbox.cc(396)] Failed to grant sandbox access to network context data directory C:\users\steamuser\AppData\Roaming\Native Instruments\Native Access\Network: Success. (0x0)
028c:err:ole:create_server class {7ab36653-1796-484b-bdfa-e74f1db7c1dc} not registered
028c:err:ole:com_get_class_object no class object {7ab36653-1796-484b-bdfa-e74f1db7c1dc} could be created for context 0x5
0144:fixme:win:RegisterPowerSettingNotification (000000000001008A,{2b84c20e-ad23-4ddf-93db-05ffbd7efca5},0): stub
0144:err:ole:com_get_class_object class {aa509086-5ca9-4c25-8f95-589d3c07b48a} not registered
0144:err:ole:com_get_class_object class {aa509086-5ca9-4c25-8f95-589d3c07b48a} not registered
0144:err:ole:create_server class {aa509086-5ca9-4c25-8f95-589d3c07b48a} not registered
0144:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0144:err:ole:com_get_class_object no class object {aa509086-5ca9-4c25-8f95-589d3c07b48a} could be created for context 0x17
0144:fixme:shcore:GetCurrentProcessExplicitAppUserModelID 000000000081C5E0: stub
0144:fixme:manipulation:viewport_ActivateConfiguration 0000000000D8EDD0, 823
0144:fixme:manipulation:viewport_SetViewportOptions 0000000000D8EDD0, 2
0144:fixme:manipulation:viewport_AddEventHandler 0000000000D8EDD0, 00000000000100C2, 00005C9404EC1320, 00005C9404E31778
0144:fixme:manipulation:viewport_Stop 0000000000D8EDD0
0144:fixme:manipulation:viewport_RemoveEventHandler 0000000000D8EDD0, 0
0144:fixme:manipulation:viewport_Abandon 0000000000D8EDD0
0144:fixme:manipulation:direct_manip_Deactivate 0000000000D8ED50, 00000000000100C2
0144:fixme:manipulation:viewport_ActivateConfiguration 0000000000D8EDD0, 823
0144:fixme:manipulation:viewport_SetViewportOptions 0000000000D8EDD0, 2
0144:fixme:manipulation:viewport_AddEventHandler 0000000000D8EDD0, 00000000000100C2, 00005C9404EC1320, 00005C9404E316D8
0144:fixme:manipulation:viewport_Stop 0000000000D8EDD0
0144:fixme:manipulation:viewport_RemoveEventHandler 0000000000D8EDD0, 0
0144:fixme:manipulation:viewport_Abandon 0000000000D8EDD0
0144:fixme:manipulation:direct_manip_Deactivate 0000000000D8ED50, 00000000000100C2
0144:fixme:manipulation:viewport_ActivateConfiguration 0000000000D8EDD0, 823
0144:fixme:manipulation:viewport_SetViewportOptions 0000000000D8EDD0, 2
0144:fixme:manipulation:viewport_AddEventHandler 0000000000D8EDD0, 00000000000100C2, 00005C9404EC1320, 00005C9404E316D8
0144:fixme:manipulation:viewport_Stop 0000000000D8EDD0
0144:fixme:manipulation:viewport_RemoveEventHandler 0000000000D8EDD0, 0
0144:fixme:manipulation:viewport_Abandon 0000000000D8EDD0
0144:fixme:manipulation:direct_manip_Deactivate 0000000000D8ED50, 00000000000100C2
0144:fixme:manipulation:viewport_ActivateConfiguration 0000000000D8EDD0, 823
0144:fixme:manipulation:viewport_SetViewportOptions 0000000000D8EDD0, 2
0144:fixme:manipulation:viewport_AddEventHandler 0000000000D8EDD0, 00000000000100C2, 00005C9404EC23A0, 00005C9404F59338
0144:fixme:manipulation:viewport_Stop 0000000000D8EDD0
0144:fixme:manipulation:viewport_RemoveEventHandler 0000000000D8EDD0, 0
0144:fixme:manipulation:viewport_Abandon 0000000000D8EDD0
0144:fixme:manipulation:direct_manip_Deactivate 0000000000D8ED50, 00000000000100C2
0144:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
01d8:fixme:oleacc:find_class_data unhandled window class: L"tooltips_class32"
0244:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00a8:fixme:imm:ImeSetActiveContext (0x4803d0, 0): stub
00a8:fixme:imm:ImmReleaseContext (000000000001003C, 00000000004803D0): stub
Stable Event: App Start
Event: Splash Page Launched
0238:fixme:process:CreateProcessInternalW Unsupported attribute 0x20007.
[576:1210/162126.147:ERROR:dxva_video_decode_accelerator_win.cc(1449)] DXVAVDA fatal error: could not LoadLibrary: msmpeg2vdec.dll: Module not found. (0x7E)
[576:1210/162126.149:ERROR:dxva_video_decode_accelerator_win.cc(1457)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: Module not found. (0x7E)
0144:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
02a0:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
Sentry Logger [Log]: Deleted Crashpad metadata file C:\users\steamuser\AppData\Roaming\Native Instruments\Native Access\Crashpad\metadata
Sentry Logger [Log]: Found 0 minidumps
[320:1210/162126.183:ERROR:network_service_instance_impl.cc(252)] Encountered error while migrating network context data or granting sandbox access for C:\users\steamuser\AppData\Roaming\Native Instruments\Native Ac
cess\Network. Result: 6: Success. (0x0)
02b4:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
Error: write EPIPE
    at afterWriteDispatched (node:internal/stream_base_commons:160:15)
    at writeGeneric (node:internal/stream_base_commons:151:3)
    at Socket._writeGeneric (node:net:817:11)
    at Socket._write (node:net:829:8)
    at doWrite (node:internal/streams/writable:408:12)
    at clearBuffer (node:internal/streams/writable:569:7)
    at onwrite (node:internal/streams/writable:461:7)
    at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:106:10) {
  errno: -4047,
  code: 'EPIPE',
  syscall: 'write'
} uncaughtException
02c8:fixme:thread:QueryThreadCycleTime (0000000000000150,000000000419FD58): stub!
02c4:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
02a0:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000081FE30,000000000081FE28) stub!
02d4:fixme:process:NtQueryInformationProcess (0xffffffffffffffff,info_class=49,0x1e3fd78,0x00000008,(nil)) Unknown information class
02a0:fixme:heap:RtlSetHeapInformation unimplemented HeapEnableTerminationOnCorruption
02a0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00006CD600294E70, 16) stub
02a0:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000081FA20, 4): stub
02f4:fixme:winsock:WSALookupServiceBeginW (000000000792DD20 0xff0 000000000792DD98) Stub!
[668:1210/162126.227:ERROR:network_change_notifier_win.cc(224)] WSALookupServiceBegin failed with: 0
02f4:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 000000000792CEC8) semi-stub
02f4:fixme:wlanapi:WlanEnumInterfaces (0000000000000001, 0000000000000000, 000000000792CEC8) semi-stub
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02f8:fixme:file:NtLockFile I/O completion on lock not implemented yet
02f8:fixme:heap:PrefetchVirtualMemory process FFFFFFFFFFFFFFFF, count 0000000000000001, addresses 000000000858F540, flags 0 stub.
02bc:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02dc:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
02bc:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000081FE30,000000000081FE28) stub!
0324:fixme:process:NtQueryInformationProcess (0xffffffffffffffff,info_class=49,0x1e3fd78,0x00000008,(nil)) Unknown information class
02bc:fixme:heap:RtlSetHeapInformation unimplemented HeapEnableTerminationOnCorruption
02bc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000067000299170, 16) stub
02bc:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000081FA20, 4): stub
02bc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
02bc:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000081EC88): stub!
0310:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
../mesa-22.2.4/src/intel/isl/isl.c:2216: FINISHME: ../mesa-22.2.4/src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available.
0244:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub!
0244:fixme:process:SetProcessMitigationPolicy (8, 000000000081EDE8, 4): stub
0144:fixme:win:GetPointerDevices (000000000081DE8C 0000000000000000): partial stub
0144:fixme:system:QueryDisplayConfig (00000002 000000000081DEA0 00005C9404DAAF90 000000000081DE90 00005C9404E30A80 0000000000000000): semi-stub
0144:fixme:system:DisplayConfigGetDeviceInfo Unimplemented packet type: 11
0320:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
0244:fixme:dwmapi:DwmGetCompositionTimingInfo (0000000000000000 000000000081EAC0)
0394:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
01e0:err:wininet:HTTP_ParseRfc1123Date unexpected time zone L"UTC"
01e0:err:wininet:HTTP_ParseRfc850Date unexpected month format L" Dec 2022 05:00:00 UTC"
01e0:err:wininet:HTTP_ParseDate unexpected date format L"Sat, 10 Dec 2022 05:00:00 UTC"
01e0:fixme:cryptnet:check_ocsp_response_info check responder id
03b4:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
Error: write EPIPE
    at afterWriteDispatched (node:internal/stream_base_commons:160:15)
    at writeGeneric (node:internal/stream_base_commons:151:3)
    at Socket._writeGeneric (node:net:817:11)
    at Socket._write (node:net:829:8)
    at doWrite (node:internal/streams/writable:408:12)
    at clearBuffer (node:internal/streams/writable:569:7)
    at onwrite (node:internal/streams/writable:461:7)
    at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:106:10) {
  errno: -4047,
  code: 'EPIPE',
  syscall: 'write'
} uncaughtException
03cc:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 00000000101DFF50
03c0:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
02f4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
02bc:fixme:ver:GetPackageFamilyName (FFFFFFFFFFFFFFFF 000000000081C97C 000000000081C980): stub
03c8:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
03e0:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
Error: write EPIPE
    at afterWriteDispatched (node:internal/stream_base_commons:160:15)
    at writeGeneric (node:internal/stream_base_commons:151:3)
    at Socket._writeGeneric (node:net:817:11)
    at Socket._write (node:net:829:8)
    at doWrite (node:internal/streams/writable:408:12)
    at clearBuffer (node:internal/streams/writable:569:7)
    at onwrite (node:internal/streams/writable:461:7)
    at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:106:10) {
  errno: -4047,
  code: 'EPIPE',
  syscall: 'write'
} uncaughtException
03e8:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
03f0:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
0418:fixme:findstr:wmain stub: L"findstr" L"/C:Detected boot environment" L"C:\\windows\\Panther\\setupact.log"
0420:fixme:findstr:wmain stub: L"findstr" L"/C:Detected boot environment" L"C:\\windows\\Panther\\setupact.log"
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02bc:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
02bc:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
02bc:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
02bc:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02bc:fixme:dwrite:dwritefontface5_HasVariations 0000000000A50C50: stub
0144:fixme:win:GetPointerDevices (000000000081BFEC 0000000000000000): partial stub
0144:fixme:system:QueryDisplayConfig (00000002 000000000081C000 00005C9404EA5B40 000000000081BFF0 00005C9405AF87E0 0000000000000000): semi-stub
0144:fixme:system:DisplayConfigGetDeviceInfo Unimplemented packet type: 11
0144:fixme:imm:ImeSetActiveContext (0xb00210, 1): stub
0144:fixme:imm:ImmReleaseContext (00000000000100AA, 0000000000B00210): stub
0144:fixme:dwmapi:DwmExtendFrameIntoClientArea (00000000000100AA, 000000000081C780) stub
Event: UI Visible
before daemon initialization
0144:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
0144:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
0144:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
0144:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
0144:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
0144:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
0144:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
0144:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
0144:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
0144:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
0144:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
0144:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
daemon: daemonVersionRequest: 28ms {}
daemon startup: info: Valid running daemon found, version 1.8.0.6 {"metadata":{"applicationVersion":"3.0.1","buildType":"production","commit":"9679536b106ae1c498c63db9cb2d55f1565c4e3f","label":"daemon startup","sys"
:"OS TYPE: Windows_NT - SYSTEM ARCH: x64 - RELEASE NUM: 10.0.19043"},"timestamp":"2022-12-10T22:21:27.784Z"}
na2 startup daemon: 29ms {}
Daemon status:  ok
after daemon initialization
0438:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
Error: write EPIPE
    at afterWriteDispatched (node:internal/stream_base_commons:160:15)
    at writeGeneric (node:internal/stream_base_commons:151:3)
    at Socket._writeGeneric (node:net:817:11)
    at Socket._write (node:net:829:8)
    at doWrite (node:internal/streams/writable:408:12)
    at clearBuffer (node:internal/streams/writable:569:7)
    at onwrite (node:internal/streams/writable:461:7)
    at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:106:10) {
  errno: -4047,
  code: 'EPIPE',
  syscall: 'write'
} uncaughtException
Connected
0144:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
0144:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
0440:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
0144:fixme:winsock:WSAIoctl unimplemented ioctl _WSAIOW(IOC_VENDOR, 16)
0144:fixme:winsock:server_ioctl_sock Unsupported ioctl 0x120348 (device=0x12 access=0 func=0xd2 method=0)
daemon: auth0AccessTokensRequest: 30ms {}
Event: Message User Requires Authentication
0144:fixme:system:EnableNonClientDpiScaling (00000000000100EE): stub
0144:fixme:combase:RoGetActivationFactory (L"Windows.System.UserProfile.GlobalizationPreferences", {01bf4326-ed37-4e96-b0e9-c1340d1ea158}, 000000000081B998): semi-stub
0448:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
0144:fixme:dwrite:dwritefontface5_HasVariations 0000000000A50C50: stub
0144:fixme:shcore:GetCurrentProcessExplicitAppUserModelID 000000000081BD80: stub
0144:fixme:manipulation:viewport_ActivateConfiguration 0000000000D8FAD0, 823
0144:fixme:manipulation:viewport_SetViewportOptions 0000000000D8FAD0, 2
0144:fixme:manipulation:viewport_AddEventHandler 0000000000D8FAD0, 00000000000100F4, 00005C940503B0A0, 00005C9406AF1D38
0144:fixme:manipulation:viewport_Stop 0000000000D8FAD0
0144:fixme:manipulation:viewport_RemoveEventHandler 0000000000D8FAD0, 0
0144:fixme:manipulation:viewport_Abandon 0000000000D8FAD0
0144:fixme:manipulation:direct_manip_Deactivate 0000000000D8F9D0, 00000000000100F4
0144:fixme:manipulation:viewport_ActivateConfiguration 0000000000D8FAD0, 823
0144:fixme:manipulation:viewport_SetViewportOptions 0000000000D8FAD0, 2
0144:fixme:manipulation:viewport_AddEventHandler 0000000000D8FAD0, 00000000000100F4, 00005C940503B0A0, 00005C9406AF1D38
0238:fixme:process:CreateProcessInternalW Unsupported attribute 0x20007.
0144:fixme:manipulation:viewport_Stop 0000000000D8FAD0
0144:fixme:manipulation:viewport_RemoveEventHandler 0000000000D8FAD0, 0
0144:fixme:manipulation:viewport_Abandon 0000000000D8FAD0
0144:fixme:manipulation:direct_manip_Deactivate 0000000000D8F9D0, 00000000000100F4
0144:fixme:manipulation:viewport_ActivateConfiguration 0000000000D8FAD0, 823
0144:fixme:manipulation:viewport_SetViewportOptions 0000000000D8FAD0, 2
0144:fixme:manipulation:viewport_AddEventHandler 0000000000D8FAD0, 00000000000100F4, 00005C940503B0A0, 00005C9406AF1D38
0144:fixme:manipulation:viewport_Stop 0000000000D8FAD0
0144:fixme:manipulation:viewport_RemoveEventHandler 0000000000D8FAD0, 0
0144:fixme:manipulation:viewport_Abandon 0000000000D8FAD0
0144:fixme:manipulation:direct_manip_Deactivate 0000000000D8F9D0, 00000000000100F4
0144:fixme:manipulation:viewport_ActivateConfiguration 0000000000D8FAD0, 823
0144:fixme:manipulation:viewport_SetViewportOptions 0000000000D8FAD0, 2
0144:fixme:manipulation:viewport_AddEventHandler 0000000000D8FAD0, 00000000000100F4, 00005C940006A620, 00005C9406AF4E98
0144:fixme:manipulation:viewport_Stop 0000000000D8FAD0
0144:fixme:manipulation:viewport_RemoveEventHandler 0000000000D8FAD0, 0
0144:fixme:manipulation:viewport_Abandon 0000000000D8FAD0
0144:fixme:manipulation:direct_manip_Deactivate 0000000000D8F9D0, 00000000000100F4
0450:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
Error: write EPIPE
    at afterWriteDispatched (node:internal/stream_base_commons:160:15)
    at writeGeneric (node:internal/stream_base_commons:151:3)
    at Socket._writeGeneric (node:net:817:11)
    at Socket._write (node:net:829:8)
    at doWrite (node:internal/streams/writable:408:12)
    at clearBuffer (node:internal/streams/writable:569:7)
    at onwrite (node:internal/streams/writable:461:7)
    at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:106:10) {
  errno: -4047,
  code: 'EPIPE',
  syscall: 'write'
} uncaughtException
0144:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
0460:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
0144:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
046c:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
0458:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0234:fixme:cryptnet:check_ocsp_response_info check responder id
0474:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
0458:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000081FE30,000000000081FE28) stub!
0484:fixme:process:NtQueryInformationProcess (0xffffffffffffffff,info_class=49,0x1e3fd78,0x00000008,(nil)) Unknown information class
0458:fixme:heap:RtlSetHeapInformation unimplemented HeapEnableTerminationOnCorruption
0458:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000075EE00299170, 16) stub
0458:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000081FA20, 4): stub
0458:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0458:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000081EC88): stub!
0480:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
04d0:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
04dc:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 000000001102FF50
0234:fixme:file:ReplaceFileW Ignoring flags 2
0458:fixme:ver:GetPackageFamilyName (FFFFFFFFFFFFFFFF 000000000081C97C 000000000081C980): stub
0234:fixme:cryptnet:check_ocsp_response_info check responder id
0234:fixme:cryptnet:check_ocsp_response_info check responder id
01e0:fixme:cryptnet:check_ocsp_response_info check responder id
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0144:fixme:dwmapi:DwmExtendFrameIntoClientArea (00000000000100AA, 000000000081CEE0) stub
01e0:fixme:cryptnet:check_ocsp_response_info check responder id
01e0:fixme:cryptnet:check_ocsp_response_info check responder id
01e0:fixme:cryptnet:check_ocsp_response_info check responder id
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0458:fixme:dwrite:dwritefontface5_HasVariations 0000000000A50C50: stub
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0F50)
01e8:fixme:file:ReplaceFileW Ignoring flags 2
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0B50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0B50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0B50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0B50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0B50)
0304:fixme:file:ReplaceFileW Ignoring flags 2
0144:fixme:ntdll:NtImpersonateAnonymousToken (0xfffffffffffffffe): stub
0144:fixme:ntdll:NtImpersonateAnonymousToken (0xfffffffffffffffe): stub
0144:fixme:ntdll:NtImpersonateAnonymousToken (0xfffffffffffffffe): stub
0144:fixme:ntdll:NtImpersonateAnonymousToken (0xfffffffffffffffe): stub
0144:fixme:msctf:TextStoreACPSink_OnTextChange STUB:(0000000000AD0B50)
0144:fixme:msctf:TextStoreACPSink_OnSelectionChange STUB:(0000000000AD0B50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0B50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0B50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0B50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0B50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0B50)
0144:fixme:msctf:TextStoreACPSink_OnLayoutChange STUB:(0000000000AD0B50)
02f4:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0144:fixme:shcore:GetCurrentProcessExplicitAppUserModelID 000000000081DBA0: stub
0238:fixme:ntdll:NtFilterToken flags 0x1 unsupported
0238:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented
0238:fixme:advapi:SetEntriesInAclW unhandled access mode 4
0238:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub!
0238:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented
0238:fixme:advapi:SetEntriesInAclW unhandled access mode 4
0238:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub!
0238:fixme:sync:NtSetInformationJobObject stub: 0x4f8 4 0x148befc8 4
0238:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 5, 0000000148C3F380, 16): stub
0238:fixme:process:UpdateProcThreadAttribute Unhandled attribute 26
0238:fixme:process:CreateProcessInternalW Unsupported attribute 0x2000e.
0238:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenAppContainerSid, ...) semi-stub
0508:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0508:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,000000000081FE30,000000000081FE28) stub!
0508:fixme:heap:RtlSetHeapInformation unimplemented HeapEnableTerminationOnCorruption
0508:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00003C0400299170, 16) stub
0508:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 000000000081FA20, 4): stub
0508:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0508:fixme:thread:QueryThreadCycleTime (FFFFFFFFFFFFFFFE,000000000081EC88): stub!
0508:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub!
0508:fixme:process:NtQueryInformationProcess (0xffffffffffffffff,info_class=58,0x3c04008dc000,0x00000fa0,0x81f320) Unknown information class
0508:fixme:process:SetProcessMitigationPolicy (8, 000000000081F468, 4): stub
01e8:fixme:file:ReplaceFileW Ignoring flags 2
0304:fixme:file:ReplaceFileW Ignoring flags 2
0144:fixme:win:GetPointerDevices (000000000081DC1C 0000000000000000): partial stub
0144:fixme:system:QueryDisplayConfig (00000002 000000000081DC30 00005C94031EE880 000000000081DC20 00005C9404E32920 0000000000000000): semi-stub
0144:fixme:system:DisplayConfigGetDeviceInfo Unimplemented packet type: 11
0304:fixme:file:ReplaceFileW Ignoring flags 2
02a0:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000081FE80
01d8:fixme:oleacc:find_class_data unhandled window class: L"#32769"
0144:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0000000000010088
0144:fixme:win:UnregisterPowerSettingNotification (00000000DEADBEEF): stub
0144:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 000000000001008A
0144:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000081FE80
0264:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000081FE80
Last edited by yummyraspberry on Sat Dec 10, 2022 5:59 pm, edited 1 time in total.
Locked