Skip to content

Installation on Windows

TheRoyalBlock edited this page Aug 13, 2017 · 4 revisions

Installing Steadfast2 on Windows:

  1. Install Visual C++ Studio 2015- x64 or x86
  2. Download Steadfast´s windows launcher from HERE (Originally from ImagicalMine, it works still)
  3. Download Steadfast2's source from HERE
  4. Extract the Steadfast zip in the same directory as the windows launcher
  5. Run the "start.cmd" file
  6. After setup, type "makeserver" to create a steadfast phar NOTE: Before doing this, click me and read this
  7. Type "stop" to safely stop the server, then close the window
  8. 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"
  9. Run the "start.cmd" file again
  10. 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.