MrPrimate / ddb-adventure-muncher

Import scenes and journals into Foundry VTT from DDB
https://docs.ddb.mrprimate.co.uk/
MIT License
53 stars 10 forks source link

Installation on Debian GNU/Linux 9 (stretch) #14

Closed captain-yoshi closed 2 years ago

captain-yoshi commented 2 years ago

Trying to run the adventure muncher from this package ddb-adventure-muncher-0.7.4-linux-amd64.deb.

Missing library:

$ ddb-adventure-muncher

ddb-adventure-muncher: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory

# downloading the missing library
sudo apt install sudo apt-get install libasound2

Breakpoint:

$ ddb-adventure-muncher

Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
Trace/breakpoint trap

Bummer ! This Debian VM is a headless server, so I have to ssh with the -X option. All is fine after that. Just reporting in case somebody does the same steps.

MrPrimate commented 2 years ago

Yes, the adventure muncher requires gui components.