Был запущен режим создания лога и лог успешно сохранён в корневом каталоге PortProton Чтобы диагностировать проблему, скопируйте ВЕСЬ журнал на сайт: https://linux-gaming.ru/t/opisanie-kategorii-portproton-pomoshh/1642 ------------------------------------------------------------- PortWINE version: PortProton-1.5 ------------------------------------------------------------ Scripts version: 2425 ----------------------------------------------------------- RUNTIME is enabled ---------------------------------------------------------- Debug for programm: /opt/PortProton/data/prefixes/VK_PLAY/drive_c/users/steamuser/AppData/Local/VKPlayLoader.exe --------------------------------------------------------- GLIBC version: 2.32 -------------------------------------------------------- PW_VULKAN_USE=2 - DXVK v.2.6.1-255, VKD3D-PROTON v.1.1-4591 -------------------------------------------- Version WINE in use: PROTON_LG_9-19 ------------------------------------------------------- Program bit depth: 32 bit -------------------------------------------------------------------- Date and time of start debug for PortProton: Чт 17 июл 2025 15:04:49 MSK ----------------------------------------------------- The installation path of the PortProton: /opt/PortProton ------------------------------------------------------ Operating system: Simply Linux 10.4 (Captain Finn) -------------------------------------------------- Desktop environment: Desktop session: plasma Current desktop: KDE Session type: x11 --------------------------------------------------- Kernel: 6.1.144-un-def-alt1 ------------------------------------------------- CPU: CPU physical cores: 4 CPU logical cores: 8 CPU model name: 12th Gen Intel(R) Core(TM) i3-12100 ------------------------------------------------ RAM: total used free shared buff/cache available Mem: 15829 4727 2731 230 8370 10533 Swap: 23747 860 22887 -------------------------------------------------------------- Filesystem /opt/PortProton/data/prefixes/VK_PLAY/drive_c/users/steamuser/AppData/Local - ext2/ext3 Filesystem /opt/PortProton - ext2/ext3 Filesystem /tmp/PortProton - tmpfs --------------------------------------------------------------- Graphic cards and drivers: lspci -k | grep -EA3 VGA|3D|Display : 03:00.0 VGA compatible controller: Intel Corporation DG2 [Arc A380] (rev 05) Subsystem: Gigabyte Technology Co., Ltd Device 0003 Kernel driver in use: i915 04:00.0 Audio device: Intel Corporation DG2 Audio Controller ---- 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) Arc(tm) A380 Graphics (DG2) (0x56a5) Version: 23.1.9 Accelerated: yes Video memory: 6088MB Unified memory: no 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) Arc(tm) A380 Graphics (DG2) OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.1.9 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.1.9 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.1.9 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 ----- inxi -G: Graphics: Device-1: Intel DG2 [Arc A380] driver: i915 v: kernel Display: x11 server: X.Org 1.20.14 driver: loaded: modesetting unloaded: fbdev,vesa resolution: 1920x1080~60Hz OpenGL: renderer: Mesa Intel Arc A380 Graphics (DG2) v: 4.6 Mesa 23.1.9 PW_SCREEN_RESOLUTION=1920x1080 PW_SCREEN_PRIMARY=HDMI-2 ---------------------------------------------- Vulkan info device name: GPU id : 0 (Intel(R) Arc(tm) A380 Graphics (DG2)): GPU id : 1 (llvmpipe (LLVM 15.0.7, 256 bits)): GPU0: deviceName = Intel(R) Arc(tm) A380 Graphics (DG2) driverName = Intel open-source Mesa driver GPU1: deviceName = llvmpipe (LLVM 15.0.7, 256 bits) driverName = llvmpipe 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 ------------------------------------------- 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 /opt/PortProton/data/prefixes/VK_PLAY/drive_c/users/steamuser/AppData/Local/VKPlayLoader.exe.ppdb db file: #!/usr/bin/env bash #Author: castro-fidel #VKPlayLoader.exe #Rating=5 if [[ "$LANGUAGE" == "ru" ]] ; then export PW_COMMENT_DB="Если вы используете Wayland, для перехвата управления в Atomic Heart\nнеобходимо свернуть в трей сам VK Play Игровой центр" else export PW_COMMENT_DB="If you use Wayland, to intercept control in Atomic Heart\n,you need to collapse the VK Play Game Center itself into the tray" fi export PW_WINDOWS_VER="10" export WINEDLLOVERRIDES="mscoree,mshtml=" export PW_MUST_HAVE_DLL="" export PW_PREFIX_NAME="VK_PLAY" export PW_USE_GSTREAMER="1" export PW_VULKAN_USE="2" export PW_WINE_USE="PROTON_LG_9-19" add_in_start_portwine () { if [[ -f "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/user.reg" ]] ; then sed -i '/Software\\\\Wine\\\\Explorer/d' "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/user.reg" fi } export PORTPROTON_NAME="GameCenter" export FILE_DESCRIPTION="GameCenter" export FILE_SHA256SUM="689e8d649b50d86b02a623b02877095930b3119c8b70e4cfabd66b59d1a8d2d2" ---------------------------------------- # 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=;d3d12core=n;d3d12=n;dxgi=n;d3d8=n;d3d9=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=;mscoree,mshtml= ------------------------------------ UPDATE PREFIX... pressure-vessel-adverb[233180]: W: Unknown expansion of the dl string token $PLATFORM: /run/host/libexec/steam-runtime-tools-0/x86_64-linux-gnu-detect-platform not found pressure-vessel-adverb[233180]: W: Unable to set up VDPAU driver search path pressure-vessel-adverb[233180]: W: Cannot run pressure-vessel-locale-gen: Failed to execute child process “/run/host/lib64/pressure-vessel-locale-gen” (No such file or directory) wineserver: using server-side synchronization. 0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0080: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 00b8:fixme:wineusb:query_id Unhandled ID query type 0x5. 0110:fixme:oleacc:find_class_data unhandled window class: L"#32769" 0110:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented. 0110:fixme:uiautomation:default_uia_provider_callback Default ProviderType_NonClientArea provider unimplemented. 0110:fixme:uiautomation:base_hwnd_fragment_get_FragmentRoot 0000000000C6FF68, 000000000060FA10: stub! 0110:fixme:uiautomation:base_hwnd_fragment_GetEmbeddedFragmentRoots 0000000000C6FF68, 000000000060FA20: stub! 012c:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d10.dll" (error=80) 012c:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d10core.dll" (error=80) 012c:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d10_1.dll" (error=80) 012c:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d11.dll" (error=80) 012c:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d12.dll" (error=80) 012c:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d9.dll" (error=80) 012c:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\dxgi.dll" (error=80) 0140:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d10.dll" (error=80) 0140:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d10core.dll" (error=80) 0140:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d10_1.dll" (error=80) 0140:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d11.dll" (error=80) 0140:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d12.dll" (error=80) 0140:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\d3d9.dll" (error=80) 0140:err:setupapi:create_dest_file failed to create L"C:\\windows\\system32\\dxgi.dll" (error=80) wine: configuration in L"H:\\PortProton\\data\\prefixes\\VK_PLAY" has been updated. - Log WINE: pressure-vessel-adverb[234092]: W: Unknown expansion of the dl string token $PLATFORM: /run/host/libexec/steam-runtime-tools-0/x86_64-linux-gnu-detect-platform not found pressure-vessel-adverb[234092]: W: Unable to set up VDPAU driver search path pressure-vessel-adverb[234092]: W: Cannot run pressure-vessel-locale-gen: Failed to execute child process “/run/host/lib64/pressure-vessel-locale-gen” (No such file or directory) fsync: up and running. 00d4:fixme:bcrypt:BCryptCreateHash ignoring object buffer 00d4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 60000 00d4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems ATTENTION: default value of option mesa_glthread overridden by environment. 0120:fixme:oleacc:find_class_data unhandled window class: L"#32769" 0120:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented. 0120:fixme:uiautomation:default_uia_provider_callback Default ProviderType_NonClientArea provider unimplemented. 00dc:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0120:fixme:uiautomation:base_hwnd_fragment_get_FragmentRoot 0000000000C72138, 000000000060FA10: stub! 0120:fixme:uiautomation:base_hwnd_fragment_GetEmbeddedFragmentRoots 0000000000C72138, 000000000060FA20: stub! 00dc:fixme:bcrypt:BCryptCreateHash ignoring object buffer 00dc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0134:fixme:exec:SHELL_execute flags ignored: 0x00000100 00dc:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 60000 00dc:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 013c:fixme:bcrypt:BCryptCreateHash ignoring object buffer 013c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 00e4:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=0000000000000000): stub 00e4:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=0): stub 00e4:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=1): stub 00e4:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=2): stub 00e4:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=3): stub 013c:fixme:dwrite:dwritefontface5_HasVariations 02158780: stub 013c:fixme:authz:AuthzInitializeResourceManager (0x1,00000000,00000000,00000000,(null),01A1FC60): stub 013c:fixme:taskschd:regtasks_get_Count 02156840,01A1FC1C: stub 013c:fixme:dbghelp:elf_search_auxv can't find symbol in module 013c:fixme:hnetcfg:fw_profile_get_FirewallEnabled 02156880, 01A1FC8C 013c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 013c:fixme:uxtheme:SetPreferredAppMode 1: stub 013c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 3CE349E8, 16) stub 0188:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0776FD68, 00000000 0776FD64 0188:fixme:nls:get_dummy_preferred_ui_language (0x38 0x419 0776FD68 00000000 0776FD64) returning a dummy value (current locale) 0188:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0776FD68, 3CE59F30 0776FD64 0188:fixme:nls:get_dummy_preferred_ui_language (0x38 0x419 0776FD68 3CE59F30 0776FD64) returning a dummy value (current locale) 0194:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0188:fixme:win:RegisterSuspendResumeNotification 000100B6, 0: stub. 0188:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0188:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0776FBB8, 4): stub 0188:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0188:fixme:winsock:WSALookupServiceBeginW (0776F96C 0xff0 0776F9A8) Stub! 0188:fixme:userenv:RegisterGPNotification 000003C0 0 0188:fixme:userenv:RegisterGPNotification 000003C4 1 0188:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here? 01ac:fixme:wtsapi:WTSRegisterSessionNotification Stub 000100BA 0x00000000 01bc:fixme:process:CreateProcessInternalW Unsupported attribute 0x20007. 0188:fixme:win:GetPointerDevices (0776F694 00000000): partial stub 0188:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11. 0188:fixme:combase:RoActivateInstance (021DD448, 0776F618): semi-stub 0188:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 0776F534): semi-stub 0188:fixme:ui:uisettings2_add_TextScaleFactorChanged iface 0219BB0C, handler 4E443378, cookie 76F32C58 stub! 0188:fixme:ui:uisettings2_get_TextScaleFactor iface 0219BB0C, value 0776F618 stub! 01d4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 01b0:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 0958FB94) 0194:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0806FB30 0806FB10 01e0:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0188:fixme:crypt:CRYPT_SysRegOpenStoreW CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE, L"ROOT": stub 0188:fixme:crypt:CRYPT_SysRegOpenStoreW CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE, L"CA": stub 0188:fixme:crypt:CRYPT_SysRegOpenStoreW CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE, L"Disallowed": stub 0188:fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub 01bc:fixme:sync:NtSetInformationJobObject stub: 0x4e0 4 0x9e9f7ac 4 01e4:fixme:file:ReplaceFileW Ignoring flags 2 01e4:fixme:file:NtLockFile I/O completion on lock not implemented yet 01c4:fixme:bcrypt:BCryptCreateHash ignoring object buffer 01f4:fixme:bcrypt:BCryptCreateHash ignoring object buffer 01c4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 01fc:fixme:bcrypt:BCryptCreateHash ignoring object buffer 01c4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 01c4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 3230C3E8, 16) stub 01c4:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F964, 4): stub 01c4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 01c4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 01f4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 01f4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 01f4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 5330C568, 16) stub 01f4:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F964, 4): stub 0214:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 01f4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 01fc:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 01fc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 01fc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 34F0C568, 16) stub 01fc:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F964, 4): stub 022c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0230:fixme:winsock:WSALookupServiceBeginW (05B3F08C 0xff0 05B3F0C8) Stub! 0230:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 05B3EB20) semi-stub 0248:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0204:fixme:thread:QueryThreadCycleTime (00000138,0519FE28): stub! 0230:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT 0254:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0268:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0258:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0234:fixme:file:NtLockFile I/O completion on lock not implemented yet 0234:fixme:virtual:prefetch_memory (process=0xffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub 0270:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0DCEFF08 0188:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x59c,0x776f788,0x00000010,(nil)) stub 0274:fixme:iphlpapi:NotifyUnicastIpAddressChange (family 0, callback 77AB2F50, context 0B792AE0, init_notify 0, handle 0B792AE8): semi-stub 0274:fixme:winsock:setsockopt IPV6_PROTECTION_LEVEL is ignored! 0274:fixme:winsock:setsockopt Unknown IPPROTO_IPV6 optname 0x00000027 013c:fixme:authz:AuthzInitializeResourceManager (0x1,00000000,00000000,00000000,(null),01A1FC08): stub 013c:fixme:system:NtUserSystemParametersInfo Unknown action: 130 0280:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0280:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0280:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0280:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 5CB0C3E8, 16) stub 0280:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F964, 4): stub 0280:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0280:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0290:fixme:bcrypt:BCryptCreateHash ignoring object buffer 02b4:fixme:thread:QueryThreadCycleTime (00000138,0519FE28): stub! 02a0:fixme:bcrypt:BCryptCreateHash ignoring object buffer 02cc:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 1102FF08 02d8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 02ec:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 02dc:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0188:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x43c,0x776f788,0x00000010,(nil)) stub 02fc:fixme:bcrypt:BCryptCreateHash ignoring object buffer 02fc:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 02fc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 02fc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 5A50C3E8, 16) stub 02fc:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F964, 4): stub 02fc:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 013c:fixme:secur32:get_enabled_protocols handle TLS parameters 02fc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0318:fixme:thread:QueryThreadCycleTime (00000138,0519FE28): stub! 0328:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 032c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 033c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0188:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x470,0x776f788,0x00000010,(nil)) stub 0344:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0344:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0344:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0344:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 5A70C3E8, 16) stub 0344:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F964, 4): stub 0344:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0344:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 034c:fixme:thread:QueryThreadCycleTime (00000138,0519FE28): stub! 0358:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0360:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 036c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 013c:fixme:crypt:CertGetNameStringW Unsupported flags 0x10002. 0374:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0374:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0374:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0374:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 4830C568, 16) stub 0374:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F964, 4): stub 0374:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0374:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 037c:fixme:thread:QueryThreadCycleTime (00000138,0519FE28): stub! 038c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0388:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 039c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 02ac:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0298:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 03b4:fixme:bcrypt:BCryptCreateHash ignoring object buffer 012c:fixme:oleacc:Window_get_accState (00000000000B9290)->(0000000001C4FB30 {VT_I4: 0} 0000000001C4FB50) 012c:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002 012c:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CB2D90, 10002, 0000000001C4F8C0: stub 012c:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000CB3380, 10002, 0000000001C4F8C0: stub 03b4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 03b4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 03b4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 2890C568, 16) stub 03b4:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F964, 4): stub 03b4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 03ec:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 03e8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0400:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 03b4:fixme:thread:QueryThreadCycleTime (FFFFFFFE,01A1F3B8): stub! 013c:fixme:uiautomation:create_uia_node_from_elprov Ignoring unsupported ProviderOption(s) 0x10 0440:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0428:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0428:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0428:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0428:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 2870C568, 16) stub 0428:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F964, 4): stub 0428:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 04a0:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 049c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 04b4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 04cc:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0230:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0428:fixme:thread:QueryThreadCycleTime (FFFFFFFE,01A1F3B8): stub! 04f4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0188:fixme:win:RegisterPowerSettingNotification (000B0116,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub 0188:fixme:win:RegisterPowerSettingNotification (000B0116,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub 01e8:fixme:virtual:prefetch_memory (process=0xffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub 01e8:fixme:file:ReplaceFileW Ignoring flags 2 0428:fixme:dwrite:dwritefontface5_HasVariations 0211B728: stub 0508:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0508:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0508:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0508:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 5150C568, 16) stub 0508:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F964, 4): stub 0520:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0508:fixme:mmdevapi:client_GetSharedModeEnginePeriod (02116310)->(01A1ED80, 01A1ED20, 01A1ED3C, 01A1ED38, 01A1ED34) - stub 0508:fixme:mmdevapi:client_GetSharedModeEnginePeriod (02116310)->(01A1EA60, 01A1EA00, 01A1EA1C, 01A1EA18, 01A1EA14) - stub 0508:fixme:mmdevapi:control_RegisterAudioSessionNotification (0210DD90)->(58825220) - stub 0538:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 053c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 053c:fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",06A5FEF0): stub 053c:fixme:avrt:AvSetMmThreadPriority (12345678)->(2) stub 0234:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT 03b4:fixme:dwrite:dwritefontface5_HasVariations 0211B760: stub 0230:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 05B3F030) semi-stub 0560:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0508:fixme:mmdevapi:client_GetSharedModeEnginePeriod (02116370)->(01A1ED00, 01A1ECA0, 01A1ECBC, 01A1ECB8, 01A1ECB4) - stub 0570:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0DE3FF08 0188:fixme:powermgnt:PowerCreateRequest (0776FA60): stub 013c:fixme:uiautomation:UiaReturnRawElementProvider UIA-to-MSAA bridge not implemented, no provider map to free. 013c:fixme:ras:RasEnumConnectionsW (00000000,01A1F664,01A1F660),stub! 013c:fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead! 05cc:fixme:bcrypt:BCryptCreateHash ignoring object buffer 05cc:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 05cc:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 05cc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 4AD0C568, 16) stub 05cc:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F964, 4): stub 05dc:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 05cc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 05e0:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 05f4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0248:fixme:file:ReplaceFileW Ignoring flags 2 053c:fixme:avrt:AvRevertMmThreadCharacteristics (12345678): stub 013c:fixme:powermgnt:PowerCreateRequest (04F09BFC): stub 05fc:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0620:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 05cc:fixme:thread:QueryThreadCycleTime (FFFFFFFE,01A1F3B8): stub! 0680:fixme:exec:SHELL_execute flags ignored: 0x00000100 05cc:fixme:dwrite:dwritefontface5_HasVariations 0211B728: stub 0688:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0688:err:ole:com_get_class_object apartment not initialised 0688:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0690:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 00000000017AFF50 0688:fixme:secur32:get_enabled_protocols handle TLS parameters 0688:fixme:ole:NdrCorrelationInitialize (000000000013E9D0, 000000000013DE90, 2048, 0x0): semi-stub 06c4:fixme:ole:NdrCorrelationInitialize (00000000010AF120, 00000000010AF2B0, 2048, 0x0): semi-stub 06c4:fixme:ole:NdrCorrelationFree (00000000010AF120): stub 0688:fixme:ole:NdrCorrelationFree (000000000013E9D0): stub 06d4:fixme:ntoskrnl:KeEnterGuardedRegion 06d4:fixme:ntoskrnl:KeLeaveGuardedRegion 06f4:fixme:ntoskrnl:KeSetPriorityThread (0000000000000000 31) 06d4:fixme:ntoskrnl:MmGetPhysicalAddress (00000000001D2000): semi-stub 06d4:fixme:ntoskrnl:MmProbeAndLockPages (000000000004A930, 0, 0): stub 06d4:fixme:ntoskrnl:MmMapLockedPagesSpecifyCache (000000000004A930, 0, 1, 0000000000000000, 0, 16): stub 06d4:fixme:ntoskrnl:MmUnlockPages (000000000004A930): stub 06d4:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\mracdrv": c000009a 0508:fixme:mmdevapi:control_UnregisterAudioSessionNotification (0210DD90)->(58825220) - stub 0808:fixme:exec:SHELL_execute flags ignored: 0x00000100 0810:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0810:err:ole:com_get_class_object apartment not initialised 0810:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0818:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 00000000017AFF50 0810:fixme:secur32:get_enabled_protocols handle TLS parameters 0810:fixme:ole:NdrCorrelationInitialize (000000000013E9D0, 000000000013DE90, 2048, 0x0): semi-stub 0810:fixme:ole:NdrCorrelationFree (000000000013E9D0): stub 0130:fixme:ntoskrnl:KeEnterGuardedRegion 0130:fixme:ntoskrnl:KeLeaveGuardedRegion 083c:fixme:ntoskrnl:KeSetPriorityThread (0000000000000000 31) 0130:fixme:ntoskrnl:MmGetPhysicalAddress (00000000001D2000): semi-stub 0130:fixme:ntoskrnl:MmProbeAndLockPages (000000000004A930, 0, 0): stub 0130:fixme:ntoskrnl:MmMapLockedPagesSpecifyCache (000000000004A930, 0, 1, 0000000000000000, 0, 16): stub 0130:fixme:ntoskrnl:MmUnlockPages (000000000004A930): stub 0130:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\mracdrv": c000009a 06a0:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011FEB0 013c:err:ole:get_stub_manager_from_ipid not found for ipid {00000026-013c-0138-9108-18402172eefd} 01a4:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x80070057 0918:err:rpc:RpcAssoc_BindConnection syntax {57865755-6c05-4522-98df-4ca658b768ef}, 0.0 not supported 0918:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x80070057 012c:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000C7BB20, 10002, 0000000001C4F8C0: stub 012c:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000C75E10, 10002, 0000000001C4F8C0: stub 013c:fixme:shell:SHQueryUserNotificationState 01A1F9AC: stub /opt/PortProton/data/tmp/libs_v53/pressure-vessel/bin/pressure-vessel-unruntime terminated by signal KILL.