momentarylapse / tsunami

A simple but powerful audio editor
GNU General Public License v3.0
76 stars 4 forks source link

errors at starting #11

Closed ShantySuffisance closed 9 months ago

ShantySuffisance commented 9 months ago

I'm on Manjaro Linux x86_64 (6.4.6-3-rt8-MANJARO) and compilation of tsunami went without errors and warnings. at starting there are errors:

----------------------------- Error! -----------------------------
failed opening file '/home/oliver/src/dsp/tsunami/build/static/hui_resources.txt'
------------------------------------------------------------------

----------------------------- Error! -----------------------------
HuiSetLanguage: language not found: English
------------------------------------------------------------------

Tsunami 0.7.114.0 "absolute 2er0"
  ...don't worry. Everything will be fine!
audio library selected: pulseaudio
midi library selected: alsa

----------------------------- Error! -----------------------------
hui resource not found: header-save-menu
------------------------------------------------------------------

----------------------------- Error! -----------------------------
CreateResourceMenu  (id=header-save-menu)  m(-_-)m
------------------------------------------------------------------

terminate called after throwing an instance of 'Exception'
Abgebrochen (Speicherabzug geschrieben)

any obvious way to fix? thank you!

momentarylapse commented 9 months ago

hi. Yes. After compiling go back to the repository base directory (probably cd ..) and start the executable from there (./build/tsunami).

When installed, tsunami will find its files automatically. But when running it from the repo, it assumes the static/ folder to be in the current working directory.

thanks for trying out!