Random MoveIt Crash wreaking havoc

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • I have a random crash in the latest Clickteam Fusion Developer 2.5 w/iOS exporter: basically it starts from a memory error in MoveIt line 285:

    obj->roc->rcChanged = YES;

    For some reason obj->hoX or obj->hoY get 0 as a value due to memory allocation and cause a BAD_ACCESS_ERROR.

    If I test for either of them to == 0 to avoid this I then get a subsequent error such as this:

    void CRenderer::swapBuffers()
    {
    glBindRenderbuffer(GL_RENDERBUFFER, colorRenderbuffer);
    [context presentRenderbuffer:GL_RENDERBUFFER]; <--------- This line gets an EXC_BAD_ACCESS instead in CRenderer.cpp
    }

    These errors are completely random.

    Please login to see this attachment.

    The Crashlytics report returns much of the same.

    Happy to share more details but sadly it's completely random.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!