2021-11-25, 03:38 PM
(This post was last modified: 2021-11-25, 03:38 PM by mvallevand.)
Turns out the base library was ok, just needed one more file. Try the attached
1. For Windows delete NextTool.runtimeconfig.json and run NextTool options
2. For Linux and Docker you need to know your program folder and your flavour of linux and create a link to the database library. For x86_64 use the following from the /app folder in Docker and /opt/nextpvr/system with the deb install
ln -s runtimes/linux-x64/native/libe_sqlite3.so
Then to run it is dotnet NextTool.dll options
You can optionally delete NextTool.exe
Martin
1. For Windows delete NextTool.runtimeconfig.json and run NextTool options
2. For Linux and Docker you need to know your program folder and your flavour of linux and create a link to the database library. For x86_64 use the following from the /app folder in Docker and /opt/nextpvr/system with the deb install
ln -s runtimes/linux-x64/native/libe_sqlite3.so
Then to run it is dotnet NextTool.dll options
You can optionally delete NextTool.exe
Martin