Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fallout 76 (1151340) #3766

Open
2 tasks done
NTMan opened this issue Apr 14, 2020 · 101 comments
Open
2 tasks done

Fallout 76 (1151340) #3766

NTMan opened this issue Apr 14, 2020 · 101 comments
Labels
Game compatibility - Unofficial Games not expected to work without issues XAudio2 Uses the XAudio2 subsystem

Comments

@NTMan
Copy link

NTMan commented Apr 14, 2020

Compatibility Report

  • Name of the game with compatibility issues: Fallout 76
  • Steam AppID of the game: 1151340

System Information

  • GPU: AMD Radeon 7
  • Driver/LLVM version: Mesa 20.0.99/11.0.0
  • Kernel version: 5.7
  • Link to full system information
  • Proton version: 5.0-6-rc3

I confirm:

  • that I haven't found an existing compatibility report for this game.
  • that I have checked whether there are updates for my system available.

steam-1151340.log

Symptoms

  1. The game crashes after creating avatar.
    Adding WINEDLLOVERRIDES=winedbg.exe=d %command% to launch options helps workaround this issue.
  2. In the game, is not heard NPC speech.
    $ protontricks 1151340 faudio helps workaround this issue.
  3. In the Atom store, all items show up as "Free" regardless of their actual price.
    Screenshot from 2020-04-14 20-19-23

Reproduction

Always.

@giantrat
Copy link

Oh thank god, I'm getting this as well.
steam-1151340.log

@fls2018
Copy link

fls2018 commented Apr 14, 2020

This was an issue in wine with the photo mode last time I checked.

This stops it from crashing when taking photos, photos won't save though:

WINEDLLOVERRIDES=winedbg.exe=d %command%

@giantrat
Copy link

Will try that out, thanks!

@fls2018
Copy link

fls2018 commented Apr 14, 2020

I'm unsure how that'll work with new accounts though.

@giantrat
Copy link

I'm unsure how that'll work with new accounts though.

Seemed to work! Now I just have to figure out how to make the game ok with alt tabbing.

@fls2018
Copy link

fls2018 commented Apr 14, 2020

Do photos save on the steam version via ingame photo mode? I'm still downloading so can't check.

@kisak-valve kisak-valve added Game compatibility - Unofficial Games not expected to work without issues XAudio2 Uses the XAudio2 subsystem labels Apr 14, 2020
@giantrat
Copy link

Do photos save on the steam version via ingame photo mode? I'm still downloading so can't check.

I’ll let you know next time I crash :)

@NTMan
Copy link
Author

NTMan commented Apr 14, 2020

This was an issue in wine with the photo mode last time I checked.

This stops it from crashing when taking photos, photos won't save though:

WINEDLLOVERRIDES=winedbg.exe=d %command%

Thanks, it helps.
Second issue: In the game, I do not hear NPC speech.

@fls2018
Copy link

fls2018 commented Apr 14, 2020

This was an issue in wine with the photo mode last time I checked.
This stops it from crashing when taking photos, photos won't save though:
WINEDLLOVERRIDES=winedbg.exe=d %command%

Thanks, it helps.
Second issue: In the game, I do not hear NPC speech.

That'll probably be FAudio, same issues as FO4/Skyrim needs self compiled faudio with wma support.

Do photos save on the steam version via ingame photo mode? I'm still downloading so can't check.

I’ll let you know next time I crash :)

Actually you can just go into photo mode & the gallery through the ingame menu. The photo mode is sort of important due to the way it's integrated with your ingame avatar/banners etc.

There was some permissions/anti virus issue using wine with bethesda.net version, I'm wondering whether that's still the case with steam.

@Freso Freso mentioned this issue Apr 14, 2020
2 tasks
@kisak-valve
Copy link
Member

Fallout 76 (1151340)

Issue transferred from #3767.
@Freso posted on 2020-04-14T14:20:45:

Compatibility Report

  • Name of the game with compatibility issues: Fallout 76
  • Steam AppID of the game: 1151340

System Information

I confirm:

  • that I haven't found an existing compatibility report for this game.
  • that I have checked whether there are updates for my system available.

Symptoms

When you enter into the Atom store, all items show up as "Free" regardless of their actual price.

Reproduction

  1. Open game
  2. Go into Atom store

Note: This is possibly (exactly?) the same issue as what I described in #4 (comment) and it has been an issue with Fallout 76 under Wine for probably as long I at least have been able to run the game under Wine, regardless of what Wine version.


@Freso commented on 2020-04-14T14:57:35:

Looks like #3766 was opened while I was typing up this report, so I guess this can be closed as duplicate.

@giantrat
Copy link

Get that atom shop error as well, have no idea what causes that.

@D33pfield
Copy link

D33pfield commented Apr 14, 2020

That'll probably be FAudio, same issues as FO4/Skyrim needs self compiled faudio with wma support.

Can you elaborate on this more? I have everything working but the sound.

Edit: I have got the sound working correctly following this guide! https://github.com/FNA-XNA/FAudio/wiki/FAudio-for-Proton

@fls2018
Copy link

fls2018 commented Apr 14, 2020

That'll probably be FAudio, same issues as FO4/Skyrim needs self compiled faudio with wma support.

Can you elaborate on this more? I have everything working but the sound.

Edit: I have got the sound working correctly following this guide! https://github.com/FNA-XNA/FAudio/wiki/FAudio-for-Proton

FAudio included with Proton doesn't include FFmpeg support for wma decoding due to licensing issues, therefore you need to replace it with one built with the options enabled.

Three main ways of doing it:

1/ The official way of building faudio for proton here: https://github.com/FNA-XNA/FAudio/wiki/FAudio-for-Proton

2/ Install faudio via protontricks (I'm pretty sure this method replaces the dll's in the prefix so something to keep an eye on).

3/ If you have a distro that has FAudio in it's repository (like Manjaro) it will most likely have ffmpeg support and you can point to it via: LD_PRELOAD=/path/to/libFAudio.so.0 %command%, you can also use this command to point to custom build faudio,

@GhChancellor
Copy link

GhChancellor commented Apr 14, 2020

Sound:
With

WINEDLLOVERRIDES="xaudio2_7=n,b" %command%

i can hear the sounds but i can't hear the music. Only the video seems work well

Game:
it's goes to crash after a minute

@fls2018
Copy link

fls2018 commented Apr 14, 2020

Sound:
With

WINEDLLOVERRIDES="xaudio2_7=n,b" %command%

i can hear the sounds but i can't hear the music. Only the video seems work well

Game:
it's goes to crash after a minute

Because just using native xaudio doesn't fix it, you need faudio as mentioned above.

Also the crash fix by disabling wine debug as mentioned above.

Update: Just to add photomode doesn't save pictures even with the crash fix, also steam overlay is not working.

@angelprada
Copy link

WINEDLLOVERRIDES=winedbg.exe=d %command%

Fixes photomode

@fls2018
Copy link

fls2018 commented Apr 15, 2020

WINEDLLOVERRIDES=winedbg.exe=d %command%

Fixes photomode

It still doesn't save pictures in the gallery (for your avatar etc), only fixes the crash.

@GhChancellor
Copy link

with Proton-5.6-GE-2 the sound and music work well

WINEDLLOVERRIDES=winedbg.exe=d %command%
Fixes photomode

It still doesn't save pictures in the gallery (for your avatar etc), only fixes the crash.

it's the same for me

@giantrat
Copy link

giantrat commented Apr 16, 2020

Can we in no way use the atomic shop?

Edit: Atomic Shop works, prices just don’t show.

@HK47196
Copy link

HK47196 commented Apr 18, 2020

With regards to the atomic shop, I found this post on reddit: https://www.reddit.com/r/fo76/comments/d2m5pt/linuxwine_compatibility/

So, I've successfully been playing on ultra quality on both arch and ubuntu, however, I cannot get the prices in the atomic shop to update. It's saying everything is free, and when I attempt to make a purchase it says something about the store being updated and to try again later. Has anyone else had luck getting the atomic shop to correctly display prices on linux?

I fixed my own issue 🤷🏻‍♂️ for anyone curious, install the latest d3d9 and vcrun2015.

Didn't fix it for me, maybe someone else will have better luck/point them in the right direction.

@fls2018
Copy link

fls2018 commented Apr 18, 2020

With regards to the atomic shop, I found this post on reddit: https://www.reddit.com/r/fo76/comments/d2m5pt/linuxwine_compatibility/

So, I've successfully been playing on ultra quality on both arch and ubuntu, however, I cannot get the prices in the atomic shop to update. It's saying everything is free, and when I attempt to make a purchase it says something about the store being updated and to try again later. Has anyone else had luck getting the atomic shop to correctly display prices on linux?

I fixed my own issue 🤷🏻‍♂️ for anyone curious, install the latest d3d9 and vcrun2015.

Didn't fix it for me, maybe someone else will have better luck/point them in the right direction.

Don't know what they mean "latest d3d9" as it's a DX11 title, also tried vcrun2015 no dice.

@HK47196
Copy link

HK47196 commented Apr 27, 2020

With regards to the atomic shop, I found this post on reddit: https://www.reddit.com/r/fo76/comments/d2m5pt/linuxwine_compatibility/

So, I've successfully been playing on ultra quality on both arch and ubuntu, however, I cannot get the prices in the atomic shop to update. It's saying everything is free, and when I attempt to make a purchase it says something about the store being updated and to try again later. Has anyone else had luck getting the atomic shop to correctly display prices on linux?

I fixed my own issue 🤷🏻‍♂️ for anyone curious, install the latest d3d9 and vcrun2015.

Didn't fix it for me, maybe someone else will have better luck/point them in the right direction.

Don't know what they mean "latest d3d9" as it's a DX11 title, also tried vcrun2015 no dice.

After closer inspection, it does actually load directx 9 libraries. I think it's libcef that's using them and also being used to render the atom shop.

@HK47196
Copy link

HK47196 commented Apr 28, 2020

While trying to get the atomic shop to work I've accidentally stumbled upon a rather big performance/stability increase, much less stuttering. I'm not sure which of this caused it, but this was what I did:
I renamed all the redistributable DLLs in the Fallout76 folder(and the bin64) folder within to make sure they weren't being loaded. Not all of them are redistributable DLLs FYI. Any of the ones ending in *140.dll and the d3dcompiler dlls, IIRC. *140.dlls are the ones provided by the Visual Studio 2015 redistributable which FO76 has chosen to distribute with their game.
I also removed the default overrides proton provides in winecfg(again, just trying random things to see if I can get the atomic shop to work)
then I used protontricks to install the visual studio 2015 redistributable(vcrun2015)

Didn't fix the atomic shop, but one of these caused the game to stutter far, far less.

@HK47196
Copy link

HK47196 commented Apr 29, 2020

With regards to the atomic shop:
A similar issue seems to happen with FO4 and Skyrim SE's creation club
refer: #4 (comment)

I assume it's related?

@FelixWolf
Copy link

Getting random crashes(Doesn't crash to desktop, main thread crashes, audio thread still running).
I have noticed that it likes to crash whenever there is a overlay element, such as a steam notification, or dbus notifications. Disabling notifications and steam notifications while playing tends to help, but it will still crash at random when moving around.
steam-1151340.log

Running in windowed/borderless window appears to cause framerate issues.
Running with vsync enabled tends to cause loading in to freeze.

I am running it with PROTON_LOG=1 WINEDLLOVERRIDES=winedbg.exe=d %command%

@kisak-valve
Copy link
Member

Fallout 76 (1151340)

Issue transferred from #4030.
@TheChriZ posted on 2020-06-28T07:24:48:

Photo Mode does not save Photos. The folder it is supposed to save them stays empty and so does the ingame gallery and I can not create a Character Picture. Also when I am in photo mode I can only shoot a photo once, afterwards it does nothing when I am hitting spacebar only if I re-enter photo mode.
This problem might not be Linux/Proton specific as I have read about issues like this happen on Windows 10 too and the solution seemed to be disabling the Anti-Virus.
How could this be solved on Linux?

@boniek83
Copy link

boniek83 commented Oct 22, 2021

Setting iPresentInterval to zero and setting vsync to on in mangohud helped. I have gsync monitor if that makes a difference.

@jarrard
Copy link

jarrard commented Oct 31, 2021

Managed to reduce the issue considerably which may make game playable. Still performance is not great in this game and you'll likely need a custom ini setup. Ended up with proton via steam in end and using steamtinkerlauncher with FSR enabled and a few other things.

Seems disabling Enlighten is the best solution for solving my outdoor stutters. (a tiny bit)

Unfortunately in areas the weird framerate pulsing comes back, inspect the green line in the below screenshot to understand. If its flat, its good, if its like that, very annoying to play!

Spent a few hours now messing with different ini settings and proton launch parameters without too much luck. Its possible to reduce this issue but eliminating it completely seems not possible.

Screenshot_20211031_215730

UPDATE: It's possible that proton GE is causing the problem here.... If you get this kind of annoying issue give EXPERIMENTAL a shot in a fresh prefix!

@jarrard
Copy link

jarrard commented Nov 5, 2021

Tested with Wine, Wine-staging, TKG, ProtonGE, WineGE and the stutter exists. HOWEVER using stock proton or experimental the stutter does not exist... (example below)

ProtonEXP637

I would build my own proton to explore this issue more but my knowledge level is far too low at this point in time to do so. (and its super time consuming)

Lets hope the mainline proton builds don't introduce this bug/issue as its 100% illusive atm and a potential landmine as it affects other games, not just fo76!

PS. AFAIK this is not a nvapi64 issue as its disabled by default and I've also done so manually.

@lolo2438
Copy link

Used to work as @jarrard stated, but since latest Manjaro update (5.13.19-2-MANJARO), it's no longer launching.
Using proprietary nvidia drivers version 495.44

Here is my proton trace log:
https://paste-bin.xyz/1824

@lolo2438
Copy link

Fixed my issue by re-installing FAudio (20.07):
https://github.com/Kron4ek/FAudio-Builds

With command
WINEPREFIX="$HOME/.local/share/Steam/steamapps/compatdata/1151340/pfx" ./wine_setup_faudio.sh

Can't there be a simpler way were there is no need to install these precompiled .dll ?

@kisak-valve
Copy link
Member

Fallout 76 start up crash

Issue transferred from #5740.
@Paperozza posted on 2022-04-01T13:47:45:

Compatibility Report

  • Name of the game with compatibility issues: Fallout 76
  • Steam AppID of the game:1151340

System Information

I confirm:

  • that I haven't found an existing compatibility report for this game.
  • that I have checked whether there are updates for my system available.

Symptoms

Every time I try to launch the game it crashes.

Reproduction

steam-1151340.log

@Blisto91
Copy link

Blisto91 commented Apr 1, 2022

@Paperozza Does it work if you launch with this option for the game?

VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json %command%

@Paperozza
Copy link

YES IT WORKS. thank you so much!!!

@Blisto91
Copy link

Blisto91 commented Apr 1, 2022

Np. I think the game was trying to use your intel iGPU

@kattjevfel
Copy link

I have the weirdest issue with this game, if I run it without any launch options, it uses almost 1500% CPU and the game runs at 7fps. However, if I set PROTON_LOG=1, all is well and I get 60fps! How do I even begin to troubleshoot this?
Screenshot showing 1468% CPU usage when just loading the game

zipped log (was 153.6 MiB):
steam-1151340.zip
Note that with the log enabled everything works as expected, but figured it might contain something of value still.

System information: https://gist.github.com/kattjevfel/26610edfa653b846c46e04b7479bb846
This is with Proton 7.0-2.

@Blisto91
Copy link

Blisto91 commented Jun 2, 2022

This should be what PROTON_LOG=1 does afaik.

Setting some logging environment variables.

@kattjevfel
Copy link

It seems setting WINEDEBUG to anything other than the default of -all works, I set WINEDEBUG=+timestamp and it fixes the absurd CPU usage and framerate.

Very minimal log generated with the above options:
steam-1151340.log

@jorgicio
Copy link

jorgicio commented Jan 7, 2023

I'm using Endeavour OS and I have a GTX 1650. Nvidia drivers updated to 525.78.01, and tried with several games and they work flawlessly, but Fallout 76. Since this update (I think), it stutters too much.

Tried with Proton-GE, Experimental and Stable. Tried both open source and privative, and several kernels. But today, since this update, F76 stutters too much at the point that it freezes, so I have to kill the process from Steam.

I don't know if this is happening to anyone else.

@jarrard
Copy link

jarrard commented Jan 7, 2023

I haven't played game for quite a while but I use to get stutter issues sometimes on and off.

Unfortunately I don't see myself returning to this game until it goes offline and allows for total conversions because I don't like the direction game has taken with several systems atm. PLUS FO4 is receiving a next-gen patch soon.

@stevenlafl
Copy link

stevenlafl commented Jan 7, 2023

I can't get it to launch at all. https://gist.github.com/stevenlafl/baf1afa00a6357bb11c10750e3a68d27

@jarrard
Copy link

jarrard commented Jan 8, 2023

Z:\media\stevenlafl\Data1\SteamLibrary\steamapps\common

Be sure that is setup correctly if NTFS (requires specific permissions and config in disk mounting options)
If its a linux partition then it still can need permissions set for the mount.
Additionally compat data should be symlinked to the native steam directory.

Sometimes certain games can be more sensitive to disk/system configuration then others.

@stevenlafl
Copy link

@jarrard I appreciate the response and consideration of my NTFS setup, and that is a step I have taken already given the majority of my library is on my NTFS drive to share with a Windows dual boot.

I took another look this morning, and I think that the problem was that somehow files were missing, as it launches now after both a restart and verifying the game integrity. I feel that was an obvious step I missed until recently, so I admit to posting a bit hastily.

Thank you again.

@IOTech17
Copy link

Compatibility Report

Name of the game with compatibility issues: Fallout 76
Steam AppID of the game: 1151340
System Information
GPU: Nvidia RTX 3070 Laptop GPU
Driver/LLVM version: Nvidia 525.85.05
Kernel version: 6.2.0-76060200-generic
Proton version: experimental/7.0.6/proton-ge-7-49 and 50

I confirm:
that I haven't found an existing compatibility report for this game.
that I have checked whether there are updates for my system available.

Symptoms

First issue : the game see the Nvidia GPU and refuse to use it, had to force the game to be rendered on the Nvidia GPU using this parameters : DRI_PRIME=1 DXVK_FILTER_DEVICE_NAME="NVIDIA GeForce RTX 3070 Laptop GPU" %command%
It is the only game where I have to use this parameters.

Second issue :
Once the first issue is resolved I had to disable the vsync in the fallout73.ini file other the game sutter massively

Third issue :
Once the two above issue are resolved, the game is playable, however the GPU and CPU usage are low and the frametime is all over the place.

Capture d’écran du 2023-03-11 21-01-01

Please find the proton log 230mb : https://transfer.sh/rpCyWg/steam-1151340.log

@IOTech17
Copy link

Did anybody checked the logs I sent?

@Cardiacman13
Copy link

Same issues, "GPU and CPU usage are low and the frametime is all over the place"

Does anyone know a workaround?

@thesaikis
Copy link

@IOTech17

I had a similar experience with a few differences:

  1. I never had to set DXVK_FILTER_DEVICE_NAME.
  2. I experienced massive stutters whether or not iPresentInterval was set to 0 or 1. However, it seemed like having it set to 0 was minimally better.
  3. I experienced low GPU and CPU usage along with extremely inconsistent frames and massive stuttering, even worse than what you have in your screenshot. I found it completely unplayable.

The solution for me was to go from kernel "6.5.0-28-generic" to "5.15.0-105-generic". The game now runs very smoothly, using Proton Experimental. I wasn't able to take a look at your logs (I wouldn't know what to even look for).

I've noticed a number of other NVIDIA users using kernel 6+ describing a similar experience with frames/stuttering, and I'm wondering if anyone else with this issue could see if its fixed by using kernel 5.15.

Specs when game wasn't working:
OS: Linux Mint 21.3
KERNEL: 6.5.0-28-generic
CPU: Intel Core i9-14900KF
GPU: NVIDIA GeForce RTX 4090
GPU DRIVER: NVIDIA 535.171.04
RAM: 32 GB

Specs with game working now:
OS: Linux Mint 21.3
KERNEL: 5.15.0-105-generic
CPU: Intel Core i9-14900KF
GPU: NVIDIA GeForce RTX 4090
GPU DRIVER: NVIDIA 535.171.04
RAM: 32 GB

@Cardiacman13
Copy link

Cardiacman13 commented Apr 23, 2024

My problem stemmed from kernel.split_lock_mitigate. I disabled it and now I'm getting the same performance as on Windows.

Option (a): Boot Parameters Modification:

If you prefer to disable split lock detection when your system boots:

echo "kernel.split_lock_mitigate=0" | sudo tee /etc/sysctl.d/99-split-lock.conf
  1. Restart.

  2. Check that the split lock detection is disabled using the command:

    sysctl -a | grep split

Option (b): Temporary Disabling with sysctl:

If you have a Linux kernel version 6.2 or higher, you can temporarily disable split lock detection using the sysctl command. This takes effect immediately, but you will need to repeat it after each restart. Follow these steps:

  1. Before launching the game, open a terminal.
  2. Use the following command to temporarily disable split lock detection:
    sudo sysctl kernel.split_lock_mitigate=0
  3. Check that the split lock detection is disabled using the command:
    sysctl -a | grep split

Results:

After disabling split lock detection, you should notice a significant improvement in your game's performance. If you have followed these steps correctly, your game should now run smoothly and without the previous FPS drops. For example, in God of War, I go from 40 fps to 150 fps and in Fallout 76 no more stutter.

Useful Links:

@IOTech17 You have a 14th gen Intel, I'm almost certain that's your problem. The problem starts with kernel 5.19, that's why downgrading to 5.15 solves the issue.

@jarrard
Copy link

jarrard commented Apr 23, 2024

Is this related to Explicit Sync issue? Might run better once ALL that gets merged next month. Also nvidia needs to release a driver update with it.

@kisak-valve
Copy link
Member

Hello @thesaikis, it might be interesting to test how the game behaves with your 6.5 kernel and the game's launch options set to PROTON_NO_FSYNC=1 %command%. The kernel side to support that was added in 5.16. If that substantially helps for you, then please add a note to #4568 with your findings.

@thesaikis
Copy link

@kisak-valve unfortunately I didn't see a noticeable difference with PROTON_NO_FSYNC disabled or enabled when using 6.5

@glenni83
Copy link

glenni83 commented May 25, 2024

The struggle is real when it comes to Fallout 76 yet, even with the new 555 nvidia driver. Proton TKG, dont log in as a steam user even. Then if you use your old password for the game, it wants you to migrate.

Mouse pointer goes out of game, if you have multi monitor. Then there have been added so much crap to use, to get this game going atm. Looking into ProtonDB you start to get confused at this point.

So its more added layers to fix things, and you work your self trough it, and the you have your game crash on meny or ingame within 10min. I hope someone can start looking into this issue soon.

Here is how it start to look for running the game. example is taken from protondb

Tinker Steps:
Custom Proton: GE, Set launch options, Changed configuration
DXVK_FILTER_DEVICE_NAME="NVIDIA GeForce RTX 3070" WINEDLLOVERRIDES="ddraw.dll=n,b" MANGOHUD_CONFIG="fps_limit=60" gamemoderun mangohud %command%
[Controls]
bMouseAcceleration = 0

[Display]
iPresentInterval = 0
Create a file called dxvk.conf in the game root with the following information:

dxgi.syncInterval = -1
d3d11.presentInterval = -1
The config file edits are for Fallout76Prefs.ini and Fallout76Custom.ini found in drive_c/Users/steamuser/Documents/My Games/Fallout76/

The dxvk.conf edits are to fully disable vsync as I had issues with that, and the final mangohud edit is to lock the framerate to 60 FPS as the whole game is pretty much locked to 60 FPS and gets very buggy without that limit.

But even if you manage to do all that. The game is still crashing etc.


Fallout 76 - Unsupported

Issue transferred from #7823.
@glenni83 posted on 2024-06-09T06:56:45:

Hey!

I wonder if you guys can look at Fallout 76 again? Since the proton that was given out for that game, it has changed a lot.

It used to play verry well, until a few months ago. I sat for a whole week, just getting the game to work ok.

Meaning there are different issues today now in Fallout 76, it used to work very well on the old proton that was given out for the game, today there are different issues with mouse, not staying on screen, keyboard stop working, some crashing when try launching from time to time. I know about a few fixes. But they dont seem to work under multi monitors. Performance is not that good anymore either. Old proton could stay on the 60fps locked without dipping, now it has a 10% loss in fps down to 50fps, meaning its hard to get the game running 60fps on a 4070 laptop. Yesterday, i could not get the game to launch at all, even i have done nothing to change it. No idea why i could not launch either. There is also a major bug, where you cant exit the game atm. You need to kille the process for it.

Been nice if it was possible to apply a few fixes for it, or have a look at it. Its not running under the gold anymore in my opinion, compared of how it used to run. Applying different fixes from my own side, has been a nightmare. One side can fix one issue, but then something else breaks or runs bad.

Main system running an 7800X3D, Nvidia 4090, CachyOs Distro. Laptop, Intel I7 Ark hybrid with 4070 dedicated gpu, also running Kernel: Linux 6.9.3-4-cachyos

Thanks!

@leillo1975
Copy link

I have to say that I have been playing the game for 3 weeks now, with the error when trying to close the game, and some graphic defects that I don't know if they are exclusive to Linux, but without major problems. I've been playing it with a PS3 Dual Shock controller, which works perfectly with vibration and without having to do anything.

Yesterday I received my new PS5 Dual Sense controller, and after configuring it via Bluetooth, and starting the game I found that it doesn't work. In the controller section I saw that Steam Input was activated, and I even applied a predefined configuration, but to no avail. Is this happening to any of you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Game compatibility - Unofficial Games not expected to work without issues XAudio2 Uses the XAudio2 subsystem
Projects
None yet
Development

No branches or pull requests