While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- California law to require operating systems to check your age
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- Here's the most played Steam Deck games for February 2026
- SteamInputDB is a new site to help you find Steam Input configurations for your gamepads
- > See more over 30 days here
Recently Updated
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
I've been trying to play a lot of games built on Unity 3D, for example:
- Lara Croft Go
- Shadow Tactics: Blades of the Shogun
- Aragami
But after a few seconds the games freeze, but the music keeps working. My graphic card is
[AMD/ATI] Tonga PRO [Radeon R9 285/380], and I'm using Mesa from oibaf (Mesa 13.1.0-devel LLVM 3.9).
I prefer ask here before to open a bug report, is someone else facing this situation ?
Thanks in advanced
Carlos
I have the same card and I'm having some issues too by running native games (Not the Robots and Bit Trip Runner 2).
Anyway Shadow Tactics works fine for me.
Luckily every Unity3D game write a debug file, try to go to
~/.config/unity3d/First of all thank you for your reply...I reviewed the log dir and indeed I found this message "ERROR: ld.so: object '/usr/$LIB/libgcc_s.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.", in this [link](https://wiki.archlinux.org/index.php/Steam/Troubleshooting#Steam_runtime_issues) explain the problem is related to the steam runtime sometimes conflict with the libraries included in your distribution, in my case KDE Neon.
So I set this enviroment variable export LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' and now I can play almost all my games
Thank for your hint!
Regards
Carlos