Skip to content

Mistake in instructions #163

Description

@jacobpersico

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions