Crash when color_schemes.<T>.background_image.path
points to non-existent file
#928
Labels
bug
Something isn't working
frontend
Contour Terminal Emulator (GUI frontend)
good first issue
Good for newcomers
help wanted
Extra attention is needed
Contour Terminal version
0.3.9.4459
Installer source
Github: CI actions
Operating System
Ubuntu 20.04 & 22.04
Architecture
x86-64
Other Software
No response
Steps to reproduce
Set the used colour scheme's
background_image.path
to a file that does not exist, e.g.,/home/whisperity/nope.png
.Expected Behavior
A warning that there is no background image that could be loaded, but go forward without a background image. Or deterministically put an error texture as background, like in Source:
Actual Behavior
Segmentation fault during startup (without pointers to the error cause).
At least with debug enabled, the crash visually happens during something related to the background:
Additional notes
No response
The text was updated successfully, but these errors were encountered: