-
Notifications
You must be signed in to change notification settings - Fork 158
Installation on Windows
TheRoyalBlock edited this page Aug 13, 2017
·
4 revisions
- Install Visual C++ Studio 2015- x64 or x86
- Download Steadfast´s windows launcher from HERE (Originally from ImagicalMine, it works still)
- Download Steadfast2's source from HERE
- Extract the Steadfast zip in the same directory as the windows launcher
- Run the "start.cmd" file
- After setup, type "makeserver" to create a steadfast phar NOTE: Before doing this, click me and read this
- 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!
'/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)
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.