https://pastebin.com/9BGRGZ7A
Recently I have bought new hardware as I was due an upgrade for my ageing hardware; which was:
Code: Select all
CPU - i5 2500k
RAM - 8GB 1333 MHz - x2 4 GB sticks
Mobo - P8P67 LE
Code: Select all
CPU – AMD Ryzen 5 3600
RAM - 16GB 2133 MHz - x2 8 GB sticks
Mobo - ASUS Prime B450-PLUS
Everything else was the same.
The installation of components went well and Debian booted right up which was a good outcome.
The main issue that games would start to freeze, crash or not even load, examples would be:
# Xonotic will have random freezes
# CSGO would just crash after around 30 seconds – 1 minute
# Overload would just crash after around 30 seconds – 1 minute
I tried using later kernels and backported Nvidia drivers, which did not resolve anything. I even tried using Debian unstable to temporarily check to see if it is an issue with older packages as the hardware is reasonably new. But to no avail, I still had the same problems. The graphics card worked fine before on my older hardware.
I then tried to just install Ubuntu 20.04 just to see if the issue was Debian related. Whilst the system was definitely more stable, some games still would not “run right”. An example would be Overload, it just crashed after it tries to load the game…. As stated above.
Another frustrating issue was when I ran the game in the terminal. There would be no error message whatsoever to why the games are freezing or crashing.
Frustrated and working on the issue for hours. I decided to go to bed for the day as it was getting pretty late.
The next day I was looking into troubleshooting the issue some more before I went to see the in-laws. I decided to start looking into system logs… specifically /var/log/syslog and dmesg.
The system has no errors until I run the games I start getting these errors in both dmesg and syslog:
https://pastebin.com/DYnx7uGi
Based on that, you would think that it was a graphics card issue? I did.
I found a table on error codes on one of Nvidia’s website, here is a broken down one with the errors that were appearing for me:
https://imgur.com/a/ngMLpSh
After doing some research, many people who had the same issue had the following answers:
# Bad drivers
# Faulty hardware
# Unsupported kernel
And probably others which I cannot remember right now…
I remember digging some more and seeing a comment where someone mentions an issue with dual channel memory and to just try to remove them.
So I decided to remove one of the 8 GB RAM modules my PC and all now seem to be running as smooth as butter! I have done some testing today with swapping the DIMMs out and there does seem to be an issue with one of the DIMMs that replicates the issue.
Another weird issue was that I ran a memory test memory test on my machine and it finds no faults with either DIMM.
I have requested for a new kit to be sent and hopefully that will be the last of it…
In any case, can anyone decode what is going on with the errors in my previous paste bin? All of the errors point towards a driver error as all three are checked in… But it may have been memory corruption causing the game to fall over?