I'm trying to use vsmodtools.exe to set up my mod. Entering the 'setup' command gives me this output:
```
VintageStory ModTools v1.5.7
> setup
Setting up workspace ...
Detecting Windows ...
Searching for VS in "C:\Users\Admin\AppData\Roaming\Vintagestory" ...
Something went wrong!
System.NullReferenceException: Object reference not set to an instance of an object.
at vsmodtools.SetupCommand.CheckPath(String path)
at vsmodtools.SetupCommand.Run(String[] args)
at vsmodtools.Program.Main(String[] args)
Press any key to continue ...
```
I have Vintage Story v1.20.12 installed in `C:\Users\Admin\AppData\Roaming\Vintagestory`
Any idea what could be causing this error?