#Exporting to web not working

17 messages · Page 1 of 1 (latest)

supple bramble
#

I've installed the exporting templates and exported my game, but when i open the web page for it it comes up with this, how can I fix this?

inner hound
supple bramble
#

sorry, I got no clue what that means or how to do it.. could you detail it please?

inner hound
#

Look at the tip window about how to download and run the provided script. It will have the configuration needed to handle web exports.

#

You can't just click on the html file, you need something to serve the files.

supple bramble
#

still says the same thing :(

inner hound
#

Are you running python serve.py --root . and then seeing a new tab open in your browser? Or are you still clicking directly on the html file?

supple bramble
#

I'm clicking on the html and I've also uploaded it to itch,io

inner hound
#

Don't just click the html if you're using serve.py, you need to do to localhost:8060

supple bramble
#

oh.. how do i do that, (sorry)

inner hound
#

If you're on itch.io, make sure you select SharedArrayBuffer support in the embed options.

supple bramble
#

ok

inner hound
#

To run it locally, follow the instructions to get the serve.py script above and run it. It should open a browser tab automatically. Or just enter localhost:8060 in your browser (with the script running).

supple bramble
#

ok i'll try that

#

OMG