Был запущен режим создания лога и лог успешно сохранён в корневом каталоге PortProton
Чтобы диагностировать проблему, скопируйте ВЕСЬ журнал на сервер Discord: https://discord.gg/FTaheP99wE
-------------------------------------------------------------
PortWINE version:
PortProton-1.4
------------------------------------------------------------
Scripts version:
2360
-----------------------------------------------------------
RUNTIME is enabled
----------------------------------------------------------
Debug for programm:
/home/igor/PortProton/prefixes/DEFAULT/drive_c/Games/Tanki/lgc_api.exe
---------------------------------------------------------
GLIBC version:
2.39
--------------------------------------------------------
PW_VULKAN_USE=2 - DXVK v.2.4.1-74, VKD3D-PROTON v.1.1-4202
--------------------------------------------
Version WINE in use:
PROTON_LG_9-15
-------------------------------------------------------
Program bit depth:
32 bit
--------------------------------------------------------------------
Date and time of start debug for PortProton:
Ср 30 окт 2024 12:30:26 MSK
-----------------------------------------------------
The installation path of the PortProton:
/home/igor/PortProton
------------------------------------------------------
Operating system:
Ubuntu 24.04 LTS
--------------------------------------------------
Desktop environment:
Desktop session: ubuntu
Current desktop: ubuntu:GNOME
Session type: x11
---------------------------------------------------
Kernel:
6.8.0-47-generic
-------------------------------------------------
CPU:
CPU physical cores: 8
CPU logical cores: 8
CPU model name: Intel(R) Core(TM) i7-9700KF CPU @ 3.60GHz
------------------------------------------------
RAM:
total used free shared buff/cache available
Память: 15924 3398 4433 85 8506 12526
Подкачка: 2047 1 2046
--------------------------------------------------------------
Filesystem /home/igor/PortProton/prefixes/DEFAULT/drive_c/Games/Tanki - ext2/ext3
Filesystem /home/igor/PortProton - ext2/ext3
Filesystem /tmp/PortProton - ext2/ext3
---------------------------------------------------------------
Graphic cards and drivers:
lspci -k | grep -EA3 VGA|3D|Display :
02:00.0 VGA compatible controller: NVIDIA Corporation GA104 [GeForce RTX 3060 Ti GDDR6X] (rev a1)
Subsystem: Gigabyte Technology Co., Ltd GA104 [GeForce RTX 3060 Ti GDDR6X]
Kernel driver in use: nvidia
Kernel modules: nvidiafb, 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: 8192 MB
Total available memory: 8192 MB
Currently available dedicated video memory: 7408 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 535.183.01
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 535.183.01
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 535.183.01
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
-----
inxi -G:
Graphics: Device-1: NVIDIA GA104 [GeForce RTX 3060 Ti GDDR6X] driver: nvidia v: 535.183.01
Display: x11 server: X.Org 21.1.11 driver: loaded: nvidia resolution: 2560x1440
OpenGL: renderer: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 v: 4.6.0 NVIDIA 535.183.01
PW_SCREEN_RESOLUTION=2560x1440
PW_SCREEN_PRIMARY=DP-2
----------------------------------------------
Vulkan info device name:
GPU id : 0 (NVIDIA GeForce RTX 3060 Ti):
GPU id : 1 (llvmpipe (LLVM 17.0.6, 256 bits)):
GPU0:
deviceName = NVIDIA GeForce RTX 3060 Ti
driverName = NVIDIA
GPU1:
deviceName = llvmpipe (LLVM 17.0.6, 256 bits)
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/igor/PortProton/prefixes/DEFAULT/drive_c/Games/Tanki/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 PW_VULKAN_USE="2"
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="DEFAULT"
export PW_USE_SHADER_CACHE="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 PORTPROTON_NAME="Lesta Game Center API"
export PW_WINE_USE="PROTON_LG_9-15"
----------------------------------------
# User overides db and var settings..."
# export DXVK_HUD=full"
# export GALLIUM_HUD=fps"
export GUI_THEME="default"
export MIRROR="CLOUD"
export PW_GUI_START="NOTEBOOK"
export PW_GPU_USE="NVIDIA GeForce RTX 3060 Ti"
export BRANCH="master"
export PW_SHORTCUT_MENU="TRUE"
export PW_SHORTCUT_DESKTOP="TRUE"
export PW_SHORTCUT_STEAM="TRUE"
export DOWNLOAD_STEAM_GRID="1"
---------------------------------------
WINEDLLOVERRIDES=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;nvngx,_nvngx=;steam_api,steam_api64,steamclient,steamclient64=n;dotnetfx35.exe,dotnetfx35setup.exe=b;winemenubuilder.exe=
------------------------------------
-
Log WINE:
pressure-vessel-wrap[196128]: E: Дочерний процесс завершился с кодом 1: bwrap: setting up uid map: Permission denied