3
« on: March 02, 2021, 07:44:24 pm »
Thanks for the fast replies!
You're right, I'm currently on the public release 4.0.4. As suggested above, I tried adding
<section if="html5">
<library name="default" type="gzip" if="publishing" />
</section>
to the settings but it didn't work out of the box, resulting in this error at the bottom of the log:
C:\Users\CJ\AppData\Roaming\Stencyl\stencylworks\games-generated\Chomper\Export\html5\bin\index.html
2021-03-03 11:27:38,661 DEBUG [pool-1-thread-5] stencyl.sw.util.FileHelper: Trying to delete file that does not exist: C:\Users\CJ\AppData\Roaming\Stencyl\stencylworks\games-generated\Chomper\Export\html5\bin\config
2021-03-03 11:27:38,661 DEBUG [pool-1-thread-5] stencyl.sw.util.Util: Running command: [C:\Program Files\Stencyl\plaf\haxe-bin\windows64\haxelib.exe, run, openfl, -verbose, build, -debug, project.xml, html5, -minify]
2021-03-03 11:27:39,246 INFO [Thread-46] stencyl.sw.util.StreamGobbler: [haxelib.exe] OpenFL Command-Line Tools (8.9.5-Lpv3od)
2021-03-03 11:27:39,246 INFO [Thread-46] stencyl.sw.util.StreamGobbler: [haxelib.exe] Initializing project...
2021-03-03 11:27:39,246 INFO [Thread-46] stencyl.sw.util.StreamGobbler: [haxelib.exe] Using project file: project.xml
2021-03-03 11:27:39,246 INFO [Thread-46] stencyl.sw.util.StreamGobbler: [haxelib.exe] Reading Lime config: C:\Users\CJ\AppData\Roaming\Stencyl\stencylworks\prefs/.lime_config.xml
2021-03-03 11:27:39,999 INFO [Thread-46] stencyl.sw.util.StreamGobbler: [haxelib.exe] Running command: UPDATE
2021-03-03 11:27:40,000 DEBUG [Thread-46] stencyl.sw.util.StreamGobbler: [haxelib.exe] - Creating directory: Export/html5/obj/libraries
2021-03-03 11:27:40,857 DEBUG [Thread-46] stencyl.sw.util.StreamGobbler: [haxelib.exe] - Copying file: Assets/data/game.mbs -> Export/html5/bin/
2021-03-03 11:27:40,859 ERROR [Thread-46] stencyl.sw.util.dg.MessageDialog: Encountered errors while building your game.: Check your logs and post them to the forums. - Please describe what you have been doing. Be as specific as possible. Your game could not be written, because the destination file appears to be in use. Make sure you have closed all previous instances of your game, and use Run -> Clean Project.
2021-03-03 11:27:40,909 DEBUG [pool-1-thread-5] stencyl.sw.util.Util: Process 'haxelib.exe' exited with code: 1
Good to know that it will be supported in the future, however! If I may ask, is there an estimated time for the next public release?