Был запущен режим создания лога и лог успешно сохранён в корневом каталоге PortProton
Чтобы диагностировать проблему, скопируйте ВЕСЬ журнал на сайт: https://linux-gaming.ru/t/opisanie-kategorii-portproton-pomoshh/1642
-------------------------------------------------------------
PortWINE version:
PortProton-1.7.3
------------------------------------------------------------
Scripts version:
2454
-----------------------------------------------------------
RUNTIME is enabled
----------------------------------------------------------
Debug for programm:
/home/oem/PortProton/data/prefixes/LGC/drive_c/ProgramData/Lesta/GameCenter/api/lgc_api.exe
---------------------------------------------------------
GLIBC version:
2.35
--------------------------------------------------------
PW_VULKAN_USE=6 - DXVK v.2.6.2, VKD3D-PROTON v.2.14.1
--------------------------------------------
Version WINE in use:
PROTON_LG_10-25
-------------------------------------------------------
Program bit depth:
32 bit
--------------------------------------------------------------------
Date and time of start debug for PortProton:
Вс 23 ноя 2025 15:33:58 +05
-----------------------------------------------------
The installation path of the PortProton:
/home/oem/PortProton
------------------------------------------------------
Operating system:
Ubuntu 22.04.5 LTS
--------------------------------------------------
Desktop environment:
Desktop session: ubuntu
Current desktop: ubuntu:GNOME
Session type: x11
---------------------------------------------------
Kernel:
6.8.0-87-generic
-------------------------------------------------
CPU:
CPU physical cores: 4
CPU logical cores: 4
CPU model name: Intel(R) Core(TM) i5-3330 CPU @ 3.00GHz
------------------------------------------------
RAM:
total used free shared buff/cache available
Память: 3878 1148 1350 4 1378 2501
Подкачка: 3939 0 3939
--------------------------------------------------------------
Filesystem /home/oem/PortProton/data/prefixes/LGC/drive_c/ProgramData/Lesta/GameCenter/api - ext2/ext3
Filesystem /home/oem/PortProton - ext2/ext3
Filesystem /tmp/PortProton_oem - ext2/ext3
---------------------------------------------------------------
Graphic cards and drivers:
lspci -k | grep -EA3 VGA|3D|Display :
01:00.0 VGA compatible controller: NVIDIA Corporation TU117 [GeForce GTX 1650] (rev a1)
Subsystem: NVIDIA Corporation TU117 [GeForce GTX 1650]
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
----
-----
inxi -G:
Graphics: Device-1: NVIDIA TU117 [GeForce GTX 1650] driver: nvidia v: 580.95.05
Display: x11 server: X.Org 1.21.1.4 driver: loaded: nvidia
unloaded: fbdev,modesetting,nouveau,vesa resolution: 1920x1080~144Hz
Message: Unable to show advanced data. Required tool glxinfo missing.
------
ldconfig -p | grep libGLX_nvidia
libGLX_nvidia.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_nvidia.so.0
libGLX_nvidia.so.0 (libc6) => /lib/i386-linux-gnu/libGLX_nvidia.so.0
PW_SCREEN_RESOLUTION=1920x1080
PW_SCREEN_PRIMARY=DVI-D-0
----------------------------------------------
Vulkan info device name:
GPU id : 0 (NVIDIA GeForce GTX 1650):
GPU id : 1 (llvmpipe (LLVM 15.0.7, 256 bits)):
GPU0:
deviceName = NVIDIA GeForce GTX 1650
driverName = NVIDIA
driverName = NVIDIA
GPU1:
deviceName = llvmpipe (LLVM 15.0.7, 256 bits)
driverName = llvmpipe
driverName = llvmpipe
Vulkan cube test passed successfully
----------------------------------------------------
locale:
LANG=ru_RU.UTF-8
LANGUAGE=ru
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 /home/oem/PortProton/data/prefixes/LGC/drive_c/ProgramData/Lesta/GameCenter/api/lgc_api.exe.ppdb db file:
#!/usr/bin/env bash
#Author: PortWINE
#lgc_api.exe
#lgc.exe
#Rating=5
export PW_COMMENT_DB="Lesta Game Centers"
export LAUNCH_PARAMETERS="" # Additional launch options
export PW_WINDOWS_VER="10" # Set windows version 10, 7 or XP
export WINEDLLOVERRIDES=""
export PW_DLL_INSTALL="lucida" # Install DLL in port prefix (used winetricks)
export PW_USE_D3D_EXTRAS="1"
export PW_PREFIX_NAME="LGC"
export PW_USE_SHADER_CACHE="0"
export PW_USE_ESYNC="1"
export PW_USE_FSYNC="1"
export PW_USE_NTSYNC="0"
add_in_start_portwine () {
if [[ -f "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/users/${USER}/AppData/Roaming/Wargaming.net/WorldOfTanks/preferences.xml" ]] ; then
sed -i 's% true % false %' "${PORT_WINE_PATH}/data/prefixes/${PW_PREFIX_NAME}/drive_c/users/${USER}/AppData/Roaming/Wargaming.net/WorldOfTanks/preferences.xml"
fi
if [[ "${PW_VULKAN_USE}" == "0" || "${PW_VULKAN_USE}" == "3" ]] ; then
export LAUNCH_PARAMETERS="--disable-gpu"
}
export PW_AMD_VULKAN_USE="disabled"
export PORTPROTON_NAME="Lesta Game Center API"
export FILE_DESCRIPTION="Lesta Game Center API"
export FILE_SHA256SUM="58871a9c5caaf4e4cc97fec648fb59d5298b2dfd6343429dbbdc36d75e04bf5e"
export PW_VULKAN_USE="6"
export PW_WINE_USE="PROTON_LG_10-25"
----------------------------------------
# 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_GPU_USE="NVIDIA GeForce GTX 1650"
export PW_SHORTCUT_MENU="FALSE"
export PW_SHORTCUT_DESKTOP="FALSE"
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;winebth.sys=d;steam_api,steam_api64,steamclient,steamclient64=n;dotnetfx35.exe,dotnetfx35setup.exe=b;winemenubuilder.exe=
------------------------------------
-
Log WINE:
fsync: up and running.
002c:fixme:winediag:loader_init wine-staging 10.0 is a testing version containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org.
0040:fixme:ntoskrnl:driver_stub 000000000024A040 L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\pci" stub!
0040:fixme:ntoskrnl:driver_stub 000000000024A290 L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\hidusb" stub!
0040:fixme:ntoskrnl:driver_stub 000000000024A4E0 L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\Disk" stub!
0050:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
0034:err:service:process_send_start_message service L"PlugPlay" failed to start
0034:fixme:service:scmdatabase_autostart_services Auto-start service L"PlugPlay" failed to start: 1053
008c:fixme:ntoskrnl:driver_stub 000000000024A040 L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\pci" stub!
008c:fixme:ntoskrnl:driver_stub 000000000024A290 L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\hidusb" stub!
008c:fixme:ntoskrnl:driver_stub 000000000024A4E0 L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\Disk" stub!
0098:fixme:ntoskrnl:kernel_object_from_handle No constructor for type L"Token"
0094:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\winebth": c0000142
0034:fixme:service:scmdatabase_autostart_services Auto-start service L"winebth" failed to start: 1114
00c0:fixme:ver:GetCurrentPackageId (0080FEB4 00000000): stub
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 00000000002C5728, 000000000022F9D0: stub!
0110:fixme:uiautomation:base_hwnd_fragment_GetEmbeddedFragmentRoots 00000000002C5728, 000000000022F9E0: stub!
00c8:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
00c8:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0124:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 020EFF18
0124:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0130:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0130:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0130:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0138:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 019EFF18
0140:fixme:winsock:GetAddrInfoExW Unsupported cancel handle
013c:fixme:winsock:GetAddrInfoExW Unsupported cancel handle
0158:fixme:ver:GetCurrentPackageId (0273FF10 00000000): stub
013c:fixme:winsock:GetAddrInfoExCancel (00C87018)
0140:fixme:winsock:GetAddrInfoExCancel (00C3F230)
00c8:fixme:wlanapi:WlanRegisterNotification (00000001, 65535, 1, 6EC82860, 01CE5AE8, 00000000, 00000000) stub
016c:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 02BBDDA8) semi-stub
016c:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 02BBD858) semi-stub
00c8:fixme:ole:global_options_Set 01D0E4B0, 1, 1.
00c8:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0091E9A8, 4): stub
00c8:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0174:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0588FDAC, 00000000 0588FDA8
0174:fixme:nls:get_dummy_preferred_ui_language (0x38 0x419 0588FDAC 00000000 0588FDA8) returning a dummy value (current locale)
0174:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0588FDAC, 01D6C0B8 0588FDA8
0174:fixme:nls:get_dummy_preferred_ui_language (0x38 0x419 0588FDAC 01D6C0B8 0588FDA8) returning a dummy value (current locale)
0174:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0174:fixme:winsock:WSALookupServiceBeginW (0588FB2C 0xff0 0588FB68) Stub!
0174:fixme:userenv:RegisterGPNotification 00000308 0
0174:fixme:userenv:RegisterGPNotification 0000030C 1
0174:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here?
0194:fixme:wtsapi:WTSRegisterSessionNotification Stub 00010092 0x00000001
0170:fixme:wbemprox:client_security_SetBlanket 6EB828C0, 06909BC0, 10, 0, (null), 3, 3, 00000000, 0
0170:fixme:wbemprox:client_security_Release 6EB828C0
0170:fixme:wbemprox:enum_class_object_Next timeout not supported
0174:fixme:win:GetPointerDevices (0588F92C 00000000): partial stub
0174:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11.
0174:fixme:combase:RoActivateInstance (0690B930, 0588FBD8): semi-stub
0174:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 0588FAF8): semi-stub
01b0:err:service:device_notify_proc failed to open RPC handle, error 1722
0174:fixme:ui:uisettings2_add_TextScaleFactorChanged iface 068F818C, handler 068F81A8, cookie 76735FE0 stub!
0180:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0618FB9C 0618FB98
01c0:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 089DFC2C)
00c8:fixme:win:RegisterPowerSettingNotification (000200A2,{245d8541-3943-4422-b025-13a784f679b7},0): stub
00c8:fixme:powrprof:PowerRegisterForEffectivePowerModeNotifications (2,79040FB0,06A5C258,06A7974C) stub!
00c8:fixme:powrprof:PowerRegisterForEffectivePowerModeNotifications (1,79040FB0,06A5C258,06A7974C) stub!
00c8:fixme:shell:propertystore_GetValue (06A19650)->(0091E030 0091E014): stub
01ac:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
01ac:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
01d4:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 01FEFF18
01d4:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
01ac:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
01ac:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 007DFBA4, 4): stub
00c8:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 0091E2E8) semi-stub
00c8:fixme:iphlpapi:NotifyRouteChange (Handle 0091EC54, overlapped 01C42488): stub
00d0:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=0000000000000000): stub
00c8:fixme:msg:ChangeWindowMessageFilterEx 000100C0 c050 1 00000000
0174:fixme:dwmapi:DwmExtendFrameIntoClientArea (000300C4, 0588EF00) stub
0194:fixme:wtsapi:WTSRegisterSessionNotification Stub 00010094 0x00000000
0174:fixme:thread:QueryThreadCycleTime (FFFFFFFE,0588F500): stub!
01a4:fixme:sync:NtSetInformationJobObject stub: 0x514 4 0x80af93c 4
0174:fixme:manipulation:viewport_ActivateConfiguration 098749D0, 823
0174:fixme:manipulation:viewport_SetViewportOptions 098749D0, 2
0174:fixme:manipulation:viewport_AddEventHandler 098749D0, 000100E0, 0986CB28, 09898CE4
0174:fixme:manipulation:viewport_Stop 098749D0
0174:fixme:manipulation:viewport_RemoveEventHandler 098749D0, 160008544
0174:fixme:manipulation:viewport_Abandon 098749D0
0174:fixme:manipulation:direct_manip_Deactivate 09898BE0, 000100E0
0174:fixme:manipulation:viewport_ActivateConfiguration 09874AD0, 823
0174:fixme:manipulation:viewport_SetViewportOptions 09874AD0, 2
0174:fixme:manipulation:viewport_AddEventHandler 09874AD0, 000100E0, 0986CB28, 09898DA4
0174:fixme:manipulation:viewport_Stop 09874AD0
0174:fixme:manipulation:viewport_RemoveEventHandler 09874AD0, 159988152
0174:fixme:manipulation:viewport_Abandon 09874AD0
0174:fixme:manipulation:direct_manip_Deactivate 09874A90, 000100E0
0174:fixme:manipulation:viewport_ActivateConfiguration 098C9A10, 823
0174:fixme:manipulation:viewport_SetViewportOptions 098C9A10, 2
0174:fixme:manipulation:viewport_AddEventHandler 098C9A10, 000100E0, 098C9C38, 0989C13C
0174:fixme:manipulation:viewport_Stop 098C9A10
0174:fixme:manipulation:viewport_RemoveEventHandler 098C9A10, 0
0174:fixme:manipulation:viewport_Abandon 098C9A10
0174:fixme:manipulation:direct_manip_Deactivate 098C99D0, 000100E0
0174:fixme:manipulation:viewport_ActivateConfiguration 098AB558, 823
0174:fixme:manipulation:viewport_SetViewportOptions 098AB558, 2
0174:fixme:manipulation:viewport_AddEventHandler 098AB558, 000100E0, 098C9C38, 098C3E1C
0174:fixme:manipulation:viewport_Stop 098AB558
0174:fixme:manipulation:viewport_RemoveEventHandler 098AB558, 0
0174:fixme:manipulation:viewport_Abandon 098AB558
0174:fixme:manipulation:direct_manip_Deactivate 098AB518, 000100E0
0174:fixme:win:GetPointerDevices (0588F7CC 00000000): partial stub
0174:fixme:dwmapi:DwmExtendFrameIntoClientArea (000300C4, 0588F5F0) stub
0174:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
011c:fixme:uiautomation:msaa_provider_GetPatternProvider Unimplemented patternId 10002
011c:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 00000000002CAFC0, 10002, 000000000184F8A0: stub
0218:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0208:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
0218:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0208:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
024c:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 01DEFF18
0248:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 01DEFF18
0248:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
024c:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
0208:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0208:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 007DFBA4, 4): stub
0218:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0268:fixme:winsock:WSALookupServiceBeginW (0424F2E4 0xff0 0424F320) Stub!
0218:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 007DFBA4, 4): stub
0268:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 0424EFCC) semi-stub
0218:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0218:fixme:thread:QueryThreadCycleTime (FFFFFFFE,007DF878): stub!
0260:fixme:file:NtLockFile I/O completion on lock not implemented yet
0260:fixme:virtual:prefetch_memory (process=0xffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub
01ac:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
02b4:fixme:thread:QueryThreadCycleTime (000001AC,0391FE20): stub!
01ac:fixme:combase:RoGetActivationFactory (L"Windows.Foundation.Metadata.ApiInformation", {997439fe-f681-4a11-b416-c13a47e8ba36}, 007DF0DC): semi-stub
01ac:fixme:wintypes:api_information_statics_IsApiContractPresentByMajor iface 6E1DB07C, contract_name L"Windows.Foundation.UniversalApiContract", major_version 6, value 007DF0E3 semi-stub.
01ac:fixme:dcomp:DCompositionCreateDevice2 00FE7328, {5f4633fe-1e08-4cb8-8c75-ce24333f5602}, 007DF6E0.
01ac:err:winediag:h264_encoder_create GStreamer doesn't support H.264 encoding, please install appropriate plugins
01ac:fixme:ole:CoCreateInstanceEx no instance created for interface {bf94c121-5b05-4e6f-8000-ba598961414d} of class {6c34de69-4670-46cd-8cb4-1f2fa1dffb65}, hr 0xd0000005.
01ac:fixme:ole:CoCreateInstanceEx no instance created for interface {bf94c121-5b05-4e6f-8000-ba598961414d} of class {6ca50344-051a-4ded-9779-a43305165e35}, hr 0xd0000005.
02ec:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 06DDFF18
01ac:fixme:dwmapi:DwmGetCompositionTimingInfo (00000000 007DF448)
011c:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30020
0174:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {e89f726e-c4f4-4c19-bb19-b647d7fa8478} with error 0x80004002
011c:fixme:uiautomation:msaa_fragment_GetRuntimeId 00000000002F28D8, 000000000184F800: stub!
0218:fixme:dwrite:dwritefontface5_HasVariations 021CB8E0: stub
03b8:fixme:wbemprox:client_security_SetBlanket 6EB828C0, 09B11570, 10, 0, (null), 3, 3, 00000000, 0
03b8:fixme:wbemprox:client_security_Release 6EB828C0
019c:fixme:file:ReplaceFileW Ignoring flags 2
019c:fixme:file:NtLockFile I/O completion on lock not implemented yet
0334:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0174:fixme:dwmapi:DwmExtendFrameIntoClientArea (000300C4, 0588F640) stub
00c8:fixme:oleacc:LresultFromObject unsupported wParam = ffffffff
011c:fixme:oleacc:find_class_data unhandled window class: L"#32769"
011c:fixme:uiautomation:base_hwnd_provider_GetPatternProvider 000000000031AE60, 10002, 000000000184F8A0: stub
/home/oem/PortProton/data/tmp/libs_v53/pressure-vessel/bin/pressure-vessel-unruntime terminated by signal KILL.
0260:fixme:winsock:WSALookupServiceBeginW (03C4FA14 0xff0 03C4FA50) Stub!
019c:fixme:winsock:WSALookupServiceBeginW (07A8FA14 0xff0 07A8FA50) Stub!
0268:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 0424FC10) semi-stub