S.S.S / Errors
Here are mostly problems experienced by the community and their solutions.
If the problem you are experiencing is not listed here, open a ticket and request that it be posted here, along with a request for a solution ❇️❇️
[ERROR] => Studios will not work because files cannot be created
This problem will occur because you did not start the start.bat file or you did not folder it correctly. Follow the path below for the solution.
Firstly, make sure that you open the start.bat file and then start the server or script.
Make sure that Node.js is installed and the install_modules.bat file is run at least 1 time and the modules are installed. If you don't know how to do it, check here.
IMPORTANT, MOST POPULAR SOLUTION ⇒ The wais-studio script should only be found in the root, i.e. resources folder among your server files. Do not use folderisation for example:
[studio], [tebex], [purchased]. Such usages are absolutely wrong. As a result of this folderisation, the .bat extension files you open will not work correctly.
MODULE_NOT_FOUND
If you get an error like this or similar ‘Modules not found’ when you start the start.bat file, see the solutions below.
Check the file path where the star.bat file opens. Make sure of the file paths. If you don't know how to do this, see the text above.
MOST POPULAR SOLUTION ⇒ If your file paths are correct, it may be because you forgot to start the
intsall_modules.bat
file. This file is responsible for automatically installing the necessary modules for the studio script.
Last updated