- Home /
How do I debug a Linux crash?
I recently released my game on Steam and I'm receiving some reports about crashes on Ubuntu. The game pops up the config dialog, but crashes immediately upon pressing Play. No crash in Windows or Mac. I'm not very familiar with Linux and would like to know the steps I need to take to learn more about why it is crashing and how to fix. (How to find / read crash dumps, etc.)
Thanks!
Answer by Schubkraft · Apr 07, 2015 at 12:37 PM
Get a Linux machine and have it on the same network as your development machine. Then you can run a dev build on linux and it should show up as target in the Mono Develop debugger. That should get you started.
Your answer
Follow this Question
Related Questions
SIGABRT crash while running standalone Linux app 2 Answers
Game crash on Ubuntu 2 Answers
Unity apps on Ubuntu cannot be launched with administrative privileges 0 Answers
Unity crashes on start up (Linux) 0 Answers
Debugging "SIGSEGV" error? 2 Answers