I have done the switch from Ubuntu 17.04 to 17.10, but when I downloaded Steam, and opened one game, it crashed after one minute of playing.
I want to mention that it happend on Ubuntu 17.04 as well, but only in TF2.
I've tried many games, and I got the same result, the game freezes, then it has a sound loop, then it crash, but I do not get any error message. (most of them are working on OpenGL)
I have Intel Core i5-6198DU CPU @ 2.30GHz x 4, Intel HD Graphics 510(Skylake GT1), GNOME 3.26.1, 8GB ram, 64-bit.
And I don't have any graphics driver installed.
Can you please tell me what should I do to make it work again? (and please if you want me to post logs and stuff, explain where do I need to find them, because I don't know much about it.)
journalctl -n 1000
gives me this output https://pastebin.com/gSZNMwK4.
Important edit: The games don't work in unity, gnome,either on xorg, or wayland session, in fact, after the game crashes I get a messagebox saying report a bug, but nothing happens after I click report.
tail -n 1000 /var/log/syslog
will print the last 1000 lines.cat /var/log/syslog
will print the whole file. Post the area around the time of the crash. – Kobi T Oct 25 '17 at 19:44lspci
to see which device label belongs to 0000:00:1c.5 This should give the next hint – noreabu Oct 25 '17 at 20:51journalctl -n 1000
somewhere on pastebin or a similar site. – Hi-Angel Oct 26 '17 at 12:44apt-get purge
on Ubuntu), and I also see something from the game about outdated cache… Try reinstalling the game. If that doesn't help, you may need to find a way to run the game manually from terminal, and provide its output after the crash. – Hi-Angel Oct 26 '17 at 16:36gdb
, but it's hard to explain given a variety of possibilities, like if the game ran from a script (so either gdb have to be attached, or you have to modify a script), if the game runs multiple processes (in which case you might see the game simply quit without a stack, i.e. because another process crashed) — all of that may involve different actions, commands. I think at this point it's better for you to report a bug to Gnome, and let the devs to figure it out. – Hi-Angel Oct 28 '17 at 17:46