Closed NeoUmbreon closed 2 years ago
I cannot reproduce this on Gentoo. It might be helpful to mention your GCC version (gcc --version
), and possibly run the following to get a backtrace:
$ gdb bin/polishedmap
(gdb) r
# ... program will crash? ...
(gdb) bt
Also try make debug
and see if the resulting bin/polishedmapd
crashes. If it does, running the above with gdb bin/polishedmapd
instead will give us more info to work with.
Thank you for your time by the way! Here is what all of that resulted in:
Can you make sure you have either the ubuntu, noto, droid or dejavu fonts installed?
All I did was install noto-fonts-main from the aur and it launched. Thank you so much!!
Both noto-fonts, ttf-dejavu, and the other fonts mentioned are available in the main arch repositories. I recommend avoiding the aur if there's a solution in the main arch repository.
I'm a fool, didn't notice that. Thanks
Followed INSTALL.md, and polished map does not start with a seg fault. It worked fine for someone else despite arch not being explicitly supported, so clearly I must be missing something.. I know it's not affiliated, but the version of polished map on the aur has the same behavior. Following tilemap studio's INSTALL.md works totally fine, though. Is there a difference between the two in terms of some dependency even though they seem super similar?