Был запущен режим создания лога и лог успешно сохранён в корневом каталоге PortProton Чтобы диагностировать проблему, скопируйте ВЕСЬ журнал на сайт: https://linux-gaming.ru/t/opisanie-kategorii-portproton-pomoshh/1642 ------------------------------------------------------------- PortWINE version: PortProton-1.7.1 ------------------------------------------------------------ Scripts version: 2411 ----------------------------------------------------------- RUNTIME is enabled ---------------------------------------------------------- Debug for programm: /home/teacher/PortProton/data/prefixes/BATTLE_NET/drive_c/Program Files (x86)/Battle.net/Battle.net.exe --------------------------------------------------------- GLIBC version: 2.33 -------------------------------------------------------- PW_VULKAN_USE=1 - DXVK v.1.10.3-28, VKD3D-PROTON v.1.1-2602 -------------------------------------------- Version WINE in use: PROTON_LG_9-27 ------------------------------------------------------- Program bit depth: 32 bit -------------------------------------------------------------------- Date and time of start debug for PortProton: Вт 06 мая 2025 09:58:38 MSK ----------------------------------------------------- The installation path of the PortProton: /home/teacher/PortProton ------------------------------------------------------ Operating system: MOS Desktop 12 -------------------------------------------------- Desktop environment: Desktop session: 01plasma Current desktop: KDE Session type: x11 --------------------------------------------------- Kernel: 6.1.128-generic-1rosa2021.1-x86_64 ------------------------------------------------- CPU: CPU physical cores: 4 CPU logical cores: 8 CPU model name: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz ------------------------------------------------ RAM: total used free shared buff/cache available Mem: 15771 5702 2707 1913 7361 7818 Swap: 7949 1021 6928 -------------------------------------------------------------- Filesystem /home/teacher/PortProton/data/prefixes/BATTLE_NET/drive_c/Program Files (x86)/Battle.net - btrfs Filesystem /home/teacher/PortProton - btrfs Filesystem /tmp/PortProton - tmpfs --------------------------------------------------------------- Graphic cards and drivers: lspci -k | grep -EA3 VGA|3D|Display : 00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01) Subsystem: CLEVO/KAPOK Computer Device 4050 Kernel driver in use: i915 Kernel modules: i915 ---- name of display: :0 display: :0 screen: 0 direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer): Vendor: Intel (0x8086) Device: Mesa Intel(R) Xe Graphics (TGL GT2) (0x9a49) Version: 23.3.6 Accelerated: yes Video memory: 15771MB Unified memory: yes Preferred profile: core (0x1) Max core profile version: 4.6 Max compat profile version: 4.6 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.2 OpenGL vendor string: Intel OpenGL renderer string: Mesa Intel(R) Xe Graphics (TGL GT2) OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.3.6 OpenGL core profile shading language version string: 4.60 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.3.6 OpenGL shading language version string: 4.60 OpenGL context flags: (none) OpenGL profile mask: compatibility profile OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.3.6 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 ----- inxi -G: Graphics: Device-1: Intel TigerLake-LP GT2 [Iris Xe Graphics] driver: i915 v: kernel Device-2: Acer BisonCam NB Pro type: USB driver: uvcvideo Display: x11 server: ROSA X.org 1.20.14 driver: loaded: modesetting unloaded: fbdev,vesa resolution: 1: 1920x1080~60Hz 2: 1920x1080~60Hz OpenGL: renderer: Mesa Intel Xe Graphics (TGL GT2) v: 4.6 Mesa 23.3.6 PW_SCREEN_RESOLUTION=1920x1080 PW_SCREEN_PRIMARY=eDP-1 ---------------------------------------------- Vulkan info device name: GPU id : 0 (Intel(R) Xe Graphics (TGL GT2)): GPU0: deviceName = Intel(R) Xe Graphics (TGL GT2) driverName = Intel open-source Mesa driver Vulkan cube test passed successfully ---------------------------------------------------- locale: LANG=ru_RU.UTF-8 LC_CTYPE="ru_RU.UTF-8" LC_NUMERIC="ru_RU.UTF-8" LC_TIME="ru_RU.UTF-8" LC_COLLATE="ru_RU.UTF-8" LC_MONETARY="ru_RU.UTF-8" LC_MESSAGES="ru_RU.UTF-8" LC_PAPER="ru_RU.UTF-8" LC_NAME="ru_RU.UTF-8" LC_ADDRESS="ru_RU.UTF-8" LC_TELEPHONE="ru_RU.UTF-8" LC_MEASUREMENT="ru_RU.UTF-8" LC_IDENTIFICATION="ru_RU.UTF-8" LC_ALL= --- locale -a | grep -i "$(locale | grep -e ^LANG= | sed s/LANG=// | sed s/-8//)" : ru_RU.utf8 ru_RU.UTF-8 ------------------------------------------- D3D_EXTRAS - enabled ------------------------------------------ winetricks.log: vcrun2022 isolate_home sandbox mfc42 faudio andale arial comicsans courier georgia impact times trebuchet verdana webdings corefonts calibri physx tahoma lucida 7zip openal vcrun2005 vcrun2008 vcrun2010 vcrun2012 vcrun2013 ----------------------------------------- Use /home/teacher/PortProton/data/prefixes/BATTLE_NET/drive_c/Program Files (x86)/Battle.net/Battle.net.exe.ppdb db file: #!/usr/bin/env bash #Author: dez #Battle.net Launcher.exe #Battle.net-Setup.exe #Battle.net.exe #Rating=5 export PW_VULKAN_USE="1" export LAUNCH_PARAMETERS="" export WINEDLLOVERRIDES="locationapi=" export PW_DLL_INSTALL="vcrun2019 d3dx11_42 d3dx11_43" export PW_WINDOWS_VER="10" export PW_WINE_FULLSCREEN_FSR="0" export PW_WINE_USE="PROTON_LG_9-27" add_in_start_portwine () { rm -fr "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/ProgramData/Agent/data" rm -fr "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/users/${USER}/Blizzard Entertainment/Battle.net/Cache" rm -fr "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/users/Public/Blizzard Entertainment/Battle.net/Cache" try_remove_file "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/windows/Fonts/sourcehansans.ttc" # sed -i 's/"GrabFullscreen"="Y"/"GrabFullscreen"="N"/' "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/user.reg" } export PW_PREFIX_NAME="BATTLE_NET" export PORTPROTON_NAME="Battle.net" export FILE_DESCRIPTION="Battle․net" export FILE_SHA256SUM="16b6623fade4d22f9376fc87f370785538043aa0e607b9f0df4fe069450d4969" ---------------------------------------- # User overides db and var settings..." # export DXVK_HUD=full" # export GALLIUM_HUD=fps" export GUI_THEME="default" export BRANCH="master" export MIRROR="CLOUD" export DOWNLOAD_STEAM_GRID="1" export PW_GUI_START="NOTEBOOK" export DESKTOP_WITH_TIME="posnumber1" export SORT_WITH_TIME="lastlaunch" export PW_WINE_DPI_VALUE="recommended" export PW_SHORTCUT_MENU="TRUE" export PW_SHORTCUT_DESKTOP="TRUE" export PW_SHORTCUT_STEAM="FALSE" --------------------------------------- WINEDLLOVERRIDES=wineopenxr,vrclient,vrclient_x64,openvr_api_dxvk=;libvkd3d-shader-1=n;d3d12=n;dxgi=n;d3d9=n;d3d10=n;d3d10_1=n;d3d10core=n;d3d11=n;d3dx9_43=n;d3dx9_42=n;d3dx9_41=n;d3dx9_40=n;d3dx9_39=n;d3dx9_38=n;d3dx9_37=n;d3dx9_36=n;d3dx9_35=n;d3dx9_34=n;d3dx9_33=n;d3dx9_32=n;d3dx9_31=n;d3dx9_30=n;d3dx9_29=n;d3dx9_28=n;d3dx9_27=n;d3dx9_26=n;d3dx9_25=n;d3dx9_24=n;d3dx11_43=n;d3dx11_42=n;d3dx10=n;d3dx10_43=n;d3dx10_42=n;d3dx10_41=n;d3dx10_40=n;d3dx10_39=n;d3dx10_38=n;d3dx10_37=n;d3dx10_36=n;d3dx10_35=n;d3dx10_34=n;d3dx10_33=n;d3dcompiler_47=n;d3dcompiler_46=n;d3dcompiler_43=n;d3dcompiler_42=n;d3dcompiler_41=n;d3dcompiler_40=n;d3dcompiler_39=n;d3dcompiler_38=n;d3dcompiler_37=n;d3dcompiler_36=n;d3dcompiler_35=n;d3dcompiler_34=n;d3dcompiler_33=n;beclient,beclient_x64=b,n;steam_api,steam_api64,steamclient,steamclient64=n;dotnetfx35.exe,dotnetfx35setup.exe=b;winemenubuilder.exe=;locationapi= ------------------------------------ - Log WINE: fsync: up and running. 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\winebth": c0000135 0034:fixme:service:scmdatabase_autostart_services Auto-start service L"winebth" failed to start: 126 00d8:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 011c:fixme:oleacc:find_class_data unhandled window class: L"#32769" 011c:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented. 011c:fixme:uiautomation:default_uia_provider_callback Default ProviderType_NonClientArea provider unimplemented. 00d8:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 011c:fixme:uiautomation:base_hwnd_fragment_get_FragmentRoot 0000000000C4E268, 000000000060FA10: stub! 011c:fixme:uiautomation:base_hwnd_fragment_GetEmbeddedFragmentRoots 0000000000C4E268, 000000000060FA20: stub! 00d8:fixme:advapi:OpenEventLogW ((null),L"System") stub 00d8:fixme:advapi:ReadEventLogA (CAFE4242,0x00000009,0x00000000,0199EEB8,0x00010000,007FE7CC,007FE7D0) stub 00d8:fixme:advapi:CloseEventLog (CAFE4242) stub 00d8:fixme:ole:global_options_Set 0195FF78, 4, 8. 00d8:fixme:ole:CoInitializeSecurity 00877A58, -1, 00000000, 00000000, 0, 2, 00000000, 0, 00000000 stub 00d8:fixme:win:RegisterPowerSettingNotification (0001006C,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub 00d8:fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = (null) 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x713229f1) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x71287911) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x712be3a1) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x71244331) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x71462331) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x71797331) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x71707331) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x713564e1) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x7134bee1) stub 00d8:fixme:file:NtLockFile I/O completion on lock not implemented yet 014c:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 015c:err:ole:com_get_class_object apartment not initialised 015c:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0079FEA8 0174:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags 0174:fixme:wbemprox:client_security_SetBlanket 69502850, 001F5A48, 10, 0, (null), 3, 3, 00000000, 0 0174:fixme:wbemprox:client_security_Release 69502850 0174:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0174:fixme:wbemprox:enum_class_object_Next timeout not supported 0188:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0350FF08 0174:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0174:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub 0174:fixme:wbemprox:client_security_SetBlanket 69502850, 001F5B88, 10, 0, (null), 3, 3, 00000000, 0 00d8:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags 00d8:fixme:wbemprox:client_security_SetBlanket 69502850, 02BB0838, 10, 0, (null), 3, 3, 00000000, 0 00d8:fixme:wbemprox:client_security_Release 69502850 00d8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 00d8:fixme:wbemprox:enum_class_object_Next timeout not supported 00d8:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 007FEF08, 4): stub 00d8:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 00d8:fixme:uxtheme:SetPreferredAppMode 1: stub 00d8:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 2A110AA8, 16) stub 00d8:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 007FEA70, 00000000 007FEA6C 00d8:fixme:nls:get_dummy_preferred_ui_language (0x38 0x419 007FEA70 00000000 007FEA6C) returning a dummy value (current locale) 00d8:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 007FEA70, 2A0F9EA0 007FEA6C 00d8:fixme:nls:get_dummy_preferred_ui_language (0x38 0x419 007FEA70 2A0F9EA0 007FEA6C) returning a dummy value (current locale) 01f8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 00d8:fixme:win:RegisterSuspendResumeNotification 000100A8, 0: stub. 00d8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 00d8:fixme:winsock:WSALookupServiceBeginW (007FE68C 0xff0 007FE6C8) Stub! 0208:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 00d8:fixme:userenv:RegisterGPNotification 00000394 0 00d8:fixme:userenv:RegisterGPNotification 00000398 1 00d8:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here? 0214:fixme:wtsapi:WTSRegisterSessionNotification Stub 000100AA 0x00000000 00d8:fixme:win:GetPointerDevices (007FE3D4 00000000): partial stub 00d8:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11. 0234:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0224:fixme:process:CreateProcessInternalW Unsupported attribute 0x20007. 0218:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 0976FBB4) 01f8:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 07F6FB40 07F6FB20 0250:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0208:fixme:netprofm:connection_point_Advise 027BFCAC, 4DC30D40, 4DC30D50 - semi-stub 0208:fixme:netprofm:cost_manager_GetCost 027BFC6C, 08B6FBAC, 00000000 0254:fixme:file:ReplaceFileW Ignoring flags 2 0224:fixme:sync:NtSetInformationJobObject stub: 0x4d8 4 0xa27f7cc 4 0248:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0260:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0268:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 018c:fixme:secur32:get_enabled_protocols handle TLS parameters 0248:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0248:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0248:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 3D910868, 16) stub 0248:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 007FF3E4, 4): stub 0248:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0248:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0260:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0260:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0260:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 31F10568, 16) stub 0260:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 007FF3E4, 4): stub 0288:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0260:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0268:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0268:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0268:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 22710568, 16) stub 0268:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 007FF3E4, 4): stub 02a8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 02ac:fixme:winsock:WSALookupServiceBeginW (03F4F0BC 0xff0 03F4F0F8) Stub! 02bc:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 02ac:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 03F4EB60) semi-stub 02c8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 02bc:fixme:netprofm:connection_point_Advise 00EECAE4, 20851740, 20851750 - semi-stub 02bc:fixme:netprofm:cost_manager_GetCost 00EECAA4, 04B4FBAC, 00000000 02ac:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT 02a4:fixme:file:NtLockFile I/O completion on lock not implemented yet 02a4:fixme:virtual:prefetch_memory (process=0xffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub 0274:fixme:thread:QueryThreadCycleTime (0000014C,035AFE28): stub! 0248:fixme:dcomp:DCompositionCreateDevice2 00DD0998, {5f4633fe-1e08-4cb8-8c75-ce24333f5602}, 007FED24. 00d8:fixme:shcore:SetCurrentProcessExplicitAppUserModelID L"BlizzardEntertainment.Battlenet.beta": stub 00d8:fixme:shell:CustomDestinationList_SetAppID 02759068 (L"BlizzardEntertainment.Battlenet.beta"): stub 00d8:fixme:shell:CustomDestinationList_BeginList 02759068 (007FE51C {92ca9dcd-5622-4bba-a805-5e9f541bd8c9} 007FE520): stub 00d8:fixme:msg:ChangeWindowMessageFilterEx 000100DC c054 1 00000000 0128:fixme:oleacc:Window_get_accState (000000000008BE60)->(0000000001C3FB30 {VT_I4: 0} 0000000001C3FB50) 0128:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000C8EEC0, 10002, 0000000001C3F8C0: stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000C8F4B0, 10002, 0000000001C3F8C0: stub 0300:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0304:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0314:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 00d8:fixme:system:EnableNonClientDpiScaling (000800F4): stub 00d8:fixme:shell:SHGetPropertyStoreForWindow (000800F4 79611F40 007FDC6C) stub! 00d8:fixme:shell:window_prop_store_SetValue 02AD43D8, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},4}, 007FDC5C 00d8:fixme:shell:window_prop_store_SetValue 02AD43D8, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},2}, 007FDC4C 00d8:fixme:shell:window_prop_store_SetValue 02AD43D8, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},3}, 007FDC3C 00d8:fixme:shell:window_prop_store_SetValue 02AD43D8, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},5}, 007FDC2C 00d8:fixme:shell:window_prop_store_Commit 02AD43D8 0324:fixme:netprofm:list_manager_GetConnectivity 028BEB88, 02856FD4 018c:fixme:secur32:get_cipher_algid unknown algorithm 23 018c:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23 00d8:fixme:system:EnableNonClientDpiScaling (000300FA): stub 00d8:fixme:shell:SHGetPropertyStoreForWindow (000300FA 79611F40 007FB86C) stub! 00d8:fixme:shell:window_prop_store_SetValue 0E91E248, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},4}, 007FB85C 00d8:fixme:shell:window_prop_store_SetValue 0E91E248, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},2}, 007FB84C 00d8:fixme:shell:window_prop_store_SetValue 0E91E248, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},3}, 007FB83C 00d8:fixme:shell:window_prop_store_SetValue 0E91E248, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},5}, 007FB82C 00d8:fixme:shell:window_prop_store_Commit 0E91E248 00d8:fixme:dwmapi:DwmExtendFrameIntoClientArea (000300FA, 007FBF6C) stub 00d8:fixme:shell:SHGetPropertyStoreForWindow (00010114 79611F40 007FB67C) stub! 00d8:fixme:shell:window_prop_store_SetValue 032F9940, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},4}, 007FB66C 00d8:fixme:shell:window_prop_store_SetValue 032F9940, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},2}, 007FB65C 00d8:fixme:shell:window_prop_store_SetValue 032F9940, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},3}, 007FB64C 00d8:fixme:shell:window_prop_store_SetValue 032F9940, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},5}, 007FB63C 00d8:fixme:shell:window_prop_store_Commit 032F9940 00d8:fixme:dwmapi:DwmExtendFrameIntoClientArea (000300FA, 007FBFEC) stub 00d8:fixme:win:GetPointerDevices (007FBA74 00000000): partial stub 00d8:fixme:win:NtUserFlashWindowEx 0x7fb814 - semi-stub 031c:fixme:secur32:get_cipher_algid unknown algorithm 23 031c:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23 01b8:fixme:service:QueryServiceObjectSecurity 01410AC8 4 00000000 0 05D0F9EC - semi-stub 01b8:fixme:service:QueryServiceObjectSecurity 01410AC8 4 00EC7F58 28 05D0F9EC - semi-stub 00d8:fixme:uiautomation:UiaRaiseAutomationPropertyChangedEvent (0F05F52C, 30005, 007FC140 {VT_EMPTY}, 007FC150 {VT_BSTR: L"\041d\0430\0441\0442\0440\043e\0439\043a\0438"}): stub 00d8:fixme:uiautomation:UiaRaiseAutomationPropertyChangedEvent (0F05F58C, 30005, 007FC0B0 {VT_EMPTY}, 007FC0C0 {VT_BSTR: L"\0420\0435\0433\0438\043e\043d \0430\0432\0442\043e\0440\0438\0437\0430\0446\0438\0438"}): stub 00d8:fixme:uiautomation:UiaRaiseAutomationPropertyChangedEvent (0F05F58C, 30005, 007FC0E0 {VT_EMPTY}, 007FC0F0 {VT_BSTR: L"\0420\0435\0433\0438\043e\043d \0430\0432\0442\043e\0440\0438\0437\0430\0446\0438\0438"}): stub 00d8:fixme:system:EnableNonClientDpiScaling (00060118): stub 00d8:fixme:shell:SHGetPropertyStoreForWindow (00060118 79611F40 007FB7EC) stub! 00d8:fixme:shell:window_prop_store_SetValue 0F52F8D0, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},4}, 007FB7DC 00d8:fixme:shell:window_prop_store_SetValue 0F52F8D0, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},2}, 007FB7CC 00d8:fixme:shell:window_prop_store_SetValue 0F52F8D0, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},3}, 007FB7BC 00d8:fixme:shell:window_prop_store_SetValue 0F52F8D0, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},5}, 007FB7AC 00d8:fixme:shell:window_prop_store_Commit 0F52F8D0 00d8:fixme:shell:CustomDestinationList_SetAppID 0EAE4D30 (L"BlizzardEntertainment.Battlenet.beta"): stub 00d8:fixme:shell:CustomDestinationList_BeginList 0EAE4D30 (007FC2F4 {92ca9dcd-5622-4bba-a805-5e9f541bd8c9} 007FC2F8): stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000C51290, 10002, 0000000001C3F8C0: stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000C5F070, 10002, 0000000001C3F8C0: stub 00d8:fixme:uxtheme:AllowDarkModeForWindow 0001012E 1: stub 00d8:fixme:dwmapi:DwmExtendFrameIntoClientArea (0001012E, 007FAD80) stub 0214:fixme:wtsapi:WTSRegisterSessionNotification Stub 000100AC 0x00000000 00d8:fixme:win:GetPointerDevices (007FAE44 00000000): partial stub 00d8:fixme:dwmapi:DwmExtendFrameIntoClientArea (0001012E, 007FB8D0) stub 00d8:fixme:manipulation:viewport_ActivateConfiguration 02E4F400, 823 00d8:fixme:manipulation:viewport_SetViewportOptions 02E4F400, 2 00d8:fixme:manipulation:viewport_AddEventHandler 02E4F400, 00020132, 4DC797F0, 4DC79890 00d8:fixme:manipulation:viewport_Stop 02E4F400 00d8:fixme:manipulation:viewport_RemoveEventHandler 02E4F400, 0 00d8:fixme:manipulation:viewport_Abandon 02E4F400 00d8:fixme:manipulation:direct_manip_Deactivate 02E4F3C0, 00020132 00d8:fixme:manipulation:viewport_ActivateConfiguration 02E4F4E0, 823 00d8:fixme:manipulation:viewport_SetViewportOptions 02E4F4E0, 2 00d8:fixme:manipulation:viewport_AddEventHandler 02E4F4E0, 00020132, 4DF28790, 4DF28830 00d8:fixme:manipulation:viewport_Stop 02E4F4E0 00d8:fixme:manipulation:viewport_RemoveEventHandler 02E4F4E0, 0 00d8:fixme:manipulation:viewport_Abandon 02E4F4E0 00d8:fixme:manipulation:direct_manip_Deactivate 02E4F4A0, 00020132 00d8:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff 0248:fixme:vulkan:wine_vk_surface_set_offscreen Redirecting vulkan surface 6a00011 offscreen, expect degraded performance. 00d8:fixme:manipulation:viewport_ActivateConfiguration 0F0793B0, 823 00d8:fixme:manipulation:viewport_SetViewportOptions 0F0793B0, 2 00d8:fixme:manipulation:viewport_AddEventHandler 0F0793B0, 00020132, 4DC7B4D0, 4DC7B750 00d8:fixme:manipulation:viewport_Stop 0F0793B0 00d8:fixme:manipulation:viewport_RemoveEventHandler 0F0793B0, 0 00d8:fixme:manipulation:viewport_Abandon 0F0793B0 00d8:fixme:manipulation:direct_manip_Deactivate 0F079310, 00020132 0440:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CB6750, 10002, 0000000001C3F8C0: stub 0248:fixme:dwmapi:DwmGetCompositionTimingInfo (00000000 007FEB58) 0484:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CA8960, 10002, 0000000001C3F8C0: stub 0440:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0440:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0440:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 2C710568, 16) stub 0440:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 007FF3E4, 4): stub 0440:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 04d4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 04d8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 04ec:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0504:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0440:fixme:thread:QueryThreadCycleTime (FFFFFFFE,007FEE58): stub! 0128:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30020 00d8:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {e89f726e-c4f4-4c19-bb19-b647d7fa8478} with error 0x80004002 0128:fixme:uiautomation:msaa_fragment_GetRuntimeId 0000000000C6BCB8, 0000000001C3F820: stub! 00d8:fixme:shell:CustomDestinationList_SetAppID 02F29E18 (L"BlizzardEntertainment.Battlenet.beta"): stub 00d8:fixme:shell:CustomDestinationList_BeginList 02F29E18 (007FCB0C {92ca9dcd-5622-4bba-a805-5e9f541bd8c9} 007FCB10): stub 00d8:fixme:system:EnableNonClientDpiScaling (000B00F2): stub 00d8:fixme:shell:SHGetPropertyStoreForWindow (000B00F2 79611F40 007FBFFC) stub! 00d8:fixme:shell:window_prop_store_SetValue 02F2A098, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},4}, 007FBFEC 00d8:fixme:shell:window_prop_store_SetValue 02F2A098, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},2}, 007FBFDC 00d8:fixme:shell:window_prop_store_SetValue 02F2A098, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},3}, 007FBFCC 00d8:fixme:shell:window_prop_store_SetValue 02F2A098, {{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},5}, 007FBFBC 00d8:fixme:shell:window_prop_store_Commit 02F2A098 02ac:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0440:fixme:dwrite:dwritefontface5_HasVariations 00F81978: stub 02ac:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 03F4EAE0) semi-stub 01f4:fixme:file:ReplaceFileW Ignoring flags 2 0538:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0540:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0538:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0538:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0538:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 58B10568, 16) stub 0538:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 007FF3E4, 4): stub 0538:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0554:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0558:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 056c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0538:fixme:thread:QueryThreadCycleTime (FFFFFFFE,007FEE58): stub! 0584:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0540:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0540:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0540:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 57110568, 16) stub 0540:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 007FF3E4, 4): stub 0540:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0598:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 059c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 05b0:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0540:fixme:thread:QueryThreadCycleTime (FFFFFFFE,007FEE58): stub! 05c8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 00d8:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x7b8,0x7fc5d0,0x00000010,(nil)) stub 0540:fixme:dwrite:dwritefontface5_HasVariations 00F578A0: stub 05e8:err:ole:com_get_class_object apartment not initialised 05e8:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0079FEA8 05f8:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags 05f8:fixme:wbemprox:client_security_SetBlanket 69502850, 001F5A48, 10, 0, (null), 3, 3, 00000000, 0 05f8:fixme:wbemprox:client_security_Release 69502850 05f8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 05f8:fixme:wbemprox:enum_class_object_Next timeout not supported 060c:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0350FF08 05f8:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 05f8:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub 05f8:fixme:wbemprox:client_security_SetBlanket 69502850, 001F5B88, 10, 0, (null), 3, 3, 00000000, 0 0654:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 07E6FF08 0610:fixme:secur32:get_enabled_protocols handle TLS parameters 0610:fixme:secur32:get_cipher_algid unknown algorithm 23 0610:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23 02c8:fixme:file:ReplaceFileW Ignoring flags 2 0064:fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS 0174:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 00E1FEA8 06c0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 06c8:err:ole:com_get_class_object apartment not initialised 06c8:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 06c8:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 00A3FEA8 0128:fixme:oleacc:find_class_data unhandled window class: L"#32769" 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CA4DE0, 10002, 0000000001C3F8C0: stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000C52530, 10002, 0000000001C3F8C0: stub 00d8:fixme:win:GetPointerDevices (007FCBE4 00000000): partial stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CA9BA0, 10002, 0000000001C3F8C0: stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CA9CA0, 10002, 0000000001C3F8C0: stub 0128:fixme:uiautomation:msaa_fragment_GetRuntimeId 0000000000C861B8, 0000000001C3F820: stub! 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000C913B0, 10002, 0000000001C3F8C0: stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000C950A0, 10002, 0000000001C3F8C0: stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CA9C10, 10002, 0000000001C3F8C0: stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000C858F0, 10002, 0000000001C3F8C0: stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000C92580, 10002, 0000000001C3F8C0: stub 07dc:err:ole:com_get_class_object apartment not initialised 07dc:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0079FEA8 07ec:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags 07ec:fixme:wbemprox:client_security_SetBlanket 69502850, 001F5A48, 10, 0, (null), 3, 3, 00000000, 0 07ec:fixme:wbemprox:client_security_Release 69502850 07ec:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 07ec:fixme:wbemprox:enum_class_object_Next timeout not supported 0804:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0350FF08 07ec:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 07ec:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub 07ec:fixme:wbemprox:client_security_SetBlanket 69502850, 001F5B88, 10, 0, (null), 3, 3, 00000000, 0 0808:fixme:secur32:get_enabled_protocols handle TLS parameters 0808:fixme:secur32:get_cipher_algid unknown algorithm 23 0808:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23 0220:fixme:file:ReplaceFileW Ignoring flags 2 0820:fixme:service:QueryServiceObjectSecurity 01416368 4 00000000 0 0600F9EC - semi-stub 0820:fixme:service:QueryServiceObjectSecurity 01416368 4 00ECA4B0 28 0600F9EC - semi-stub 05f8:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 00E1FEA8 0844:err:ole:com_get_class_object apartment not initialised 0844:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0079FEA8 0860:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0854:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags 0854:fixme:wbemprox:client_security_SetBlanket 69502850, 001F5A48, 10, 0, (null), 3, 3, 00000000, 0 0854:fixme:wbemprox:client_security_Release 69502850 0854:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0854:fixme:wbemprox:enum_class_object_Next timeout not supported 086c:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0350FF08 0854:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0854:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub 0854:fixme:wbemprox:client_security_SetBlanket 69502850, 001F5B88, 10, 0, (null), 3, 3, 00000000, 0 0870:fixme:secur32:get_enabled_protocols handle TLS parameters 0870:fixme:secur32:get_cipher_algid unknown algorithm 23 0870:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CA9C90, 10002, 0000000001C3F8C0: stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CA9640, 10002, 0000000001C3F8C0: stub 07ec:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 00E1FEA8 093c:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0944:err:ole:com_get_class_object apartment not initialised 0944:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0944:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 00A3FEA8 0128:fixme:uiautomation:msaa_fragment_GetRuntimeId 0000000000C72C48, 0000000001C3F820: stub! 0128:fixme:uiautomation:msaa_fragment_GetRuntimeId 0000000000C55EA8, 0000000001C3F820: stub! 0128:fixme:uiautomation:msaa_fragment_GetRuntimeId 0000000000C55F38, 0000000001C3F820: stub! 0128:fixme:uiautomation:msaa_fragment_GetRuntimeId 0000000000C6BC28, 0000000001C3F820: stub! 09e4:err:ole:com_get_class_object apartment not initialised 09e4:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0079FEA8 09f4:fixme:wbemprox:wbem_locator_ConnectServer unsupported flags 09f4:fixme:wbemprox:client_security_SetBlanket 69502850, 001F5A48, 10, 0, (null), 3, 3, 00000000, 0 09f4:fixme:wbemprox:client_security_Release 69502850 09f4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 09f4:fixme:wbemprox:enum_class_object_Next timeout not supported 0a08:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0350FF08 09f4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 09f4:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 0, 3, 00000000, 0, 00000000 stub 09f4:fixme:wbemprox:client_security_SetBlanket 69502850, 001F5B88, 10, 0, (null), 3, 3, 00000000, 0 0a0c:fixme:secur32:get_enabled_protocols handle TLS parameters 0a0c:fixme:secur32:get_cipher_algid unknown algorithm 23 0a0c:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23 00d8:fixme:dwmapi:DwmExtendFrameIntoClientArea (0001012E, 007FB520) stub 00d8:fixme:dwmapi:DwmExtendFrameIntoClientArea (0001012E, 007FB490) stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CA5620, 10002, 0000000001C3F8C0: stub 0128:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CA7E50, 10002, 0000000001C3F8C0: stub 00d8:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x39c,0x7fe290,0x00000010,(nil)) stub 00d8:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x498,0x7fdc30,0x00000010,(nil)) stub 00d8:fixme:thread:QueryThreadCycleTime (FFFFFFFE,007FDE50): stub! 01f8:fixme:userenv:UnregisterGPNotification 00000394 01f8:fixme:userenv:UnregisterGPNotification 00000398 0254:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0268:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 007FFEA8 00d8:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x374,0x7fed08,0x00000010,(nil)) stub 00d8:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 000100AA 00d8:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 000100AC 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x726f2331) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x726e8561) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x72686fb1) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x726bd1b1) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x716b4331) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x71639331) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x729a9331) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x7270c7b1) stub 00d8:fixme:font:NtGdiRemoveFontMemResourceEx (0x72726891) stub 00d8:fixme:win:UnregisterPowerSettingNotification (DEADBEEF): stub 0a38:fixme:service:QueryServiceObjectSecurity 01423B38 4 00000000 0 05D0F9EC - semi-stub 0a38:fixme:service:QueryServiceObjectSecurity 01423B38 4 00EC8F18 28 05D0F9EC - semi-stub 0854:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 00E1FEA8 /home/teacher/PortProton/data/tmp/libs_v53/pressure-vessel/bin/pressure-vessel-unruntime terminated by signal KILL.