Defold close the application, Assertion `version != 0' failed

HI !!!
I got this message:

dmengine: …/src/dlib/message.cpp:250: bool dmMessage::IsSocketValid(dmMessage::HSocket): Assertion `version != 0’ failed.
After this message, Dofold close the application ! !
What mean this message ?

Can you isolate the offending lua code (probably a msg.post, go.set, or any other function that takes a Defold URL) and post that here? That assert should never trigger in practice so that’s a bug. The message means that the internal state is incorrect for some reason, but you should never end up in that state as a user.

1 Like