Defold 1.6.0 has been released

Sound device cannot be created until the canvas get focus. When you click to the canvas it should work fine: https://github.com/defold/defold/issues/5312

It doesn’t help. Browser tab is dead at that moment.

Please open a ticket on GitHub and provide as much info as you can (browser, device, repro steps, minimal repo case, etc)

(Also, I’m not sure if you are talking about reboot or about sound or it’s part of the repro case. Because I’m talking about sound.)

I am talking about sound error on reboot that hang browser :slight_smile:

@AGulev here the report https://github.com/defold/defold/issues/8049

2 Likes

I have just updated to 1.6.0 but there is a problem with the spine extension (at compile time). I get the following message:

/defold-spine/src/comp_spine_model.cpp
Line 861: no matching function for call to ‘TestFrustumSphere’
bool intersect = dmIntersection::TestFrustumSphere(frustum, center_world, radius, true);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is completely blocking me. I am the only one to experience this? I am using extension-spine 2.11.3. Is this the last one? Should I update the extension for it to work with 1.6.0?

1 Like

Yes, there is a new version of extension-spine for Defold 1.6.0

1 Like

@Mathias_Westerdahl Thanks! Now it works fine!

1 Like


I tried Japanese input in Windows. And I was able to input Japanese!Great!

8 Likes

There is a fix in the dev branch now, you can verify it using this editor/bob preview here:

1 Like

I can’t test on my main project because I have this error with animations:

/assets/3d/animations/sea_thief_S/sea_thief_S.animationset
Exception in Defold JNI code. Signal 57005
    No symbols available (Failed to initialize: 87)
0: 00007FFF0B5483B6: <unknown>(0): <unknown symbol>
1: 0000018397C23040: <unknown>(0): <unknown symbol>
# <- native

But, the minimum project that I sent works fine.

Ok, that is a problem with the latest changes in the alpha then.
Would it be possible for you to share the animationset/animations with me so I can take a look?

1 Like

Sure, I will dm you in Discrod

1 Like

Guys, I just noticed that today the 1.6.0 binary files got refreshed. Is this some bugfix release without a version? SHA numbers do appear to differ:

As I mentioned in the other thread, that’s how we release editor fixes.
The engine stays the same throughout the release period, but we continuously update the editor with fixes (notice how the engine/editor sha differs).

6 Likes

What are the default 4 side planes of the frustum?

Left, right, top and bottom.
I.e not near and far.

1 Like

Defold IDE on Mac M1 is still freezing after a short while, when another IDE is opened.


Please, report your issue using this option so we have enough info to help you