On Sun, 2017-05-14 at 19:50 +0000, Tony Ventura wrote:
> The following is where the Critical Messages start appearing.
> Denemo - CRITICAL: No menu in core/menusystem.c
ah, I didn't notice you attached the log showing what happened leading
up to that error:
Denemo - WARNING : Could not find palette file.
Denemo - MESSAGE : Denemo version 2.1.0
Denemo - WARNING : Unable to load default keymap
Denemo - WARNING : Cannot find Denemo's scheme initialization file
denemo.scm
So that error is just a consequence of not finding the default keymap
(or pretty much anything else).
I see that Fluidsynth fails to initialize too, it complains that it
can't find /proc/self/exe which is what you use on Unix to find where
the executable that is running is located in the file system (I think)
so this will be relevant:
http://stackoverflow.com/questions/22675457/what-is-the-equivalent-of-proc-self-exe-on-macintosh-os-x-mavericksperhaps Denemo uses the same strategy to find the default palettes,
Default.commands etc all the woes would flow from there.
Richard