No, you just need to provide a backtrace. Since you're running the game via Steam, you could use `gdb -p <pid>` after the game has started to attach gdb to the game. Once gdb has loaded, use `continue` to continue running the game. When it crashes, you should see a corresponding message in gdb; then just use `bt full` to get a detailed backtrace.