I’m on Ubuntu 20.04 and i used Lutris to download the game on Steam Proton6.3.
Everything was working fine but then suddently the game won’t start and it shows up the error
’DX11 feature level 10.0 is required to run the engine’.
After some googling i came up with add PROTON_USE_WINED3D=1 %command% to game launch properties, and the game seems to run but at some point in the loading screen another error occour,
LowLevelFatalError Direct3DDevice-CreateTexture3D(TextureDesc,CreateInfo.BulkData!=NULL, TextureResource.GetInitReference()) failed at t:/OAK-PATCHWIN64-WIN64/main/Engine/Source/Runtine/Windows.d3d11Texture.cpp1126 with error E_INVALIDARG,size64x64x64 FormatDXGI_FORMAT_BC5_UNORM(0x00000053)NumMips=7,Flags=D3D11_BIND_SHADER_RESOURCE
To my knowledge is probably is something related to the GPU drivers since it’s the only thing i could probably messed up (i’m new to Linux).
I tried to uninstall and reinstall everything (lutris, steam, wine) and tried multiple nvidia drivers but none seems to fix my problem.
Hope to have some info in order to keep playing this game!
My GPU driver
±----------------------------------------------------------------------------+
| NVIDIA-SMI 460.106.00 Driver Version: 460.106.00 CUDA Version: 11.2 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 GeForce RTX 2060 On | 00000000:01:00.0 On | N/A |
| N/A 38C P8 7W / N/A | 120MiB / 5926MiB | 0% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 1001 G /usr/lib/xorg/Xorg 22MiB |
| 0 N/A N/A 1882 G /usr/lib/xorg/Xorg 95MiB |
±----------------------------------------------------------------------------+
My settings:
System:
Kernel: 5.11.0-40-generic x86_64 bits: 64 Desktop: Gnome 3.36.9
Distro: Ubuntu 20.04.3 LTS (Focal Fossa)
Machine:
Type: Laptop System: LENOVO product: 82B1 v: Lenovo Legion 5 15ARH05H
serial:
Mobo: LENOVO model: LNVNB161216 v: NO DPK serial: UEFI: LENOVO
v: FSCN14WW date: 08/26/2020
Battery:
ID-1: BAT0 charge: 81.2 Wh condition: 81.2/80.0 Wh (102%)
CPU:
Topology: 8-Core model: AMD Ryzen 7 4800H with Radeon Graphics bits: 64
type: MT MCP L2 cache: 4096 KiB
Speed: 1397 MHz min/max: 1400/2900 MHz Core speeds (MHz): 1: 1397 2: 1397
3: 1295 4: 1212 5: 1553 6: 1626 7: 1240 8: 1209 9: 1397 10: 1397 11: 1397
12: 1397 13: 1397 14: 1396 15: 1269 16: 1242
Graphics:
Device-1: NVIDIA TU106 [GeForce RTX 2060] driver: nvidia v: 460.106.00
Display: x11 server: X.Org 1.20.11 driver: none FAILED: nvidia
unloaded: fbdev,modesetting,nouveau,vesa
resolution: 1920x1080~60Hz, 1920x1080~120Hz
OpenGL: renderer: llvmpipe (LLVM 12.0.0 256 bits) v: 4.5 Mesa 21.0.3
Audio:
Device-1: NVIDIA TU106 High Definition Audio driver: snd_hda_intel
Device-2: AMD Raven/Raven2/FireFlight/Renoir Audio Processor driver: N/A
Device-3: AMD Family 17h HD Audio driver: snd_hda_intel
Sound Server: ALSA v: k5.11.0-40-generic
Network:
Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
driver: r8169
IF: eno1 state: down mac:
Device-2: Intel Wi-Fi 6 AX200 driver: iwlwifi
IF: wlp4s0 state: up mac:
IF-ID-1: docker0 state: down mac:
Drives:
Local Storage: total: 476.94 GiB used: 231.44 GiB (48.5%)
ID-1: /dev/nvme0n1 model: UMIS RPITJ512VME2OWD size: 476.94 GiB
Partition:
ID-1: / size: 467.96 GiB used: 231.43 GiB (49.5%) fs: ext4
dev: /dev/nvme0n1p2
Sensors:
System Temperatures: cpu: 39.1 C mobo: N/A gpu: nvidia temp: 37 C
Fan Speeds (RPM): N/A
Info:
Processes: 436 Uptime: 30m Memory: 15.50 GiB used: 3.73 GiB (24.0%)
Shell: bash inxi: 3.0.38
Help appreciated, thanks.