The instructions say to run:
dotnet Tranquillity.dll
There is no Tranquillity.dll
It should say to run:
dotnet OpenSim.dll
HOWEVER, BEFORE that they (the person downloading this) needs to fix the bug. The file OpenSim.exe.config is missing. Trying to run the program without it won't work.
To fix the bug they simply need to copy OpenSim.dll.config to OpenSim.exe.config To do this on Linux they need to simply run:
cp OpenSim.dll.config OpenSim.exe.config
BAM bug fixed.
Also it should mention that they need to switch to MySQL for this program work.
(Note: When I saw the bug related to the missing file I was completely stumped, and it was only from talking to someone on the OpenSim NGC team that I learned the bug fix.)
The instructions say to run:
dotnet Tranquillity.dll
There is no Tranquillity.dll
It should say to run:
dotnet OpenSim.dll
HOWEVER, BEFORE that they (the person downloading this) needs to fix the bug. The file OpenSim.exe.config is missing. Trying to run the program without it won't work.
To fix the bug they simply need to copy OpenSim.dll.config to OpenSim.exe.config To do this on Linux they need to simply run:
cp OpenSim.dll.config OpenSim.exe.config
BAM bug fixed.
Also it should mention that they need to switch to MySQL for this program work.
(Note: When I saw the bug related to the missing file I was completely stumped, and it was only from talking to someone on the OpenSim NGC team that I learned the bug fix.)