Rangi42 / polished-map

A map and tileset editor for pokecrystal, pokered, and projects based on them. Written in C++ with FLTK.
https://hax.iimarckus.org/topic/7222/
Other
191 stars 22 forks source link

Does not run on arch linux #58

Closed NeoUmbreon closed 2 years ago

NeoUmbreon commented 2 years ago

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? Screenshot_2021-12-08_12-32-39

mid-kid commented 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.

NeoUmbreon commented 2 years ago

Thank you for your time by the way! Here is what all of that resulted in:

Screenshot_2021-12-09_13-15-44 Screenshot_2021-12-09_13-24-04

mid-kid commented 2 years ago

imatge Can you make sure you have either the ubuntu, noto, droid or dejavu fonts installed?

NeoUmbreon commented 2 years ago

All I did was install noto-fonts-main from the aur and it launched. Thank you so much!!

mid-kid commented 2 years ago

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.

NeoUmbreon commented 2 years ago

I'm a fool, didn't notice that. Thanks