Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It's possible to run Steam with GDB or strace like "STEAM_DEBUGGER=gdb steam"
To debug a game with GDB -- "GAME_DEBUGGER=gdb steam"
There're also LD_DEBUG and some more env vars, but I can't remember exactly right now.
You could close out of Steam completely and run
But I really have no idea if you'll get anything you can debug with, you don't have the source code for Dota 2 to begin with, and even then it sounds like an issue with your specific setup causing problems for the game rather than the game by itself.
Use the "script" command, before starting steam from terminal.
anyone see anything out of the ordinary?
http://pastebin.com/QzXzZep2
Do you have more logs in /tmp/dumps?
BTW, if Dota freezes you can switch to terminal CTRL-ALT-F1, log in, kill the app from there and when switch back to X with CTRL-ALT-F7.
The bug is irregular, it does not happen every game - nor consistantly with a character / level of activity / combination of skills and or particle effects as a far as I can tell.
On occasion that it does happen it seems more likely to happen more than once in the course of a single match.
The effect causes the screen to lock, looping the last ~.25 second of sound and then hangs. I have waited for the effect to dissapate for about 1 min previosuly but to no effect - I tend to want to get back in the dota game.
As far as I can tell, when this occurs the entire system has died - no combination of keys has ever logged me out, shifted the window or returned me to desktop - leaving a hard reboot as the only recourse. I have not observed this with any other game (i have used this computer since October mainly on less demanding games but I've sucessfully played the likes of Metro with no similar problems).
Additionally and worth noting - I'm on Ubuntu 14.04, I have an ATI graphics card and the machine is self built.
This leaves as likely candidates that:
1) perhaps my powersupply is failing to deliver the goods
2) there is an issue with the ATI Catalyst drivers
3) there is a steam bug
4) there is a linux bug.
The askUbuntu forums were unhelpful in delievering further info about how to effectivly log a problem in a way that would help me isolate and strike one or two of those causes off the list.
I agree:
does not look good however frustratingly these logs are not timestamped so I can't tell when that occured - it may have been a slightly less fatal steam crashing to desktop whilst I was browsing the store - rather than a fatal DOTA Crash.
Many thanks for the assistance so far - I've appreciated the readiness of these forums to get back with a response!
Ultimately you need to listen to the kernel log output over serial or ethernet port.
https://help.ubuntu.com/community/LinuxLogFiles
The kernel documentation covers listening to debug output:
https://www.kernel.org/doc/Documentation/serial-console.txt
https://www.kernel.org/doc/Documentation/networking/netconsole.txt
Have a look http://www.howtogeek.com/119127/use-the-magic-sysrq-key-on-linux-to-fix-frozen-x-servers-cleanly-reboot-and-run-other-low-level-commands/
I agree with Cybertao that the issue looks very like a problem with video driver. Or with DE, I'd add. Maybe you need to disable compositing or enable it or like that. On pastebin I can't see anything special: game started, game stopped, that's all.
System logs https://help.ubuntu.com/community/LinuxLogFiles You need last lines from kernel ring buffer (dmesg), system log, and X11 log.
BTW, as they suggested on askubuntu, you can try to redirect steam's output into a separate file "steam > steam.log 2>&1", so that it might survive reboot. After that look for steam.log file in your home dir.
Serial or ethernet debugging requires 2 PCs -- one to run Dota, and another to read the first's messages. It's not very difficult, but might be tricky if you never did it before. Anyway, personally I still don't believe that it's Dota locks CPU. For me it looks more like Dota (process) crashes, but its so to say "picture" stays on screen so it's not possible to see anything behind it.
What if you lower graphics settings?
Thanks for all the support!