When using some Linux distros, the path variable gets messy and doesn't pull from an appropriate place.
I believe the 'abcBaseDirectory' is to blame.
|
string abcBaseDirectory = Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar + "abc"; |
I believe it would work correctly and as expected if the path was derived from a GamePaths.
https://apidocs.vintagestory.at/api/Vintagestory.API.Config.GamePaths.html
When using some Linux distros, the path variable gets messy and doesn't pull from an appropriate place.
I believe the 'abcBaseDirectory' is to blame.
VSInstruments/src/Instrument.cs
Line 535 in a95a695
I believe it would work correctly and as expected if the path was derived from a GamePaths.
https://apidocs.vintagestory.at/api/Vintagestory.API.Config.GamePaths.html