RichText compilation error on linux

Everything else works, if you need more details let me know

Looks like the example project is using an old version of the Spine extension. If you open game.project and change the URL for it from:

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

to:

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

does it compile?

2 Likes

I had the same issue (Windows) and this indeed fixed it for me. Though the spine example throws an error, but I do not need it anyways.

I will remove Spine from the example to avoid such issues in the future.

1 Like

potota thank you, everything works :beers: