While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Dungeon Clawler will grab hold of your free time now it's in Early Access, plus keys to give away
- Steam getting proper Season Pass support with clearer guidelines and refunds for cancellations
- Huge new Proton 9.0-4 update for Steam Deck / Linux now in need of testing
- itch.io store now requires AI generated content disclosures for assets
- Mesa 24.3.0 graphics drivers for Linux released with many new features and bug fixes
- > See more over 30 days here
-
LIGHT OF MOTIRAM takes Horizon Zero Dawn and turns it i…
- Linux_Rocks -
You can get a free copy of both Breathedge and Dark Sec…
- Linux_Rocks -
LIGHT OF MOTIRAM takes Horizon Zero Dawn and turns it i…
- Kueisi -
LIGHT OF MOTIRAM takes Horizon Zero Dawn and turns it i…
- pleasereadthemanual -
You can get a free copy of both Breathedge and Dark Sec…
- mrdeathjr - > See more comments
- The Nightdive Source Port List
- Shmerl - New Desktop Screenshot Thread
- Hamish - Spare gog keys
- Pyrate - Nintendo-style gaming, without Nintendo!
- Talon1024 - What have you been listening to?
- Linux_Rocks - See more posts
View PC info
View PC info
I suppose part of the problem is in Nvidia blob, but they aren't likely to care about it. But you are free to file the bug to them of course. Unlike Mesa bugs, this process is not public, so you'll never know what they are doing about it, until they'll decide to answer to you if ever.
See here: https://devtalk.nvidia.com/default/topic/522835/linux/if-you-have-a-problem-please-read-this-first/
A bit of a curious conclusion seeing that a piece of experimental code is literally the only thing that has problems.
View PC info
I wouldn't call Wine experimental code. But normally Nvidia care about some big native titles, not about Wine gaming.
View PC info
Yes I have the 64-bit dlls (xinput1_3.dll and xinput9_1_0_dll). This used to work with lutris but not if I launch the game from commandline. Actually xinput9_1_0.dll is not needed and doesn't make a difference. And the same xinput1_3.dll works fine with fallout 4.
View PC info
sh ~/wine-dirs/wine-staging/patches/patchinstall.sh DESTDIR=~/wine-dirs/wine-source/ wined3d-buffer_create
WARNING: Skipping generation of patchlist because 'Staging' patchset is disabled.
Applying /home/thomas/wine-dirs/wine-staging/patches/wined3d-buffer_create/0001-wined3d-Do-not-pin-large-buffers.patch
error: Anwendung des Patches fehlgeschlagen: dlls/wined3d/buffer.c:1455
error: dlls/wined3d/buffer.c: Patch konnte nicht angewendet werden
ERROR: Failed to apply patch, aborting!
View PC info
Applies fine for me. Make sure your wine source isn't mangled in any way before applying the patch.
Assuming, you used git clone to get the Wine source, go to the source directory, and do this:
git reset --hard HEAD
git clean -df
git checkout master
git pull
Then try applying the patch again. I also recommend running the script from the staging patches directory. May be running it from elsewhere causes a problem.
View PC info
All i did was cloning the sources and then applying the patches (also tried running from patches directory)
Only wined3d-buffer_create or are there any other important patches at the moment?
View PC info
The other patch you can test is one that fixes distorted monsters, but it's not yet fully correct (causes freezes for Mesa).
See https://bugs.winehq.org/show_bug.cgi?id=43872#c18
Nothing else is needed as far as I know.
View PC info
you are right, xinput9_1_0.dll should not be needed.
just tried it with vanilla-wine 2.21, wine-staging-2.21 and my custom build 3.0-rc3 with wined3d-buffer_create patchset applied.
only with wine-staging I was able to start the game with overwritten dll