KCInput Object Code error

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 got a SIGABRT error in line 90 of the CRUnkcinput.m file: [string2 release]

    The thing is that you have repeated the following block in destroyRunObject operation:

    if(string2 != nil)
    [string2 release];

    It shouldn't enter in the second release action, but it does, so when the second release action is executed the error appears.

Participate now!

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