You are not logged in.
Pages: 1
Today I installed steam and CSGO and whenever I try to run CSGO on arch it just opens a blank open GL window and then crashes. I don't know why. Can anyone help me to fix this problem?
Last edited by RounakDutta (2022-04-07 11:21:48)
Offline
Can anyone help me to fix this problem?
No we can't as you've given us no information to go on...
https://bbs.archlinux.org/viewtopic.php?id=57855
https://wiki.archlinux.org/title/Steam/Troubleshooting
Offline
same problem here. I get the error:
[ 718.887244] show_signal: 730 callbacks suppressed
[ 718.887247] traps: Video Decode Th[23465] general protection fault ip:7f173720f2b7 sp:7f16f9af72d0 error:0 in libtcmalloc_minimal.so.0[7f1737200000+21000]
Offline
RounakDutta wrote:Can anyone help me to fix this problem?
No we can't as you've given us no information to go on...
https://bbs.archlinux.org/viewtopic.php?id=57855
https://wiki.archlinux.org/title/Steam/Troubleshooting
I read the steam arcticle on archwiki but I don't know in which folder steam stores log file so that I can show it to you.
Offline
Run steam in a terminal, post the output you get.
Offline
RounakDutta wrote:Can anyone help me to fix this problem?
No we can't as you've given us no information to go on...
https://bbs.archlinux.org/viewtopic.php?id=57855
https://wiki.archlinux.org/title/Steam/Troubleshooting
Run steam in a terminal, post the output you get.
Here is the full log - https://0x0.st/obIt.txt
Crash log in the /tmp directory
[rounak@archissexy ~]$ cat /tmp/dumps/crash_20220409223808_2.dmp | curl -F "file=@-" 0x0.st
http://0x0.st/obI3.bin
Last edited by RounakDutta (2022-04-09 17:18:27)
Offline
https://github.com/ValveSoftware/csgo-o … ssues/2815 looks relevant
the library they mention libtcmalloc_minimal.so comes from gperftools .
$ pkgfile libtcmalloc_minimal.so
extra/gperftools
$
Is that installed on your system ?
If yes, you may also need lib32-gperftools from AUR .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
https://github.com/ValveSoftware/csgo-o … ssues/2815 looks relevant
the library they mention libtcmalloc_minimal.so comes from gperftools .
$ pkgfile libtcmalloc_minimal.so extra/gperftools $
Is that installed on your system ?
If yes, you may also need lib32-gperftools from AUR .
Sorry for the late reply.
I searched for "gperftools" and initially it was not installed in my system so I did
sudo pacman -S gperftools
yay -S lib32-gperftools
[rounak@archissexy ~]$ pacman -Q gperftools
gperftools 2.9.1-1
[rounak@archissexy ~]$ yay -Q lib32-gperftools
lib32-gperftools 2.9.1-1
[rounak@archissexy ~]$
Then I tried to run csgo but nothing happened it opens a blank opengl window and then crashes.
Here is the log - http://0x0.st/obCH.txt
Last edited by RounakDutta (2022-04-11 13:25:42)
Offline
same problem here. I get the error:
[ 718.887244] show_signal: 730 callbacks suppressed
[ 718.887247] traps: Video Decode Th[23465] general protection fault ip:7f173720f2b7 sp:7f16f9af72d0 error:0 in libtcmalloc_minimal.so.0[7f1737200000+21000]
Hmmm looks like people are having the same problem if u go to youtube and search " linus tech tips linux gaming challenge " they were having the same problem.
Here is the link to the video - https://invidious-us.kavin.rocks/watch?v=3E8IGy6I9Wo .
Bruh here is another one - https://github.com/ValveSoftware/csgo-o … -941294316
Last edited by RounakDutta (2022-04-11 13:34:36)
Offline
@asta I already made a issue on it in github - https://github.com/ValveSoftware/csgo-o … ssues/2998
I think u are having the same issue.
There is a temporary workaround I found which should work for you -
1. I go to " /home/rounak/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/csgo/panorama/ " folder
If thats not where your csgo is located then find the path to your csgo/panorama folder
2. Rename the videos folder to "videos.bak"
3. Right click on csgo in your steam library and set the launch options to "-novid" without any inverted commas.
It worked for me.
If it still doesn't work install the steam from Flatpak and then install csgo and then run it. Flatpak one is working.
Last edited by RounakDutta (2022-05-10 16:20:54)
Offline
Pages: 1