1
Ask a Question / Re: How to Launch Stencyl properly
« on: June 23, 2024, 05:23:22 pm »
Can you post the most recent log file from the following folder?
You can paste that into Windows Explorer and it should open the Stencyl logs folder.
If there are no files there corresponding to your attempt to launch Stencyl, try this instead:
Open Stencyl-windows.bat in a text editor and add this line to the top of the script:
Then try launching Stencyl again. When it fails, it should hopefully keep the terminal open so you can copy the output here.
Code: [Select]
%AppData%\Stencyl\stencylworks\logs
You can paste that into Windows Explorer and it should open the Stencyl logs folder.
If there are no files there corresponding to your attempt to launch Stencyl, try this instead:
Open Stencyl-windows.bat in a text editor and add this line to the top of the script:
Code: [Select]
set "_PRESERVE_TERMINAL_=true"
Then try launching Stencyl again. When it fails, it should hopefully keep the terminal open so you can copy the output here.