#Game keeps freezing my entire computer (Linux)

1 messages · Page 1 of 1 (latest)

graceful trench
#

I don't have logs bc the entire computer freezes
Randomly, anywhere between 30 minutes and 2 seconds after opening the game it completely freezes, both in gameplay and in the menu.
Platform is Linux mint with proton experimental, the freezes started after a few hours of playing with mods, worsened every play session, and they persist after all of the mods were disabled.
Already tried verifying file integrity, that didn't help.

oblique fiber
graceful trench
oblique fiber
#

Alright :p

#

You could also try to open rainworld.exe using wine, to see if it's a proton issue ?

graceful trench
#

Wine works but the game doesn't remember my save data when I launch it thru wine

#

ok I found the save folder, gonna try to port my saves over to wine

#

Seems like it works, but the performance isn't as good as it was with proton. I'll try using a different proton version

#

btw is there any way to use a folder with a space in the name using wine? Console counted a " " as a separation between arguments and gives an error. I had to go around it by renaming the Rain World folder to Rain_World

graceful trench
oblique fiber
#

Per chance, would updates be available for your system (and more specifically GPU drivers ?)

graceful trench
#

Let me check

graceful trench
oblique fiber
graceful trench
oblique fiber
#

no°2

#

BTW you could also try running the proton executable from terminal. Maybe it will produce interesting output after the crash

#

Let me find the command

graceful trench
#

thing is when it crashes the whole PC freezes, unless the terminal output saves as a log file somewhere while the computer is frozen it won't help

oblique fiber
#

Maybe it has logged stuff related to the crash

graceful trench
oblique fiber
# graceful trench I've never heard of journalctl

It's the system logging utility; in a terminal, run journalctl -b -1 (this will show logs recorded between previous boot and previous shutdown (boot id 0 would be the live logs for current boot, -1 is before, etc))
And then scroll to the end of the logs (there might be a shortcut to scroll to end. You could try pressing h for help while looking at the logs. On my machine it's g to scroll to start and shift g to end (or Ctrl g, don't remember))
Then read a bit (you might need to use keyboard arrow keys to scroll instead of mouse) and see if you see any alarming words, or things related to proton that could help you figuring out what happened

#

There might be a graphical utility on Mint to view the journalctl idk

#

Search for logs or journal in your app launcher

oblique fiber
oblique fiber
#

Imma go to sleep but feel free to leave messages

graceful trench
#

Rain world opened thru wine doesn't respond to keyboard inputs

graceful trench
#

It's just

#

Dec 30 03:10:57 ruby-GL62-6QD kernel: pcieport 0000:00:1c.0: AER: Corrected error message received from 0000:00:1c.0
Dec 30 03:10:57 ruby-GL62-6QD kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Dec 30 03:10:57 ruby-GL62-6QD kernel: pcieport 0000:00:1c.0: device [8086:a110] error status/mask=00000001/00002000
Dec 30 03:10:57 ruby-GL62-6QD kernel: pcieport 0000:00:1c.0: [ 0] RxErr

#

Over and over and over and over and over and over and over and over and over again after I opened Rain World for like a thousand lines with a few things inbetween

#

Huh, weird

#

it looks like from the log file that those lines began before I opened rw

#

No, that message is unrelated to the crash, I'm looking at the current log and it has the same repeating mantra

#

The actual crash message is hidden between the lines

oblique fiber
oblique fiber
oblique fiber
oblique fiber
oblique fiber
#

Could you run sudo lspci -vnn | grep 8086:a110 so that we know what device is generating the AER errors ?

oblique fiber
#

I have two other ideas for you to try :

Add this parameter to rain world launch inside steam: PROTON_LOG=1 winedll....=... %command%
It might create a log file inside your /home/username named steam-(numbers).log which we could maybe analyse

Install steam using the .deb (your current steam is installed through flatpak). This might be a big task and idk the details about whether game data will be preserved or not

graceful trench
graceful trench
graceful trench
# oblique fiber Could you run `sudo lspci -vnn | grep 8086:a110` so that we know what device is ...

00:1c.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #1 [8086:a110] (rev f1) (prog-if 00 [Normal decode])
00:1c.3 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #4 [8086:a113] (rev f1) (prog-if 00 [Normal decode])
00:1d.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 [8086:a118] (rev f1) (prog-if 00 [Normal decode])

graceful trench
graceful trench
graceful trench
#

ok weird unrelated bug, for some reason Moon music is playing outside her chamber. It stopped though

oblique fiber
oblique fiber
oblique fiber
# graceful trench In addition, they got more frequent as time went on, first it was like one freez...

well I really don't like how that sounds lol. I hope it's not a hardware issue. You could try installing a separate lil linux mint system on your pc (or on an external disk) and then install steam and rw the same way you did for your current system. If you get the same crashes, try to install steam via the .deb instead of from flatpak. If you still get crashes, try the same with an ubuntu. if it still crashes, either you are really unlucky, or there's a bigger issue

#

per chance, do you have a command named prime-run inside your terminal ?

#

if so, try running prime-run wine rw.exe. It should put the game on your nvidia gpu which would make the fame run faster (you can add your winedlloverrides too)

oblique fiber
# graceful trench No

then next time it freezes try to ctrl+alt+f2, 3, 4 or whatever. It might switch you to a tty (a terminal of some kind) (if the system isn't fully borked at that point) (you can also try that before it getting borked. One of the FN buttons will bring you back to your graphical session)

#

(also if you have a led on your caps lock try to switch it on/off, it would also give a good indication of how borked it is)

#

btw could you give the output of inxi -G ? (gives graphics info)

graceful trench
# oblique fiber btw could you give the output of `inxi -G` ? (gives graphics info)
  Device-1: Intel HD Graphics 530 driver: i915 v: kernel
  Device-2: NVIDIA GM107M [GeForce GTX 950M] driver: nvidia v: 535.183.01
  Display: x11 server: X.Org v: 1.21.1.4 driver: X:
    loaded: modesetting,nvidia unloaded: fbdev,nouveau,vesa gpu: i915
    resolution: 1920x1080~60Hz
  OpenGL: renderer: Mesa Intel HD Graphics 530 (SKL GT2)
    v: 4.6 Mesa 23.2.1-1ubuntu3.1~22.04.3```
#

The Issue is being kind so far, I've gone three half-cycles without freezing

#

Come on, now that I want it to freeze, it doesn't

#

At least I've encountered my first ever precycle

oblique fiber
graceful trench
graceful trench
#

Finally

#

where's that proton log supposed to be again?

graceful trench
oblique fiber
#

well yeah idk what you should do. TO me it sounds like either a driver issue, or a hardware issue

oblique fiber
#

maybe we could also try to run proton from terminal instead of from steam but I doubt it will change anything

graceful trench
#

unrelated I've finished my pearl collection

oblique fiber
#

I had done this before I enabled msc so it didn't count articry

graceful trench
#

Game complete
Even though the bug isn't fixed yet

#

It froze right after I quit to menu lmao what timing

graceful trench
#

oh god the freezes are spreading to other games now

Team Fortress 2 now gets the same freeze

#

I think it might be a steam issue that only affects the latest installed games

#

Rain World was my latest installed game until I reinstalled TF2 and now they both freeze

#

Fuck it, I'm reinstalling Steam

oblique fiber
oblique fiber
#

you could also try to use the proton binaries standalone-ly

#

(which is kind of a copy of steam proton

graceful trench
#

I reinstalled steam and tf2 freezes
gonna install that custom proton and see if Rain World does

graceful trench
oblique fiber
graceful trench
#

found

oblique fiber
#

Okok

graceful trench
#

It still freezes @oblique fiber

oblique fiber
#

is there anything under ~/.local/share/Steam/steamapps/common/Proton* ?

#

(run ls -l "~/.local/share/Steam/steamapps/common/Proton*")

graceful trench
#

there is no proton folder there

oblique fiber
graceful trench
#

Good news: game hasn't frozen in a while now
Bad news: I'm stuck in the CC - Wall karma gate

#

It's been going like htat for like 2 minutes now

#

And it crashed after I exited

#

shame, I got the vulture mask on that cycle, and I killed 2 of the birds

oblique fiber
#

;exceptionlog

neon hazelBOT
#

The exception log contains details about where in the code the exception occurred, useful to debug an error. It may be found in the game's root folder, along with the executable. Launching the game clears the file; if you have done so after getting the exception, you will need to trigger the error again to regenerate the log. If, even after doing so, the exception log doesn't exist, it's useful to provide this.

Default Steam path on Windows:
C:\Program Files (x86)\Steam\steamapps\common\Rain World
In Steam, you may open the game's folder with Right Click -> Properties -> Installed Files -> Browse..

To send the file, drag and drop it into the Discord window. Do not copy and paste the contents of the file.

The file provides the function which threw the exception in the code, as well as all of its ancestors down to the main. If the exception is generated by a mod or combination, typically they will be near the top, marked as modifying the recently-called functions. Disabling them may fix the issue.

oblique fiber
#

(Ask if you need help finding that path

graceful trench
#

Videogame's freezing again

#

Could these be memory leaks or is this not how memory leaks look, where the game freezes the entire computer

#

@oblique fiber

graceful trench
oblique fiber
#

yep that's one of them files but nothing relevant here

#

whole system freezing seems like a serious issue and I'd say it's related to your nvidia gpu

#

is there a led on one of your keyboard keys ? (is it a pc with integrated keyboard ?)

#

(like on the capt lock key

#

if yes does the led change when you press the caps lock when your system is frozen

graceful trench
#

well, I use an external keyboard, but I guess that's something I could try

oblique fiber
#

Yuh maybe. Idk if it's possible for the keyboard to manage the caps lock status itself ? I think not so it should be fine

#

You could also try to use steam (but not from flatpak)

#

You could also try to install another Linux mint on a lil side partition, to see if the same problem occurs

graceful trench
#

I am just so tired

#

Anyways how do I give myself karma with dev tools? Rain world owes me for all the fuckin crashes, they decrease karma even in the grace period

#

Ok I don't see the caps lock indicator on the laptop itself but the external keyboard updates when I press the caplock key on the laptop, I'm gonna see if it does the same when the laptop is frozen from the crash

graceful trench
#

The music is playing, the mouse cursor is moving, but the caps lock ain't lockin

oblique fiber
#

well I had the same behavior when my nvidia graphics card driver was badly configured/not the right version/...