Hello,
I was excited when I saw this project, as I have been using Famitracker for a few months but vastly prefer the interface of a DAW. However, when I attempted to open the program on my Linux computer (after installing gtk-sharp2 as described in the README file) the program would not open. Here's the error:
Unhandled Exception:
System.DllNotFoundException: NesSndEmu.so
at (wrapper managed-to-native) FamiStudio.NesApu:Init (int,int,int,int,FamiStudio.NesApu/DmcReadDelegate)
at FamiStudio.NesApu.InitAndReset (System.Int32 apuIdx, System.Int32 sampleRate, System.Boolean pal, System.Int32 expansion, System.Int32 numExpansionChannels, FamiStudio.NesApu+DmcReadDelegate dmcCallback) [0x00000] in <a0333e985f1745a5ae076f531f0a05e7>:0
[several more lines of traceback]
The NesSndEmu.so file is there, located in the same directory as the executable, but mono doesn't seem to pick it up.
When I run "mono -V", this is the version string I get:
Mono JIT compiler version 4.6.2 (Debian 4.6.2.7+dfsg-1ubuntu1)
Is there any other configuration stuff I might need to worry about to get this working?I also attempted to run the Windows version using WINE, but while the program would open, there seemed to be an issue with path resolution as it would not open any of my existing .nsf files.
Please let me know if you have any advice. Thanks!