[FIXED] Can't build for HTML5 anymore

Hi!

The HTML5 build feature doesn’t work anymore :hushed:

image

Here is the message displayed in the console:

image

As far as I know, this issue is pretty recent… :thinking:

Just created this ticket:

What extensions are you using?

and what build server?

Both servers currently run the same version?

hm, you are right both are a3ba8b2 .
I was sure we did update when migrate to python3, but obviously I’m wrong here.

Hey @Mathias_Westerdahl @AGulev

Do you still need my list of extensions? (cf the last message - maybe you already know where the issue comes from)

Note that I don’t remember having added extensions since my last successful HTML5 build.

No we don’t know.
Yes we need your list of extensions

Spine
PCG random (maybe the latest I’ve added? not 100% sure)
CSV-importer (but I think that the original name was Polyglot?)
Debug-draw
Defmath
Defold-input
Defsave (unused)
Deftable
Druid
Ease (unused?)
GUI_extra
Metrics
Monarch
OpenAL
Rendercam
Richtext (unused)
XP (unused)
+
External stuff/librairies:
Color-converter
Jumper
Lume

Most of them have been added to the project a looooooooong time ago.

The 2 most recent may be Spine and PCG random.

PS : I don’t know if this is important, but most of them are not used as "dependencies (only where this is mandatory - I don’t like how dependencies appear at the top of the asset list), but are put in regular folders.

Could you pls just open game.project in any text editor and copy/paste dependencies section here?

UPD:

ah, ok
what version of spine are you using?

dependencies#1 = https://github.com/defold/extension-spine/archive/main.zip

I’m using Spine 4.1(.04)

As mentioned in this topic, I had to export my animations to 4.0 (but after struggling a bit with the animations, it works fine now… I hope the issue doesn’t come from here, I’d instantly die)

The newest version of the spine extension for Defold works only with 1.3.5 see Releases · defold/extension-spine · GitHub

Please try previous version.
Just replace your

https://github.com/defold/extension-spine/archive/main.zip

with

https://github.com/defold/extension-spine/archive/refs/tags/2.1.3.zip

Don’t forget to fetch libraries after saving updated game.project

2 Likes

Just did that… and it works!

Thank you :slight_smile: :+1:

3 Likes