Был запущен режим создания лога и лог успешно сохранён в корневом каталоге PortProton Чтобы диагностировать проблему, скопируйте ВЕСЬ журнал на сайт: https://linux-gaming.ru/t/opisanie-kategorii-portproton-pomoshh/1642 ------------------------------------------------------------- PortWINE version: PortProton-1.7.2 ------------------------------------------------------------ Scripts version: 2425 ----------------------------------------------------------- RUNTIME is enabled ---------------------------------------------------------- Debug for programm: /home/pinya/PortProton/data/prefixes/VK_PLAY/drive_c/users/steamuser/AppData/Local/VKPlayLoader.exe --------------------------------------------------------- GLIBC version: 2.41 -------------------------------------------------------- PW_VULKAN_USE=0 - DirectX to wined3d opengl -------------------------------------------- Version WINE in use: SAREK9-13 ------------------------------------------------------- Program bit depth: 32 bit -------------------------------------------------------------------- Date and time of start debug for PortProton: Чт 17 июл 2025 13:03:10 MSK ----------------------------------------------------- The installation path of the PortProton: /home/pinya/PortProton ------------------------------------------------------ Operating system: Arch Linux -------------------------------------------------- Desktop environment: Desktop session: hyprland Current desktop: Hyprland Session type: wayland --------------------------------------------------- Kernel: 6.15.6-zen1-1-zen ------------------------------------------------- CPU: CPU physical cores: 6 CPU logical cores: 12 CPU model name: AMD Ryzen 5 5600X 6-Core Processor ------------------------------------------------ RAM: total used free shared buff/cache available Mem: 32010 2845 22641 215 7172 29165 Swap: 0 0 0 -------------------------------------------------------------- Filesystem /home/pinya/PortProton/data/prefixes/VK_PLAY/drive_c/users/steamuser/AppData/Local - btrfs Filesystem /home/pinya/PortProton - btrfs Filesystem /tmp/PortProton - tmpfs --------------------------------------------------------------- Graphic cards and drivers: lspci -k | grep -EA3 VGA|3D|Display : 2b:00.0 VGA compatible controller: NVIDIA Corporation AD104 [GeForce RTX 4070 Ti] (rev a1) Subsystem: Micro-Star International Co., Ltd. [MSI] Device 513d Kernel driver in use: nvidia Kernel modules: nouveau, nvidia_drm, nvidia ---- name of display: :1 display: :1 screen: 0 direct rendering: Yes Memory info (GL_NVX_gpu_memory_info): Dedicated video memory: 12282 MB Total available memory: 12282 MB Currently available dedicated video memory: 11186 MB OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: NVIDIA GeForce RTX 4070 Ti/PCIe/SSE2 OpenGL core profile version string: 4.6.0 NVIDIA 575.64.03 OpenGL core profile shading language version string: 4.60 NVIDIA OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL version string: 4.6.0 NVIDIA 575.64.03 OpenGL shading language version string: 4.60 NVIDIA OpenGL context flags: (none) OpenGL profile mask: (none) OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 575.64.03 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 ----- inxi -G: Graphics: Device-1: NVIDIA AD104 [GeForce RTX 4070 Ti] driver: nvidia v: 575.64.03 Display: wayland server: X.org 1.21.1.18 driver: loaded: nvidia unloaded: modesetting resolution: OpenGL: renderer: NVIDIA GeForce RTX 4070 Ti/PCIe/SSE2 v: 4.6.0 NVIDIA 575.64.03 PW_SCREEN_RESOLUTION= PW_SCREEN_PRIMARY= ---------------------------------------------- Vulkan info device name: GPU id : 0 (NVIDIA GeForce RTX 4070 Ti) [VK_KHR_xcb_surface, VK_KHR_xlib_surface]: GPU id : 0 (NVIDIA GeForce RTX 4070 Ti) [VK_KHR_wayland_surface]: GPU0: deviceName = NVIDIA GeForce RTX 4070 Ti driverName = NVIDIA 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 - disabled ------------------------------------------ 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/pinya/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="0" export PW_WINE_USE="SAREK9-13" 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" export PW_GS_FULLSCREEN="0" export PW_GS_FORCE_FULLSCREEN="0" export PW_GS_BORDERLESS_WINDOW="0" export PW_GS_FORCE_GRAB_CURSOR="0" export PW_GS_FORCE_GRAB_KEYBOARD="0" export PW_GS_HDR_ENABLE="0" export PW_GS_ENABLE_GAMESCOPE_WSI="0" export PW_GS_HDR_ITM_ENABLE="0" export PW_GS_SDR_GAMMUT_WIDENESS="0" export PW_GS_FORCE_COMPOSITION="0" export PW_GS_HDR_FORCE_SUPPORT="0" export PW_GS_HDR_FORCE_OUTPUT="0" export PW_GS_HDR_FORCE_HEATMAP="0" export PW_GS_EXPOSE_WAYLAND="0" export PW_GS_REALTIME_SCHEDULING="0" export PW_GAMESCOPE="0" export PW_GS_SHOW_RESOLUTION="disabled" export PW_GS_INTERNAL_RESOLUTION="1.0" export PW_GS_FRAME_LIMIT="disabled" export PW_GS_SCALER_MODE="disabled" export PW_GS_FILTER_MODE="disabled" export PW_GS_UPSCALE_SHARPNESS="10" export PW_GS_MAX_SCALE_FACTOR="0.0" export PW_GS_MOUSE_SENSITIVITY="0.0" export PW_GS_SDR_CONTENT_NITS="400" export PW_GS_ITM_SDR_NITS="0" export PW_GS_ITM_TARGET_NITS="0" export PW_VKBASALT_EFFECTS="Curves:cas" export PW_VKBASALT_FFX_CAS="0.50" export PW_VKBASALT="0" export PW_MANGOHUD="0" export PW_MANGOHUD_USER_CONF="0" export PW_DGVOODOO2="0" export PW_NO_ESYNC="0" export PW_NO_FSYNC="0" export PW_USE_NVAPI_AND_DLSS="0" export PW_USE_FAKE_DLSS="0" export PW_USE_FAKE_DLSS_3="0" export PW_WINE_FULLSCREEN_FSR="0" export PW_HIDE_NVIDIA_GPU="0" export PW_VIRTUAL_DESKTOP="0" export PW_USE_TERMINAL="0" export PW_GUI_DISABLED_CS="0" export PW_USE_GAMEMODE="0" export PW_USE_D3D_EXTRAS="0" export PW_FIX_VIDEO_IN_GAME="0" export PW_REDUCE_PULSE_LATENCY="0" export PW_USE_SHADER_CACHE="1" export PW_USE_WINE_DXGI="0" export PW_USE_EAC_AND_BE="1" export PW_USE_SYSTEM_VK_LAYERS="0" export PW_DISABLE_COMPOSITING="0" export PW_USE_RUNTIME="1" export PW_DINPUT_PROTOCOL="0" export PW_USE_NATIVE_WAYLAND="0" export PW_USE_DXVK_HDR="0" export LAUNCH_PARAMETERS="" export PW_DLL_INSTALL="" export PW_WINE_CPU_TOPOLOGY="disabled" export PW_MESA_GL_VERSION_OVERRIDE="disabled" export PW_VKD3D_FEATURE_LEVEL="disabled" export PW_LOCALE_SELECT="disabled" export PW_MESA_VK_WSI_PRESENT_MODE="disabled" export PW_AMD_VULKAN_USE="disabled" export PW_CPU_NUMA_NODE_INDEX="disabled" export PW_TASKSET_SLR="" export MANGOHUD_CONFIG="arch,cpu_mhz,cpu_temp,engine_version,gamemode,gpu_core_clock,gpu_mem_clock,gpu_name,gpu_temp,ram,resolution,vkbasalt,vram,vulkan_driver,wine,font_size=32" ---------------------------------------- # User overides db and var settings..." # export DXVK_HUD=full" # export GALLIUM_HUD=fps" export GUI_THEME="default" export BRANCH="master" export MIRROR="GITHUB" 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" export PW_GPU_USE="NVIDIA GeForce RTX 4070 Ti" export PW_SOUND_DRIVER_USE="disabled" --------------------------------------- WINEDLLOVERRIDES=wineopenxr,vrclient,vrclient_x64,openvr_api_dxvk=;beclient,beclient_x64=b,n;steam_api,steam_api64,steamclient,steamclient64=n;dotnetfx35.exe,dotnetfx35setup.exe=b;winemenubuilder.exe=;mscoree,mshtml= ------------------------------------ - Log WINE: setlocale "en_US.UTF-8": No such file or directory pressure-vessel-locale-gen: Missing locale en_US.UTF-8 pressure-vessel-locale-gen: Generating locale ru_RU.UTF-8... pressure-vessel-locale-gen: Generated locale ru_RU.UTF-8 successfully pressure-vessel-locale-gen: Generating locale en_US.UTF-8... pressure-vessel-locale-gen: Generated locale en_US.UTF-8 successfully pressure-vessel-adverb[24502]: W: Container startup will be faster if missing locales are created at OS level wine: using kernel write watches, use_kernel_writewatch 1. fsync: warning: a previous shm file /wine-250fac-fsync was not properly removed 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:bcrypt:BCryptCreateHash ignoring object buffer 00d8:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 60000 00d8:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 00d8:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 00e0:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0124:fixme:oleacc:find_class_data unhandled window class: L"#32769" 0124:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented. 0124:fixme:uiautomation:default_uia_provider_callback Default ProviderType_NonClientArea provider unimplemented. 0124:fixme:uiautomation:base_hwnd_fragment_get_FragmentRoot 0000000000A633D8, 000000000023F9D0: stub! 0124:fixme:uiautomation:base_hwnd_fragment_GetEmbeddedFragmentRoots 0000000000A633D8, 000000000023F9E0: stub! 00e0:fixme:bcrypt:BCryptCreateHash ignoring object buffer 00e0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0138:fixme:exec:SHELL_execute flags ignored: 0x00000100 00e0:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 60000 00e0:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 00e0:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0140:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 0140:err:winediag:wined3d_dll_init Using the OpenGL renderer. 0140:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0140:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 0140:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 00e8:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=0000000000000000): stub 00e8:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=0): stub 00e8:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=1): stub 00e8:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=2): stub 00e8:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0000000000000000, edge=3): stub 0140:fixme:dwrite:dwritefontface5_HasVariations 039E82D8: stub wine: setpriority -10 for pid -1 failed: 3 0140:fixme:authz:AuthzInitializeResourceManager (0x1,00000000,00000000,00000000,(null),01A1FC70): stub 0140:fixme:taskschd:regtasks_get_Count 039E6398,01A1FC2C: stub 0140:fixme:hnetcfg:fw_profile_get_FirewallEnabled 039E63D8, 01A1FC9C 0140:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0140:fixme:uxtheme:SetPreferredAppMode 1: stub 0140:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 580349E8, 16) stub 018c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 07ACFD78, 00000000 07ACFD74 018c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x419 07ACFD78 00000000 07ACFD74) returning a dummy value (current locale) 018c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 07ACFD78, 58069F40 07ACFD74 018c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x419 07ACFD78 58069F40 07ACFD74) returning a dummy value (current locale) 0198:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 018c:fixme:win:RegisterSuspendResumeNotification 000100BA, 0: stub. 018c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 018c:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 07ACFBC8, 4): stub 018c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 018c:fixme:winsock:WSALookupServiceBeginW (07ACF97C 0xff0 07ACF9B8) Stub! 018c:fixme:userenv:RegisterGPNotification 0000039C 0 018c:fixme:userenv:RegisterGPNotification 000003A0 1 018c:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here? 01b0:fixme:wtsapi:WTSRegisterSessionNotification Stub 000100BE 0x00000000 01c0:fixme:process:CreateProcessInternalW Unsupported attribute 0x20007. 018c:fixme:win:GetPointerDevices (07ACF6A4 00000000): partial stub 018c:fixme:system:NtUserQueryDisplayConfig flags 0x2, paths_count 0x7acf710, paths 0x2c4c9f90, modes_count 0x7acf6a4, modes 0x2c472300, topology_id (nil) semi-stub 018c:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11. 018c:fixme:combase:RoActivateInstance (03A33240, 07ACF628): semi-stub 018c:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 07ACF544): semi-stub 018c:fixme:ui:uisettings2_add_TextScaleFactorChanged iface 03A2E4CC, handler 2C4431F8, cookie 788C2C58 stub! 018c:fixme:ui:uisettings2_get_TextScaleFactor iface 03A2E4CC, value 07ACF628 stub! 01d8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 01b4:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 098EFBA4) 0198:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 083CFB40 083CFB20 01e4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 018c:fixme:crypt:CRYPT_SysRegOpenStoreW CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE, L"ROOT": stub 018c:fixme:crypt:CRYPT_SysRegOpenStoreW CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE, L"CA": stub 018c:fixme:crypt:CRYPT_SysRegOpenStoreW CERT_SYSTEM_STORE_LOCAL_MACHINE_ENTERPRISE, L"Disallowed": stub 018c:fixme:crypt:CRYPT_RegControl CERT_STORE_CTRL_AUTO_RESYNC: stub 0194:fixme:file:ReplaceFileW Ignoring flags 2 0194:fixme:file:NtLockFile I/O completion on lock not implemented yet 01c0:fixme:sync:NtSetInformationJobObject stub: 0x4d4 4 0xa1ff7bc 4 01c8:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 01c8:err:winediag:wined3d_dll_init Using the OpenGL renderer. 01c8:fixme:bcrypt:BCryptCreateHash ignoring object buffer 01c8:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 01c8:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 01c8:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 01c8:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 48CF83E8, 16) stub 01c8:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F974, 4): stub 01c8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 01c8:err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems 01c8:err:d3d:wined3d_caps_gl_ctx_create Failed to find a suitable pixel format. 01c8:err:d3d:wined3d_adapter_gl_init Failed to get a GL context for adapter 01A25250. 01c8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 01c8:err:d3d:wined3d_adapter_gl_init Failed to get a GL context for adapter 01AB6BD0. 01c8:err:d3d:wined3d_adapter_gl_init Failed to get a GL context for adapter 01ABA870. 0210:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0214:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0224:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0204:fixme:thread:QueryThreadCycleTime (00000118,051CFE38): stub! 018c:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x3e0,0x7acf798,0x00000010,(nil)) stub 01f4:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 01f4:err:winediag:wined3d_dll_init Using the OpenGL renderer. 01f4:fixme:bcrypt:BCryptCreateHash ignoring object buffer 01fc:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 01fc:err:winediag:wined3d_dll_init Using the OpenGL renderer. 01fc:fixme:bcrypt:BCryptCreateHash ignoring object buffer 01f4:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 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, 21AF8568, 16) stub 01f4:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F974, 4): stub 023c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 01f4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 01fc:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 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, 4A4F8568, 16) stub 01fc:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F974, 4): stub 0258:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 025c:fixme:winsock:WSALookupServiceBeginW (05B5F09C 0xff0 05B5F0D8) Stub! 025c:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 05B5EB30) semi-stub 0274:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 025c:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT 026c:fixme:file:NtLockFile I/O completion on lock not implemented yet 026c:fixme:virtual:prefetch_memory (process=0xffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub 027c:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0CD7FF18 0280:fixme:iphlpapi:NotifyUnicastIpAddressChange (family 0, callback 79282F50, context 0B7FF620, init_notify 0, handle 0B7FF628): semi-stub 0280:fixme:winsock:setsockopt IPV6_PROTECTION_LEVEL is ignored! 0280:fixme:winsock:setsockopt Unknown IPPROTO_IPV6 optname 0x00000027 0140:fixme:authz:AuthzInitializeResourceManager (0x1,00000000,00000000,00000000,(null),01A1FC18): stub 0140:fixme:system:NtUserSystemParametersInfo Unknown action: 130 0290:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0EF6FF18 0140:fixme:secur32:get_enabled_protocols handle TLS parameters 022c:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 022c:err:winediag:wined3d_dll_init Using the OpenGL renderer. 022c:fixme:bcrypt:BCryptCreateHash ignoring object buffer 022c:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 022c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 022c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 022c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 216F8568, 16) stub 022c:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F974, 4): stub 022c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 022c:err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems 022c:err:d3d:wined3d_caps_gl_ctx_create Failed to find a suitable pixel format. 022c:err:d3d:wined3d_adapter_gl_init Failed to get a GL context for adapter 01A25108. 022c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 022c:fixme:gdi:D3DKMTEnumAdapters2 param 01A1C194 stub. 022c:fixme:setupapi:CM_Get_Device_ID_List_SizeW 01A1C1C0 L"{4d36e968-e325-11ce-bfc1-08002be10318}" 0x00000300: stub 022c:fixme:setupapi:CM_Get_Device_ID_ListW L"{4d36e968-e325-11ce-bfc1-08002be10318}" 01B17040 0 0x00000300: stub 022c:fixme:gdi:D3DKMTEnumAdapters2 param 01A1C1A4 stub. 022c:fixme:setupapi:CM_Get_Device_ID_List_SizeW 01A1C1D0 L"{4d36e968-e325-11ce-bfc1-08002be10318}" 0x00000300: stub 022c:fixme:gdi:D3DKMTEnumAdapters2 param 01A1C164 stub. 022c:fixme:setupapi:CM_Get_Device_ID_List_SizeW 01A1C190 L"{4d36e968-e325-11ce-bfc1-08002be10318}" 0x00000300: stub 022c:fixme:gdi:D3DKMTEnumAdapters2 param 01A1C134 stub. 022c:fixme:setupapi:CM_Get_Device_ID_List_SizeW 01A1C160 L"{4d36e968-e325-11ce-bfc1-08002be10318}" 0x00000300: stub 022c:fixme:setupapi:CM_Get_Device_ID_ListW L"{4d36e968-e325-11ce-bfc1-08002be10318}" 01A56AF0 0 0x00000300: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\2e31\2e300\2e18\65d8\01a5 " 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"0\8000\d1a0\6d13\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0001\8146\4349D\8cc4\1e77\6658\01a5\"" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"0\8000\d250\6d13\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0002\8146\696c\7262\7261\5f79\6170\6874\6500\2c72\6977\656e\4400\4645\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0003\8146\5c2e\6b76\735f\6977\7466\6873\6461\7265\642e\6c6c\7000\6c72\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0004\8146\7061\5f69\6576\7372\6f69n\"" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0005\8146\2e31\2e305\b291\6798\01a5&" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"0\8000\d540\6d13\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0006\8146\3122\3000\3000" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1D8 L"\2e31\2e300\2e18\65d8\01a5 " 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1D8 L"0\8000\d1a0\6d13\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1D8 L"\0001\8146\4349D\8cc4\1e77\6658\01a5\"" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1D8 L"0\8000\d250\6d13\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1D8 L"\0002\8146\696c\7262\7261\5f79\6170\6874\6500\2c72\6977\656e\4400\4645\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1D8 L"\0003\8146\5c2e\6b76\735f\6977\7466\6873\6461\7265\642e\6c6c\7000\6c72\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1D8 L"\0004\8146\7061\5f69\6576\7372\6f69n\"" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1D8 L"\0005\8146\2e31\2e305\b291\6798\01a5&" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1D8 L"0\8000\d540\6d13\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1D8 L"\0006\8146\3122\3000\3000" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\6966\656c\665f\726f\616d\5f74\6576\7372\6f69n\d1a0\6d13\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0001\8146\2e31\2e300\1e77\6658\01a5\"" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0002\8146\4349D\7261\5f79\6170\6874\6500\2c72\6977\656e\4400\4645\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0003\8146\696c\7262\7261\5f79\6170\6874\6400\7265\642e\6c6c\7000\6c72\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0004\8146\5c2e\6b76\735f\6977\7466\6873\6461\7265\642e\6c6c\d200\6d13\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0005\8146\7061\5f69\6576\7372\6f69n&" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C168 L"\0006\8146\2e31\2e305" 0x00000000: stub 022c:fixme:setupapi:CM_Get_Device_ID_List_SizeW 01A1C1E0 L"{4d36e968-e325-11ce-bfc1-08002be10318}" 0x00000300: stub 022c:fixme:setupapi:CM_Get_Device_ID_ListW L"{4d36e968-e325-11ce-bfc1-08002be10318}" 01A56B10 0 0x00000300: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1E8 L"\2e31\2e300\1e77\6658\01a5\"" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1E8 L"0\8000\d250\6d13\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1E8 L"\0002\8146\4349D\7261\5f79\6170\6874\6500\2c72\6977\656e\4400\4645\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1E8 L"\0003\8146\696c\7262\7261\5f79\6170\6874\6400\7265\642e\6c6c\7000\6c72\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1E8 L"\0004\8146\5c2e\6b76\735f\6977\7466\6873\6461\7265\642e\6c6c\d200\6d13\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1E8 L"\0005\8146\7061\5f69\6576\7372\6f69n&" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1E8 L"0\8000\d540\6d13\0004" 0x00000000: stub 022c:fixme:setupapi:CM_Locate_DevNodeW 01A1C1E8 L"\0006\8146\2e31\2e305" 0x00000000: stub 022c:err:d3d:wined3d_adapter_gl_init Failed to get a GL context for adapter 01AEAE28. 02dc:fixme:thread:QueryThreadCycleTime (00000118,051CFE38): stub! 022c:fixme:process:validate_proc_thread_attribute Unhandled attribute 3 022c:fixme:thread:CreateRemoteThreadEx thread attributes ignored 0310:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 080CFF18 0140:fixme:crypt:CertGetNameStringW Unsupported flags 0x10002. 031c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0320:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0330:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 02a4:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 02a4:err:winediag:wined3d_dll_init Using the OpenGL renderer. 02a4:fixme:bcrypt:BCryptCreateHash ignoring object buffer 02b4:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 02b4:err:winediag:wined3d_dll_init Using the OpenGL renderer. 02b4:fixme:bcrypt:BCryptCreateHash ignoring object buffer 02ac:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 02ac:err:winediag:wined3d_dll_init Using the OpenGL renderer. 02bc:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 02bc:err:winediag:wined3d_dll_init Using the OpenGL renderer. 02ac:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 02bc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 02ac:err:d3d_sync:wined3d_cs_create Forcing serialization of all command streams. 02bc:err:d3d_sync:wined3d_cs_create Forcing serialization of all command streams. 0130:fixme:oleacc:Window_get_accState (00000000002B9EF0)->(0000000001A3FB20 {VT_I4: 0} 0000000001A3FB40) 0130:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002 0130:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000AA4620, 10002, 0000000001A3F8A0: stub 0130:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000A66400, 10002, 0000000001A3F8A0: stub 0140:fixme:uiautomation:create_uia_node_from_elprov Ignoring unsupported ProviderOption(s) 0x10 025c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 035c:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 035c:err:winediag:wined3d_dll_init Using the OpenGL renderer. 035c:fixme:bcrypt:BCryptCreateHash ignoring object buffer 035c:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 035c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 035c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 035c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 22CF8568, 16) stub 035c:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F974, 4): stub 035c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0408:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 040c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0420:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0438:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 035c:fixme:thread:QueryThreadCycleTime (FFFFFFFE,01A1F3C8): stub! 03a0:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 03a0:err:winediag:wined3d_dll_init Using the OpenGL renderer. 03a0:fixme:bcrypt:BCryptCreateHash ignoring object buffer 03a0:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 03a0:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 03a0:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 03a0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 4F6F8568, 16) stub 03a0:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F974, 4): stub 03a0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0448:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 044c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0460:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0478:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 03a0:fixme:thread:QueryThreadCycleTime (FFFFFFFE,01A1F3C8): stub! 03a0:fixme:dwrite:dwritefontface5_HasVariations 0211BCC8: stub 018c:fixme:win:RegisterPowerSettingNotification (0001013C,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub 018c:fixme:win:RegisterPowerSettingNotification (0001013C,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub 01e8:fixme:virtual:prefetch_memory (process=0xffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub 018c:fixme:win:UnregisterPowerSettingNotification (DEADBEEF): stub 018c:fixme:win:RegisterPowerSettingNotification (0002013C,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub 018c:fixme:win:RegisterPowerSettingNotification (0002013C,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub 0488:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0130:fixme:oleacc:find_class_data unhandled window class: L"#32769" 0130:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000A69E40, 10002, 0000000001A3F8A0: stub 0130:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000A72640, 10002, 0000000001A3F8A0: stub 04d0:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 049c:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 049c:err:winediag:wined3d_dll_init Using the OpenGL renderer. 049c:fixme:bcrypt:BCryptCreateHash ignoring object buffer 049c:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 049c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 049c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 049c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 29CF8568, 16) stub 049c:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F974, 4): stub 04e0:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! wine: setpriority -1 for pid -1 failed: 3 04f8:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0846FF18 049c:fixme:mmdevapi:client_GetSharedModeEnginePeriod (02116958)->(01A1ED90, 01A1ED30, 01A1ED4C, 01A1ED48, 01A1ED44) - stub 049c:fixme:mmdevapi:client_GetSharedModeEnginePeriod (02116958)->(01A1EA70, 01A1EA10, 01A1EA2C, 01A1EA28, 01A1EA24) - stub 049c:fixme:mmdevapi:control_RegisterAudioSessionNotification (0210E380)->(45E31260) - stub 0508:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 050c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 050c:fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",069FFF00): stub 050c:fixme:avrt:AvSetMmThreadPriority (12345678)->(2) stub 035c:fixme:dwrite:dwritefontface5_HasVariations 0211BD30: stub 0258:fixme:file:ReplaceFileW Ignoring flags 2 0130:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000AA4030, 10002, 0000000001A3F8A0: stub 050c:fixme:avrt:AvRevertMmThreadCharacteristics (12345678): stub 0140:fixme:ras:RasEnumConnectionsW (00000000,01A1F544,01A1F540),stub! 0140:fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead! 049c:fixme:mmdevapi:control_UnregisterAudioSessionNotification (0210E380)->(45E31260) - stub 019c:fixme:file:ReplaceFileW Ignoring flags 2 05c8:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 05c8:err:winediag:wined3d_dll_init Using the OpenGL renderer. 05c8:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0140:fixme:powermgnt:PowerCreateRequest (0366FAFC): stub 05cc:fixme:bcrypt:BCryptCreateHash ignoring object buffer 05c8:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 05c8:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 05c8:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 05c8:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 35AF8568, 16) stub 05c8:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F974, 4): stub 05c8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 05e0:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 05e4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 05f8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0610:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0660:fixme:exec:SHELL_execute flags ignored: 0x00000100 05f8:fixme:thread:QueryThreadCycleTime (FFFFFFFE,06A5F9E8): stub! 0668:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 0668:err:winediag:wined3d_dll_init Using the OpenGL renderer. 0668:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0668:fixme:hnetcfg:fw_app_get_Enabled 0210D7D8, 01A1FA62 0668:fixme:hnetcfg:fw_app_put_ProcessImageFileName 0210D7D8, L"C:\\VK Play\\\041f\0430\0440\0430 \041f\0430 - \0413\043e\0440\043e\0434 \0442\0430\043d\0446\0435\0432\\5street\\Launch.exe" 0668:fixme:mpr:WNetGetUniversalNameW (L"C:\\VK Play\\\041f\0430\0440\0430 \041f\0430 - \0413\043e\0440\043e\0434 \0442\0430\043d\0446\0435\0432\\5street\\Launch.exe", 0x00000001, 00000000, 01A1FA20): stub 0668:fixme:hnetcfg:fw_app_put_Name 0210D7D8, L"0.56" 0668:fixme:hnetcfg:fw_apps_Add 0210D7B8, 0210D7D8 0668:fixme:hnetcfg:fw_app_get_Enabled 0210D7D8, 01A1FA56 0680:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 0680:err:winediag:wined3d_dll_init Using the OpenGL renderer. 0680:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 0680:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0680:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 068c:fixme:win:RegisterSuspendResumeNotification 0419E780, 0x2: stub. 068c:fixme:ntdll:NtQuerySystemInformation (0x000000ca,0x41858eb,0x00000001,0x41858f4) stub 0064:fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS 068c:fixme:ncrypt:NCryptOpenStorageProvider (04185930, L"Microsoft Platform Crypto Provider", 0): stub 0690:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 00C1FF18 068c:fixme:secur32:get_enabled_protocols handle TLS parameters 0140:fixme:x11drv:skip_iconify HACK: skip_iconify. 0140:fixme:uiautomation:UiaReturnRawElementProvider UIA-to-MSAA bridge not implemented, no provider map to free. 05c8:fixme:dwrite:dwritefontface5_HasVariations 0211BCC8: stub 018c:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x898,0x7acf7f0,0x00000010,(nil)) stub 018c:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x78c,0x7acf700,0x00000010,(nil)) stub wine client error:5c8: write: Bad file descriptor 0140:fixme:shell:SHQueryUserNotificationState 01A1F9C0: stub 06b8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 06c4:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 06c4:err:winediag:wined3d_dll_init Using the OpenGL renderer. 06c4:fixme:bcrypt:BCryptCreateHash ignoring object buffer 06c4:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 06c4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 06c4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 06c4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 318F8568, 16) stub 06c4:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F974, 4): stub 06c4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 06d4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 06d8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 06ec:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0704:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 06c4:fixme:thread:QueryThreadCycleTime (FFFFFFFE,01A1F3C8): stub! 0710:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0678:err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems 0678:err:d3d:wined3d_caps_gl_ctx_create Failed to find a suitable pixel format. 0678:err:d3d:wined3d_adapter_gl_init Failed to get a GL context for adapter 00A96990. 0678:err:d3d_sync:wined3d_cs_create Forcing serialization of all command streams. 0718:fixme:ole:CoInitializeSecurity 00000000, -1, 00000000, 00000000, 4, 3, 00000000, 0, 00000000 stub 072c:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0x3. 072c:err:winediag:wined3d_dll_init Using the OpenGL renderer. 072c:fixme:bcrypt:BCryptCreateHash ignoring object buffer 072c:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 072c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 072c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 072c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 3A6F8568, 16) stub 072c:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 01A1F974, 4): stub 072c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 075c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0760:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0774:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 078c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 072c:fixme:thread:QueryThreadCycleTime (FFFFFFFE,01A1F3C8): stub! 072c:fixme:dwrite:dwritefontface5_HasVariations 0211BCC8: stub 0130:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 0000000000A6BBF0, 10002, 0000000001A3F8A0: stub 00f4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! /home/pinya/PortProton/data/tmp/libs_v53/pressure-vessel/bin/pressure-vessel-unruntime terminated by signal KILL.