@Tim_Parnell sorry to ping you but I know you use Debian 12 and recommend it.
Are you using 2025r2 and seeing this problem?
Looks like another user is having the same problem:
FWIW, this crash happened on a brand new, stock installation of Debian 12.11 running in Hyper-V.
The only code in the Xojo app is:
Function Run(args() as String) Handles Run as Integer
Try
var u as new URLConnection
var s as string = u.SendSync("GET", "https://google.com", 10)
Stdout.WriteLine s
Catch e as RuntimeException
System.DebugLog "exception: " + e.Message
Stdout.WriteLine "exception: " + e.Message
end try
End Function
The crash is in the framework so your Try block doesn’t even have the opportunity to catch it.
I ended up switching to Ubuntu and that issue and a few of my others magically went away too.
Given that it was a stock Debian 12.11 install I’m surprised there aren’t more reports of this. But in case anyone else encounters it, using the aforementioned command will resolve it, so long as you don’t actually need the libproxy1-plugin-networkmanager for something else.