-
Notifications
You must be signed in to change notification settings - Fork 200
Common Issues
Mateusz Przybył edited this page Feb 7, 2021
·
5 revisions
Information which might be useful in finding the root cause of a crash are in the list below. If you report the issue to us, we'll probably ask you to send this information to us anyway.
- The crash error message window.
- The logs which you can see by running the game from console/terminal or in a
log.txt
file inside the directory of the game or the saves directory. Run the game with-loglevel debug
or-loglevel trace
flag. - If the above doesn't contain any useful information, run the game through
gdb
$ gdb colobot
(gdb) run
...play the game until it crashes...
(gdb) backtrace
...copy paste what it outputs here...
See this comment to know the most likely reason and for a list of possible solutions. In short: mesa drivers don't play well with old OpenGL versions.
For reference, you can force/change OpenGL version with some command line switches, e.g.
$ colobot -graphics gl33 -glprofile core -glversion 3.3
Available options:
- graphics:
gl14
,gl21
, orgl33
.gl14
is default. This option changes the graphical engine, some GPU drivers works better with different engine. - glprofile:
core
,compatibility
, oropengles
. - glversion: combination of 2 numbers separated by single period. This option override detected version of OpenGL version supported by driver.
http://colobot.info || What is Colobot? || Colobot: Gold Edition project || TerranovaTeam
- Project webpage - https://colobot.info/
- New official forum - https://github.com/colobot/colobot/discussions
- Official Discord channel - https://discord.gg/56Fm9kb
- Official Mod DB page - https://www.moddb.com/games/colobot-gold-edition