Runtime Error - help needed

Runtime Error
Location: Common/ClassLib/RuntimeThread.cpp: 1426
Condition: isCurrentThread ->mCurrentException

Anyone know what could trigger this?

Very generic, mostly seems to be happening when a plugin is not up to date or so.

For this project, no plugins are used.
Alos, all my MBS plugins are uptodate (but not used in this project).

We would curious to know how to trigger this.

We have seen it over the years a lot, but not sure why.

Could be related to threading and exceptions as you read.
Maybe someone from Xojo can tell what this assert checks and where it is in the code? @Joe Ranieri maybe?

Does Joe still exists? It has been a long time he ever wrote something here. :slight_smile:

he wrote an answer last week:
https://forum.xojo.com/45345-targetppc-and-rbversion/0#p368463

They may be all busy with something new like Android.

@Christoph De Vocht : did you find something with this issue? I just got this myself.

Hi Christophe, did you get an answer to this issue? I have just got the same error and have no idea why it is happening.

Hi Beatrix, did you get an answer to this issue? I have just got the same error and have no idea why it is happening.

My understanding is that an exception has occurred but due to a bug in the 64 bit framework it fails to report the correct error. I think the framework bug was fixed in Xojo 2019r2.

If you can repeat the problem try compiling your app as 32 bit as you should see the real error.