I build an application for Linux ARM64 on macOS or Ubuntu ARM64. I got many error message when try to run it on Ubuntu 24.0.4.3 ARM.
Runtime Error Press OK to Continue Press Cancel to Quit.
Please report what caused this error along with the information below.
Common/plugin.cpp: 1005 Failure Condition: pluginEntryTable.GetEntry( entrypointName, out) can’t find plugin method DesktopSearchField.Events.Opening
Runtime Error Press OK to Continue Press Cancel to Quit.
Please report what caused this error along with the information below.
Common/plugin.cpp: 1005 Failure Condition: pluginEntryTable.GetEntry( entrypointName, out) can’t find plugin method Shell._ init
Runtime Error Press OK to Continue Press Cancel to Quit.
Please report what caused this error along with the information below.
Common/plugin.cpp: 1005 Failure Condition: pluginEntryTable.GetEntry( entrypointName, out) can’t find plugin method SegmentedControlltem. _’ exit
Runtime Error Press OK to Continue Press Cancel to Quit.
Please report what caused this error along with the information below.
Common/plugin.cpp: 1005 Failure Condition: pluginEntryTable.GetEntry( entrypointName, out) can’t find plugin method _CZipFile.Compress(sourceFile As Folderltem, destFile As Folderltem, level As Integer = DefaultCompression)
macOS 26.4.1
Xojo 2026R1.2
Ubuntu 24..04.3 ARM64
Plugin: Einhugur, MBS 26.2, Graffiti Switch, piDogDavaView
If I build this application on Linux Ubuntu ARM64, I got the same errors, but if I run this application on Virtual Machine, with Xojo 2026R1.2 in debug mode, the application doesn’t show these errors.