Hi all,
I have a console app I wrote in Mac OS X (which works well in the IDE debugger / builds), but it hard crashes with my Mint Linux 21.1 Xojo IDE. Even if I put the breakpoint on the first line in the Run event it still hard crashes. I already verified I am not using lines of code that contain declares or anything linux / debugging specific. I am loading MBS and Chilkat plugins, however I have other console app’s that work fine on my Mint Xojo IDE setup for debugging / building.
I can comment out ALL of my code in the Run event and I still receive this error.
Here is what I am receiving in the terminal immediately after I press run in the IDE:
Runtime Error
Please report what caused this error along with the information below.
Common/DebuggerSupport.cpp: 382
Failure Condition: breakaddr >= 0 and breakaddr < sCodeSectionLength
Here is a list of things I have already tried FWIW and I am at a loss on how to troubleshoot this as I don’t have the debugger to help me.
- Break on exceptions On / Off
- Commented out code in my Run Event
- Linux Mint Cinnamon 21.1 running in VirtualBox on Mac OS X (12GB ram)
- Xojo 2022 r4.1 running on Linux Mint (not remote debugger)
Thank you so much in advance
Mike