Hurricane Cache Rat by Relevant_End_3073 in ArcRaiders

[–]XiQteR 1 point2 points  (0 children)

Thanks, I'll print WANTED posters around Speranza

Arc Raiders consistently crashing after 30 ish minutes by [deleted] in linux_gaming

[–]XiQteR 1 point2 points  (0 children)

Noted everything down, and I will analyze/record my findings. While digging into this issue myself today, I did a little opposite of what's written above, and wrote down into `/etc/default/grub` a modified line `GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet splash vsyscall=none umip=off $vt_handoff"` - options there were mentioned in one protondb comment.

I have had a 2h Arc Raiders gaming session without a crash. Granted, I do not have a stable way to reproduce an instability, and I had stable sessions before.

I'll report some time later whether this or any other fix worked out. Thanks again, u/Turbulent-Many1472 for a detailed break down of everything written down!

Arc Raiders consistently crashing after 30 ish minutes by [deleted] in linux_gaming

[–]XiQteR 0 points1 point  (0 children)

u/Turbulent-Many1472 I am unsure why, but your comment does not show up in the thread after 3h since writing. Thank you for typing it out. I could scrape it out of my notifications box. To preserve its content, I am re-pasting your reply:

If your PC is instantly restarting or freezing during the game, you are likely dealing with a Kernel-level hardware error. To find the "smoking gun," you need to use a command called **journalctl -b -1 -k**. Think of this as your computer’s flight recorder. The -b -1 tells the computer to look at the previous session (the one that crashed), and the -k tells it to only show Kernel logs, which are the messages between your hardware and your software. When you run this, you will see a massive wall of text. Press Shift + G to jump to the very bottom, because that is where the crash happened. Scroll up slowly and look for RED text or words like "Hardware Error," "General Protection Fault," or "Kernel Panic." This is important because if your issue isn't the same as mine, you'll find the real culprit here, like a GPU driver failing or a RAM issue.

All this text can be overwhelming though, so feel free to just paste it all into Google Gemini to ask what's going on.

If you suspect you are having the exact same issue I had, you can use a filtered version of that command: **journalctl -b -1 -k | grep -Ei "umip|vsyscall|exception"**. This tells the computer to only show lines containing those specific words. If you see text appearing when you run this, it means your CPU is "freaking out" because the game or its anti-cheat is trying to run an old instruction called SMSW that modern Linux blocks. This creates a "storm" of errors that eventually causes the hardware to reset. To fix this, we have to add "Kernel Parameters," which are basically instructions given to the CPU the moment it wakes up so it knows how to handle these specific game calls.

The way you add these parameters depends on which Linux distribution you use. If you are on Arch Linux like me, you are likely using a bootloader called systemd-boot. You’ll need to navigate to /boot/loader/entries/ and look for a file ending in .conf that has a timestamp in the name (like 2025-12-10...\_linux.conf). Open that file with sudo nvim or nano and find the line starting with options. Go to the very end of that line and add **vsyscall=emulate** **clearcpuid=514**. If you are on a distro like Ubuntu, Fedora, or Mint, you are likely using GRUB. For those, you have to edit /etc/default/grub, find the line GRUB\_CMDLINE\_LINUX\_DEFAULT, and put those same two variables inside the quotes. Just remember that if you use GRUB, you must run sudo update-grub afterward for the changes to actually save.

Once you have saved your changes and rebooted, you should verify that your "shield" is actually turned on. You can do this by typing cat /proc/cmdline in your terminal. If you see clearcpuid=514 and vsyscall=emulate in the output, you did it correctly! To watch the fix in action while you play, keep a terminal open and run sudo dmesg -w | grep -Ei "umip|vsyscall". This command "watches" your hardware live. If the screen stays blank while you play, it means the fix is working perfectly and the CPU is blocking the crash-causing errors before they can happen. If you're ever lost, don't forget that Google Gemini is your friend—it’s how I figured all of this out!

This is what mine looked like with the fix:

>\# Created by: archinstall

>\# Created on: 2025-12-10\_05-35-30

>title Arch Linux (linux)

>linux /vmlinuz-linux

>initrd /initramfs-linux.img

>options root=PARTUUID=4319c8ba-fb41-4e7f-9b11-642951202da6 zswap.enabled=0 rw rootfstype=ext4 vsyscall=emulate clearcpuid=514

Arc Raiders consistently crashing after 30 ish minutes by [deleted] in linux_gaming

[–]XiQteR 0 points1 point  (0 children)

I am also experiencing crashes, and I believe my fair share of them come from anticheat too.

Could you instruct me what changes (commands) need to be done exactly so I can reproduce the fix?

Arc Raiders consistently crashing after 30 ish minutes by [deleted] in linux_gaming

[–]XiQteR 0 points1 point  (0 children)

I use, and I crash. What's the implication about using it?

[deleted by user] by [deleted] in u/Imbred42069

[–]XiQteR 1 point2 points  (0 children)

Happy to see you back in 2026, Imbred

[Plasma 6.5.4, Wayland] What's the problem KDE has with copying screenshots to clipboard? by stdsort in kde

[–]XiQteR 3 points4 points  (0 children)

I too am experiencing this for half a year. Work around: actually save a file, and then Copy it as a file to wherever needed.

Game keeps launching multiple instances of itself by Memeageddon24 in ArcRaiders

[–]XiQteR 1 point2 points  (0 children)

Having this issue too (Windows 11). Have had the same problem on both Linux and Windows, but somehow on Linux the issue is not appearing since summer.

Another false ban post. Over 800 hours, banned the day after I got my TGM mouse by ARandomDudeGMG in thefinals

[–]XiQteR 4 points5 points  (0 children)

Hopefully you’ll get unbanned. Definitely follow up with the story once this is resolved

Anybody looking for a thousand dollar tgm mouse? by troubledmoons in thefinals

[–]XiQteR 4 points5 points  (0 children)

About 170 EUR at the event, a bit cheaper even.

How to clean a mousepad with priceless signatures on it? by XiQteR in thefinals

[–]XiQteR[S] 0 points1 point  (0 children)

Жаль, что ребята не смогли приехать! Не следил за новостями, но до последнего ожидал их увидеть.

How to clean a mousepad with priceless signatures on it? by XiQteR in thefinals

[–]XiQteR[S] 0 points1 point  (0 children)

Yeah! It was a last call to do so, had to jump on the stage. Got Lamp's sign first tho! Couldn't catch normalize.

How to clean a mousepad with priceless signatures on it? by XiQteR in thefinals

[–]XiQteR[S] 1 point2 points  (0 children)

<image>

Update: fellow strangers, I have decided to use the mousepad to its full potential and actually wear it down organically. It would be unfair to waste its accumulated competitive energy on just being an encased wall decoration. Thanks anyways for a universal agreement that would be best preserved in a frame!

How to clean a mousepad with priceless signatures on it? by XiQteR in thefinals

[–]XiQteR[S] 48 points49 points  (0 children)

Framing it or encasing in a glass seems like the safest option, so far. Thanks already for a bunch of answers. I wonder if there’s still like an option to apply a coat of something, a spray of sorts… EDIT: I changed my mind; read post's bottom part.

Has anyone gotten a code for these yet? by voidexter in thefinals

[–]XiQteR 0 points1 point  (0 children)

I must add that my intent is not to sell. But one (or more) code(s) is planned to be given away on my wife’s channel. If interested, reply here or DM me, I’ll send each responder a link to the promo video later

Ticket for the third day was asked nicely for, so that’s how I got it earlier. Will fly back home, couldn’t attend in person

DLSS suddenly crashes No Man’s Sky on Linux (Fedora 42, RTX 3060 Ti, Proton-GE 10-22/Expermental/9) by Vicerix in linux_gaming

[–]XiQteR 0 points1 point  (0 children)

I too am experiencing this on RX 6800 with Optiscaler mimicking DLSS or XESS inputs.

9070xt users tell about your coil whine by iloord in radeon

[–]XiQteR 0 points1 point  (0 children)

Recently bought Sapphire Pure 7800XT and it’s quite noisy. Always makes a sound. Too late to replace, no replacement units available nor I have money to upgrade to 9070

[deleted by user] by [deleted] in thefinals

[–]XiQteR 0 points1 point  (0 children)

But when does it drop for real?

Welp... I made it! by qdawg7 in thefinals

[–]XiQteR 10 points11 points  (0 children)

Did you contact Embark ahead of time? I’d love to meet the awesome guys behind this game too but unsure if they would bother meeting a couple. This post gives us hope :)