When I launch lbreakouthd, I get a segmentation fault. Here is the log from gdb :
gdb lbreakouthd
GNU gdb (Debian 8.2.1-2+b3) 8.2.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from lbreakouthd...done.
(gdb) run
Starting program: /usr/local/bin/lbreakouthd
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
lbreakouthd 1.0.5
Copyright 2018 Michael Speck
Published under GNU GPL
---
Loading configuration /home/jona/.lbreakouthd/lbreakouthd.conf
ERROR: tools.cpp:48: FileParser(): Could not open /home/jona/.lbreakouthd/lbreakouthd.conf
Loading hiscores /usr/local/var/lbreakouthd.hscr
Initializing SDL
[New Thread 0x7fffee70f700 (LWP 11140)]
[New Thread 0x7fffede8e700 (LWP 11141)]
[New Thread 0x7fffede4d700 (LWP 11142)]
Mixer opened (16 channels, 1024 buf size)
Initializing View (Theme=Standard, Resolution=0)
Using fullscreen resolution 3840x2160
Scale factor x100: 450
Brick screen size: 180x90
Creating main window with 3840x2160, fullscreen=1
Loading theme /usr/local/share/lbreakouthd/themes/Standard
Thread 1 "lbreakouthd" received signal SIGSEGV, Segmentation fault.
0x000055555555f54a in Image::createShadow (this=this@entry=0x7fffffffd768, img=...) at sdl.cpp:248
248 Uint32 pixels[w*h];
(gdb) bt
#0 0x000055555555f54a in Image::createShadow (this=this@entry=0x7fffffffd768, img=...) at sdl.cpp:248
#1 0x000055555557cd29 in Theme::load (this=this@entry=0x7fffffffd528, name=..., screenWidth=screenWidth@entry=3840,
screenHeight=screenHeight@entry=2160, brickScreenWidth=brickScreenWidth@entry=180, brickScreenHeight=brickScreenHeight@entry=90,
antialiasing=<optimized out>) at theme.cpp:406
#2 0x000055555556ac8b in View::init (this=0x7fffffffd520, t=..., r=<optimized out>) at /usr/include/c++/8/bits/basic_string.h:936
#3 0x000055555556b92e in View::View (this=0x7fffffffd520, cfg=..., _cg=...) at /usr/include/c++/8/bits/basic_string.h:936
#4 0x000055555555e9bf in main (argc=<optimized out>, argv=<optimized out>) at main.cpp:46
(gdb)