Random but Persistent Crashes, Various Troubleshooting Detailed

Hello! Please be nice, I have awful social anxiety XS I actually avoid asking for support like the plague. Thus the insane troubleshooting.

I’m technically on Linux, but I don’t know that this is a Linux specific issue, considering I have seen only rare complaints of this from both windows and Linux users. Most run it fine. I’m just lucky.

This is the only game I have this specific issue on. I run Satisfactory fine, so I don’t think it’s an Unreal-Engine-doesn’t-work-period issue. Probably.

I’ve tried to get this game running without crashes, or at least much more rare crashes, and I feel that my changes have made it run much more smoothly, but the crashes persist despite my best efforts.

When it crashes, it freezes into a picture of that particular moment, and will never recover. I can still hear everything in the game, including if I happen to crash on the pause menu and wiggle the mouse over the menu buttons, the button noises.

I cannot send crash logs. It does not generate crashdump files. It has to be force closed with alt+f4 and then “end unresponsive process” prompt, on its own it hangs seemingly indefinitely. Nothing happens to my desktop or anything, it only freezes the game.

I think I fixed part of it, but not all of it.

System: Linux Mint 21.3 x86_64
DE: Cinnamon 6.0.4 
Kernel: 5.15.0-116-generic
CPU: Intel i5-9600K (6) @ 3.700GHz
GPU: AMD ATI Radeon RX 5600 OEM/5600
Memory: 16 GB

(The part I feel I fixed was tied to crashing with acquiring new items, and I fixed that by fixing my Steam keyrings. For some reason when I installed Steam they were broken, updating them manually fixed it. For future searchers trying to figure out how to do this, the link is here:
http://repo.steampowered.com/steam/
[For Ubuntu base, if you have 32 bit architecture already you only need to download steam.gpg and run
sudo mv -v ~/Downloads/steam.gpg /usr/share/keyrings/steam.gpg ]
My guess is that my steam being out of date was causing issues there. Maybe it didn’t help, but it certainly didn’t hurt.)

It doesn’t feel like there’s a pattern to crashing at this point, beyond that I seem to crash in “clumps,” I crash more regularly for a few hours, and then it’s good for extremely long periods of time. It doesn’t seem tied to what model I’m using. It doesn’t seem to matter how intensive the area is (empty condo can crash, vs running KandiTV’s insanely decorated weirdcore condo [that uses all 16gb of my RAM, LOL] was fine for several hours, the entire time.)

It doesn’t seem tied to particular actions. It doesn’t seem to matter where I am. I’ve crashed in my condo in singleplayer, in various places out in the plaza, in the arcade, while in the middle of games or fishing. Does not seem apparent that any one area is particularly weighted for chances. (Maybe when editing IO logic in the condo, most notably sound emitters, but very unsure on that yet?) About the only place I haven’t crashed is in the on-rails haunted house shooter ride, dark voyage, and that might just be total coincidence considering it’s a small portion of my game time ha.

The game seems to use half of my RAM and exactly half of my RAM, regardless of settings. Sometimes it will go slightly above, so I don’t think one of my sticks is completely bad. The load on processors seems very minimal. Nothing about my computer load indicates to me that it’s struggling to run the regular game itself. It doesn’t appear to be some kind of memory leak, as it does not spike in my system monitor…

I’ve tried:

  • Verifying game files, a few times now.

  • Proton 6, 7, 8, 9, experimental, and GE 9-10. (GE seems the best for me.)

  • Changing Windows version setting via Protontricks from Windows 10 to 11, 8, and 7. (Base 10 seems best.)

  • Launching with directX 10 and 11. (11 runs better.)

  • Turning my system swappiness down from 30 to 10. TU was utilizing a fair amount of SWAP for some reason, when my RAM wasn’t even more than half full, which I’ve never seen anything do before. (This did reduce the game’s SWAP usage and seemed to boost smoothness a little bit.)

  • Fullscreen, borderless windowed, windowed.

  • These various launch options in various combinations,
    gamemoderun %command% -USEALLAVAILABLECORES -NOTEXTURESTREAMING -nomansky -nojoy -heapsize 6291456 DXVK_ASYNC=1 RADV_PERFTEST=gpl -refresh 60
    (“No texture streaming” definitely makes the biggest difference, so that’s staying. The rest don’t seem to do too much, though I don’t think game priority, disabling the sky effects, or disabling controllers hurts anything.)
    (I have not used the commands that conflict with each other at the same time, e.g. DXVK and RADV. I am aware most of these should be completely unnecessary, or are completely pointless, but I was vaguely hoping for a mindless easy plug and play solution ^^; Fast enough to fling at troubleshooting, y’know?)

  • Adjusting every single option in visual settings multiple times in multiple combinations.
    Oddly, this is the only game I’ve played that had its performance hinge so oddly on the settings being perfect. If I have them too high, it stutters a bit. If I have them too low, it stutters horrendously. Most of the settings work the best on “medium” level. I have a few things on low that don’t seem to cause stuttering (shadows, water effects.) Turning off ambient occlusion definitely makes a big difference in the positive in performance, though. Vsync on/off didn’t do anything (besides add a truly ludicrous amount of screen tearing when off.)

  • Running it without any other programs running except for Steam.

  • Turning on shader pre-caching (I usually have this turned off because it constantly doing microupdates with my hundred installed games is not ideal, and it doesn’t make a difference for any game in my experience, including this one.)

  • Looking up other users’ reports of crashes, and ProtonDB. (Many of these steps are borrowed, though none have worked unfortunately.)

  • Turning my computer fans up as well as running the computer in very cold A/C rather than summer heat. lmao.

  • As a note: my GPU is not overclocked, it’s disabled both in the BIOS as well as the hidden tiny stupid physical switch on it that they never mention in the manual that gave me a headache back when I got it. Why they do that >:C

I’ve gotten the game to run much smoother overall through tweaks, but I still crash at about the same irregular rate, minus the tentatively fixed “inventory get” crashes.

My next plan is to try running it at a smaller windowed resolution… and physically dusting my computer guts. Though the first seems unlikely considering the “I crash in empty condo” thing, but… bleh.

I would be very willing to troubleshoot any suggestions.
I’ll update here if anything actually eventually works.

Hi.

I don’t know if this was just an issue for myself, but I recently switched to Debian 12 from Windows and I had similar issues with Tower Unite when I was using the Steam package in the Debian repositories.

My issue appeared to be due to Proton games not using my GPU at all, and instead trying to do software rendering on the CPU. I’m not entirely sure why, but using nvtop I could confirm that Tower (or any Proton game for that matter) just wouldn’t use the GPU.

Only once I switched to the Steam Flatpak did the game work perfectly fine, just as it did on Windows.

Granted, our distro is different, I’m using a Threadripper 2950x for my CPU, and a NVidia 1080Ti on Driver 535.99, so that whole thing could have been specific to my hardware, but I noticed similar issues to yours when I wasn’t using the Flatpak Steam. (I also have no launch options, use the default Proton that Steam suggests, and allow Vulkan Shaders to compile before the game launches.)

Though, you say you have no issues running Satisfactory, which also uses Proton, which doesn’t jive with my issue, as it affected all Proton games (Native games worked fine).

Just my two cents, wish I had more to help with.

1 Like

While I can’t get nvtop to see my AMD card, which seems to be a bug with a few specific cards yet, I did install psensor for troubleshooting, which by temperature shows me that my GPU is being properly utilized. Between that and my integrated graphics being generally incredibly hideous, unfortunately, I do not think I have your issue. :confused:

That is a strange one, though! I’ve heard of people picking deb vs flatpak due to weird hiccups. It’s good you found a solution.

And yeah, to confirm, I’ve played literal hundreds of games via proton and not had this issue. Granted, vast majority of them are not unreal engine games.

…Actually, now that I think about it, though Satisfactory was fine, I did have some weirdness with Killing Floor 2, maybe I can try my launch commands from there…

Thanks for your thoughts ^^

New things tried that did not work:

  • Newer kernel (5.15 to 6.8)
  • Disabling Esync and Fsync (my KF2 launch settings)
  • Trying steam beta
  • Smaller windowed resolution
  • Dusting my computer guts
  • Disabling bluetooth

Also, as a correction, it’s actually Windows 8 as a setting that works best for me, not 10. I misremembered what I was on when I was writing the first post.

I played at peak hours on a server with 52 people for the first time last night, and the crashing seemed possibly worse, but I need more data. The performance was visibly worse. That might be generally expected though. Another caveat is the minigamehub booted me to East which has worse ping, ha.

I did also get to see that my loading times are apparently, without exception, at least 6x longer than my friends’! Even the guy who runs games on a very low-end laptop. Something is wonky.

I did also finally crash in dark voyage, so that’s for sure not exempt. Have crashed everywhere at least once now, I think.

My next test is to try your suggestion of the steam flathub just in case it is not utilizing my graphics card drivers properly somehow, for the sake of it. Worst case is it just doesn’t work!

Next ideas left to try:

  • Steam flathub as mentioned
  • Unplugging controller (doubt but easy to test)
  • Reinstalling on my SSD instead of my general purpose storage HDD
  • Trying -vulkan as a launch tag (doubt but easy to test)
  • Trying to launch steam via terminal and see if that gives me anything?

After that, I might be finally starting to run out of ideas :thinking:

Installing on my SSD did make it launch quite a bit faster, which is to be expected. So that’s nice. I still crash though.

Unfortunately, steam flatpak does also still have me crash.

Launching (deb) steam via terminal did seem to give me some data-- I think the most notable pieces are possibly these:

pressure-vessel-wrap[9786]: N: Not replacing "/etc/vulkan/explicit_layer.d" with tmpfs: Path "/etc" is reserved by the container framework
pressure-vessel-wrap[9786]: N: Not replacing "/etc/vulkan/implicit_layer.d" with tmpfs: Path "/etc" is reserved by the container framework

I have the whole log, this website doesn’t take any files that aren’t images, and it’s way too long to paste. Let me know where to send that full log if you would like it!

I also tried launching with -vulkan, which gave me an interesting text popup error:

Screenshot from 2024-07-28 05-20-39

From trying to look this error up, it sounds like it can often be an OS related build thing? Do not know how relevant this is to actually adjust on either end, but it does seem maybe relevant in general to the issue.

I’m going to try to keep looking up this error to see if it yields me anything, but figured I’d share progress in case it helps anything.
It kind of sounds like I can point the game via steam launch options at the right file, but I’d have to figure out what that is :sweat_smile: So trying that is in progress yet.

It does seem to me to be some kind of graphics card drivers issue, like you were saying, yeah. It might be the case that it is using my integrated graphics and I was mistaken-- I wish nvtop would work for me so I could be more sure :sweat: I’m not quite on the level of understanding all of this fully. Minimum it seems like vulkan isn’t working correctly.

New things tried:

  • Going from basic mesa drivers to mesa-kisak (I was hopeful of this one :c )
  • Some wild launch options found on the internet for the lols, individually:

DXVK_CONFIG="dxvk.hideIntegratedGraphics = True"

DRI_PRIME=0 VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.x86_64.json %command%

And… welp… I think I’m out of ideas for the time being. I’m getting into “wild flailing” territory.

Might just have to wait for proton / game updates… I tried my best. :dizzy_face:

I’ve finally gotten it to crash closer to what i’d call “rarely,” something like vaguely once every 5 hours-ish, sometimes better.

I have to have it on steam flatpak, proton experimental, DX11, these launch settings:
gamemoderun %command% RADV_PERFTEST=gpl -NOTEXTURESTREAMING -nomansky -nojoy -heapsize 6291456
(I don’t know which is working in what capacity, but if it’s 93% working I’m not gonna mess with it man.)

I also have to have all of my graphics settings maxed out with this flatpak setup. Everything on ULTRA!! (w/ 120 fps.) It makes me crash less. Some kind of eldritch spookiness happening here. At this point I’m not gonna question it.

I’m gonna consider this solved-enough because it’s a lot more playable.

Very strange, but I’m glad you have found some sort of solution.

2 Likes