You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type "stop" to safely stop the server, then close the window
Navigate to the plugins directory, then to the DevTools directory and copy the phar file that is there into the root directory (where Steadfast2 was installed). Name the phar "Software.phar"
Run the "start.cmd" file again
Have fun with Steadfast2!
If you are seeing the error below, it means that you incorrectly installed vcredist.
'/usr/bin/php/php.exe: error while loading shared libraries: VCRUNTIME140.dll: cannot open shared object file: No such file or directory bin\php\php.exe: Exit 127'
(means you have installed the x86 version, therefore you need the x64 version of Visual Studio C++ Redist. or if you have installed the x86 version, you need the x64 Visual Studio C++ Redist. version)
How to fix:
Revisit the link in step 1. If you originally downloaded x86, now download x64. If you originally downloaded x64, now download x86.
Install, and try again, it should now work. Contact @TheRoyalBlock if this still does not work.