Был запущен режим создания лога и лог успешно сохранён в корневом каталоге PortProton Чтобы диагностировать проблему, скопируйте ВЕСЬ журнал на сайт: https://linux-gaming.ru/t/opisanie-kategorii-portproton-pomoshh/1642 ------------------------------------------------------------- PortWINE version: PortProton-1.7.1 ------------------------------------------------------------ Scripts version: 2411 ----------------------------------------------------------- FLATPAK in used ---------------------------------------------------------- Debug for programm: /home/me/.var/app/ru.linux_gaming.PortProton/data/prefixes/VK_PLAY/drive_c/users/steamuser/AppData/Local/VKPlayLoader.exe --------------------------------------------------------- GLIBC version: 2.40 -------------------------------------------------------- PW_VULKAN_USE=2 - DXVK v.2.6-65, VKD3D-PROTON v.1.1-4511 -------------------------------------------- Version WINE in use: WINE_LG_10-1 ------------------------------------------------------- Program bit depth: 32 bit -------------------------------------------------------------------- Date and time of start debug for PortProton: Вс 13 апр 2025 07:29:03 MSK ----------------------------------------------------- The installation path of the PortProton: /home/me/.var/app/ru.linux_gaming.PortProton ------------------------------------------------------ Flatpak runtime: Freedesktop SDK 24.08 (Flatpak runtime) Operating system: Fedora Linux 41 (Workstation Edition) -------------------------------------------------- Desktop environment: Desktop session: gnome Current desktop: GNOME Session type: wayland --------------------------------------------------- Kernel: 6.13.9-200.fc41.x86_64 ------------------------------------------------- CPU: CPU physical cores: 8 CPU logical cores: 16 CPU model name: AMD Ryzen 7 7840HS w/ Radeon 780M Graphics ------------------------------------------------ RAM: total used free shared buff/cache available Mem: 15249 4909 3042 72 7707 10339 Swap: 8191 1 8190 -------------------------------------------------------------- Filesystem /home/me/.var/app/ru.linux_gaming.PortProton/data/prefixes/VK_PLAY/drive_c/users/steamuser/AppData/Local - btrfs Filesystem /home/me/.var/app/ru.linux_gaming.PortProton - btrfs Filesystem /tmp/PortProton - tmpfs --------------------------------------------------------------- Graphic cards and drivers: lspci -k | grep -EA3 VGA|3D|Display : 01:00.0 VGA compatible controller: NVIDIA Corporation GN20-P0-R-K2 [GeForce RTX 3050 6GB Laptop GPU] (rev a1) Subsystem: Hewlett-Packard Company Device 8bd5 Kernel driver in use: nvidia 01:00.1 Audio device: NVIDIA Corporation Device 2291 (rev a1) -- 05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Phoenix1 (rev c2) Kernel driver in use: amdgpu 05:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Rembrandt Radeon High Definition Audio Controller ---- name of display: :0 display: :0 screen: 0 direct rendering: Yes Memory info (GL_NVX_gpu_memory_info): Dedicated video memory: 6144 MB Total available memory: 6144 MB Currently available dedicated video memory: 5341 MB OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: NVIDIA GeForce RTX 3050 6GB Laptop GPU/PCIe/SSE2 OpenGL core profile version string: 4.6.0 NVIDIA 570.133.07 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 570.133.07 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 570.133.07 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 ----- inxi -G: PW_SCREEN_RESOLUTION=1920x1080 PW_SCREEN_PRIMARY=eDP-2 ---------------------------------------------- Vulkan info device name: GPU id : 0 (NVIDIA GeForce RTX 3050 6GB Laptop GPU): GPU id : 1 (AMD Radeon 780M (RADV PHOENIX)): GPU id : 2 (llvmpipe (LLVM 19.1.7, 256 bits)): GPU0: deviceName = NVIDIA GeForce RTX 3050 6GB Laptop GPU driverName = NVIDIA driverName = NVIDIA GPU1: deviceName = AMD Radeon 780M (RADV PHOENIX) driverName = radv driverName = radv GPU2: deviceName = llvmpipe (LLVM 19.1.7, 256 bits) driverName = llvmpipe 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 /home/me/.var/app/ru.linux_gaming.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="WINE_LG_10-1" 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="FALSE" export PW_SHORTCUT_DESKTOP="FALSE" export PW_SHORTCUT_STEAM="FALSE" --------------------------------------- WINEDLLOVERRIDES=wineopenxr,vrclient,vrclient_x64,openvr_api_dxvk=;libvkd3d-shader-1=n;libvkd3d-1=n;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= ------------------------------------ - Log WINE: fsync: up and running. 002c:fixme:winediag:loader_init Wine LG 10.1 is a testing version containing experimental patches. 002c:fixme:winediag:loader_init Please don't report bugs about it on winehq.org and use https://github.com/Frogging-Family/wine-tkg-git/issues instead. 0128:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0128:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 0128:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 0128:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0130:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType 1.3.6.1.4.1.311.2.1.4 0130:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0130:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0134:fixme:exec:SHELL_execute flags ignored: 0x00000100 0130:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 0130:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 0130:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 013c:fixme:bcrypt:BCryptCreateHash ignoring object buffer 013c:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 013c:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 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 037B1800: stub 013c:fixme:authz:AuthzInitializeResourceManager (0x1,00000000,00000000,00000000,(null),0199FC60): stub 0168:fixme:fsync:__fsync_wait_objects Can't wait on fsync and server objects at the same time! 013c:fixme:taskschd:regtasks_get_Count 038170F8,0199FC18: stub 013c:fixme:dbghelp:elf_search_auxv can't find symbol in module 013c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 013c:fixme:uxtheme:SetPreferredAppMode 1: stub 013c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 26C34928, 16) stub 0188:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0820FD68, 00000000 0820FD64 0188:fixme:nls:get_dummy_preferred_ui_language (0x38 0x419 0820FD68 00000000 0820FD64) returning a dummy value (current locale) 0188:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0820FD68, 26C5DF20 0820FD64 0188:fixme:nls:get_dummy_preferred_ui_language (0x38 0x419 0820FD68 26C5DF20 0820FD64) returning a dummy value (current locale) 0194:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0188:fixme:win:RegisterSuspendResumeNotification 000100B8, 0: stub. 0188:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0188:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0820FBB8, 4): stub 0188:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0188:fixme:winsock:WSALookupServiceBeginW (0820F96C 0xff0 0820F9A8) Stub! 0188:fixme:userenv:RegisterGPNotification 000003DC 0 0188:fixme:userenv:RegisterGPNotification 000003E0 1 0188:fixme:shcore:IsOS (OS_DOMAINMEMBER) What should we return here? 01ac:fixme:wtsapi:WTSRegisterSessionNotification Stub 000100BC 0x00000000 01c0:fixme:process:CreateProcessInternalW Unsupported attribute 0x20007. 0188:fixme:win:GetPointerDevices (0820F674 00000000): partial stub 0188:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type 11. 0188:fixme:combase:RoActivateInstance (039199E0, 0820F5F8): semi-stub 0188:fixme:combase:RoGetActivationFactory (L"Windows.UI.ViewManagement.UISettings", {00000035-0000-0000-c000-000000000046}, 0820F514): semi-stub 0188:fixme:ui:uisettings2_add_TextScaleFactorChanged iface 039637F4, handler 330531F8, cookie 76F72C58 stub! 0188:fixme:ui:uisettings2_get_TextScaleFactor iface 039637F4, value 0820F5F8 stub! 01d8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 01b0:fixme:wpc:WindowsParentalControls_GetUserSettings ((null) 0A00FB94) 0194:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 08B0FB30 08B0FB10 0194:fixme:netapi32:NetGetAadJoinInformation ((null), 08B0FAFC): stub 01e0:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 01c8:fixme:bcrypt:BCryptCreateHash ignoring object buffer 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 01c0:fixme:sync:NtSetInformationJobObject stub: 0x534 4 0xac0f7ac 4 01e4:fixme:file:ReplaceFileW Ignoring flags 2 01e4:fixme:file:NtLockFile I/O completion on lock not implemented yet 01c8:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 01c8:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 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, 23080328, 16) stub 01c8:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0199F954, 4): stub 01c8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 01f0:fixme:bcrypt:BCryptCreateHash ignoring object buffer 01c8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 01f8:fixme:bcrypt:BCryptCreateHash ignoring object buffer 01c8:fixme:dcomp:DCompositionCreateDevice2 01FA6458, {5f4633fe-1e08-4cb8-8c75-ce24333f5602}, 0199F2A4. 021c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0218:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 022c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0200:fixme:thread:QueryThreadCycleTime (0000013C,04FFFE28): stub! 01f0:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 01f0:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 01f0:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 01f0:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 01f0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 3A8704A8, 16) stub 01f0:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0199F954, 4): stub 0240:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 01f0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 01f8:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 01f8:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 01f8:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 01f8:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 01f8:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 3CC704A8, 16) stub 01f8:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0199F954, 4): stub 025c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0260:fixme:winsock:WSALookupServiceBeginW (0599F08C 0xff0 0599F0C8) Stub! 0260:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 0599EB20) semi-stub 0278:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0260:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT 0268:fixme:file:NtLockFile I/O completion on lock not implemented yet 0268:fixme:virtual:prefetch_memory (process=0xffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub 0280:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0C77FF08 0284:fixme:iphlpapi:NotifyUnicastIpAddressChange (family 0, callback 77AC2F50, context 03B3E5E0, init_notify 0, handle 03B3E5E8): semi-stub 0284:fixme:winsock:setsockopt IPV6_PROTECTION_LEVEL is ignored! 0284:fixme:winsock:setsockopt Unknown IPPROTO_IPV6 optname 0x00000027 013c:fixme:authz:AuthzInitializeResourceManager (0x1,00000000,00000000,00000000,(null),0199FC08): stub 013c:fixme:system:NtUserSystemParametersInfo Unknown action: 130 013c:fixme:winsock:GetAddrInfoExW Unsupported cancel handle 02a0:fixme:bcrypt:BCryptCreateHash ignoring object buffer 02b0:fixme:bcrypt:BCryptCreateHash ignoring object buffer 013c:fixme:winsock:GetAddrInfoExCancel (01A0FFB8) 013c:fixme:winsock:GetAddrInfoExCancel (01A10328) 013c:fixme:winsock:GetAddrInfoExCancel (01A103D8) 013c:fixme:secur32:get_enabled_protocols handle TLS parameters 013c:fixme:crypt:CertGetNameStringW Unsupported flags 0x10002. 013c:fixme:winsock:GetAddrInfoExCancel (01A10068) 013c:fixme:winsock:GetAddrInfoExCancel (01A101C8) 02b8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 02a8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 02f4:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0260:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 02f4:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 02f4:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 02f4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 02f4:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 02f4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 4EE704A8, 16) stub 02f4:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0199F954, 4): stub 02f4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0308:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 030c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 013c:fixme:ras:RasEnumConnectionsW (00000000,0199F58C,0199F588),stub! 013c:fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead! 0320:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 02f4:fixme:thread:QueryThreadCycleTime (FFFFFFFE,0199F3A8): stub! 0340:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 032c:fixme:bcrypt:BCryptCreateHash ignoring object buffer 032c:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 032c:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 032c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 032c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 032c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 50A704A8, 16) stub 032c:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0199F954, 4): stub 032c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0350:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0354:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 036c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 013c:fixme:winsock:GetAddrInfoExCancel (01A10538) 0384:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 032c:fixme:thread:QueryThreadCycleTime (FFFFFFFE,0199F3A8): stub! 013c:fixme:winsock:GetAddrInfoExCancel (01A108A8) 013c:fixme:winsock:GetAddrInfoExCancel (01A10958) 013c:fixme:winsock:GetAddrInfoExCancel (01A10A08) 038c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0188:fixme:win:RegisterPowerSettingNotification (00010136,{5d3e9a59-e9d5-4b00-a6bd-ff34ff516548},0): stub 0188:fixme:win:RegisterPowerSettingNotification (00010136,{a7ad8041-b45a-4cae-87a3-eecbb468a9e1},0): stub 01bc:fixme:virtual:prefetch_memory (process=0xffffffff,flags=0) NtSetInformationVirtualMemory(VmPrefetchInformation) partial stub 0190:fixme:file:ReplaceFileW Ignoring flags 2 032c:fixme:dwrite:dwritefontface5_HasVariations 01A3A8C0: stub 0398:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0398:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 0398:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 0398:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0398:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0398:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 4C8704A8, 16) stub 0398:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0199F954, 4): stub 03d0:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0268:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT 0260:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 0599F030) semi-stub 0398:fixme:mmdevapi:control_RegisterAudioSessionNotification (019A3430)->(5F831340) - stub 03e8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 03ec:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 03ec:fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",068BFEF0): stub 03ec:fixme:avrt:AvSetMmThreadPriority (12345678)->(2) stub 0198:fixme:file:ReplaceFileW Ignoring flags 2 02f4:fixme:dwrite:dwritefontface5_HasVariations 01A64008: stub 013c:fixme:powermgnt:PowerCreateRequest (059B03CC): stub 013c:fixme:powermgnt:PowerSetRequest (000006B4, 1): stub 013c:fixme:powermgnt:PowerSetRequest (000006B4, 2): stub 013c:fixme:powermgnt:PowerSetRequest (000006B4, 3): stub 0428:fixme:bcrypt:BCryptCreateHash ignoring object buffer 013c:fixme:powermgnt:PowerClearRequest (000006B4, 0): stub 013c:fixme:powermgnt:PowerClearRequest (000006B4, 1): stub 013c:fixme:powermgnt:PowerClearRequest (000006B4, 2): stub 013c:fixme:powermgnt:PowerClearRequest (000006B4, 3): stub 0430:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0430:err:ole:com_get_class_object apartment not initialised 043c:fixme:ntdll:NtRaiseHardError 0x50000018 4 0x3 0x13e308 0 0x13ed98: stub 0188:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x6b4,0x820f6f0,0x00000010,(nil)) stub 0278:fixme:file:ReplaceFileW Ignoring flags 2 03ec:fixme:avrt:AvRevertMmThreadCharacteristics (12345678): stub 043c:fixme:ntdll:NtRaiseHardError 0x50000018 4 0x3 0x13e4a8 0 0x13ef38: stub 0398:fixme:mmdevapi:control_UnregisterAudioSessionNotification (019A3430)->(5F831340) - stub 013c:fixme:shell:SHQueryUserNotificationState 0199F9A8: stub 0460:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0474:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0474:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 0474:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 0474:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0474:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0474:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 3EE704A8, 16) stub 0474:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0199F954, 4): stub 0474:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0484:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0488:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 049c:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0474:fixme:thread:QueryThreadCycleTime (FFFFFFFE,0199F3A8): stub! 04b4:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0474:fixme:dwrite:dwritefontface5_HasVariations 01A3A8C0: stub 0258:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT 0260:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 0599EFA0) semi-stub 04dc:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 01bc:fixme:file:ReplaceFileW Ignoring flags 2 0500:fixme:bcrypt:BCryptCreateHash ignoring object buffer 0500:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems 0500:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 0500:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0500:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented! 0500:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 57E704A8, 16) stub 0500:fixme:process:GetProcessMitigationPolicy (FFFFFFFF, 4, 0199F954, 4): stub 0500:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0514:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0510:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0528:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0540:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub! 0528:fixme:thread:QueryThreadCycleTime (FFFFFFFE,0689F9D8): stub! 0500:fixme:dwrite:dwritefontface5_HasVariations 01A3A8C0: stub 0264:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT 0188:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x6d0,0x820f990,0x00000010,(nil)) stub 0188:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x6d0,0x820f908,0x00000010,(nil)) stub