mapmapteam / mapmap

Open source video mapping software
http://www.mapmap.info
GNU General Public License v3.0
428 stars 64 forks source link

can't launch on archlinux (kde) #458

Open bachy opened 5 years ago

bachy commented 5 years ago

Expected Behavior

launch the app with cli

./mapmap

Actual Behavior

nothing, mapmap is runing, htop is seeing the processes, but no UI appears, no error message ... i can do ./mapmap -h or ./mapmap -v

$ ./mapmap -v
MapMap 0.6.2

Steps to Reproduce the Problem

  1. install dependencies and build the app
  2. launch executable mapmap by cli

Specifications

baydam commented 5 years ago

Hello! Did you try to pull last change front github + clean? You can also try ./mapmap -R

bachy commented 5 years ago

yes i started to build the last commit from master, then seeing that it was not working as decribed before, i checkedout 0.6.2 tag. and yes i tried in both case to run ./mapmap -R i also tried from 0.6.2 tar.gz release

baydam commented 5 years ago

Please try to compile the version from develop branch and let us know