#Lutris issues

1 messages · Page 1 of 1 (latest)

proper garden
#

MGS Delta Snake Eater

Ok so I have these runner options:

Wine version: 10.0
DXVK: ON
Enable D3D Extras: ON
D3D extras version: v2 (default)

Enable Esync: ON
Enable Fsync: ON
Enable AMD Fidelity Super Resolution: ON
Enable Battleeye anti cheat: ON
Enable Easy Anti cheat: ON

Show crash dialogs: ON

Ive tried GE aswell but no luck
It complains about DX12 not being supported but it is supported for my card so its not they its a configuration issue or im missing a dependency or configuration.

glad nacelle
#

* open winetricks.
* select the default prefix.

  • Run winecfg.
  • In applications check if windows version is 10 or more.
#

actually, winecfg is already there in the screenshot, on top of wine console

proper garden
#

It was on 10 switched to 11 on lutris but still gives the directx12 not supported error

#

both proton and Proton GE runners failed so im not sure

#

Im missing dxgi library apparently thats probably the issue in my lutris libraries

#

Forgot how that gets added tbh

proper garden
#

Dxgi set to native builtin same result idk 🤷‍♂️

#

just seems like a stuburn game i guess

glad nacelle
#

did you try anything else besides base wine?

proper garden
#

Vanilla wine
Steam (ProtonGE& Proton 10.0 Proton Hotfix and Experimental)
i can try Bottles
And i have Empty Launch options

#

Perhaps my DXVK is not installed correctly 🤔

#

Like missing depency or the likes

cursive hare
#

Desktop, System Information, GPU. What does it say about Vulkan?

proper garden
#

Vulkan Enabled

#

@cursive hare

#

Can you have OpenGL OpenGL ES and Vulkan enabled at same time?

#

yes my video card is severly dated and even with mods tweaks does not guarantee playabilty (Silent Hill F being one of those)

#

just being able to boot is enough for me to know it works

#

till i get a video card with modern tech

#

(I use SHF as an example as it ln game loads but the fps is too low to be playable if i was clear enough on my example)

(Sorry rambling)

cursive hare
#

You can see your issue above. You have the other 3 disabled.

#

Make sure you have Mesa. If I recall that's for Vulkan. Maybe it'll activate your OpenGL too.

#

Mesa is essential software for AMD GPUs.

proper garden
#

I did see something about llvmpipe in ixgi -fxxx what not if that helps

#

i think im on stock mesa or what not (fresh install)

#

@cursive hare

#

Found it i think

This one yeah?

[CODE]

sudo apt install --install-recommends linux-generic-hwe-24.04

[/CODE]

#

Or is there a better non PPA as many say dont use ppa

cursive hare
#

PPA absolutely is recommended for older hardware. As long as it's still available in the repository.

#

As for Mesa. Just run a sudo apt update and sudo apt upgrade in your terminal.

proper garden
#

With sudo apt update and upgrade no luck for openGL enablement

It does appear installed though when i checked glxinfo

glxinfo | grep “OpenGL version”

OpenGL version string: 4.5

#

john@John-Linux:~$ glxinfo | grep OpenGL
OpenGL vendor string: Mesa
OpenGL renderer string: llvmpipe (LLVM 20.1.2, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 25.2.8-0ubuntu0.24.04.1
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.5 (Compatibility Profile) Mesa 25.2.8-0ubuntu0.24.04.1
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.2.8-0ubuntu0.24.04.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:

proper garden
#

Its working now in system information

And yeah it appears mesa is Vulkan

I installed OpenGL via this

glxinfo | grep "OpenGL version"

sudo apt update
sudo apt install mesa-utils

sudo apt install build-essential libgl-dev

sudo apt install freeglut3-dev libglew-dev

Thank you again @cursive hare

#

😅