David R MacGibbon

Results 11 comments of David R MacGibbon

I suspect additional permissions are required, in particular, android.permission.BLUETOOTH_SCAN.

``` com.gluonhq.samples.beacons I BluetoothAdapter() : com.gluonhq.samples.beacons 2023-03-06 12:55:40.403 16426-16465 BluetoothAdapter com.gluonhq.samples.beacons I STATE_ON 2023-03-06 12:55:40.807 1211-3911 vendor.qti...bs_handler [email protected] I ProcessIbsCmd: Received IBS_WAKE_IND: 0xFD 2023-03-06 12:55:40.807 1211-3911 vendor.qti...bs_handler [email protected] D SerialClockVote:...

Pull request at https://github.com/gluonhq/attach/pull/351

During an attempt to debug the native exe with Visual Studio, I noticed a bunch of references to dlls in another jvm that was not JAVA_HOME or GRAALVM_HOME. After changing...

If I remove all java versions from the classpath, the program works as expected and the Visual Studio module load output is much reduced. 'HelloGluon.exe' (Win32): Loaded 'C:\Users\david\Downloads\HelloGluon.exe'. Module was...

If I restore Azul's jvm to the classpath, the HelloGluon.exe crashes with an access violation. The Visual Studio debugging output is as follows: 'HelloGluon.exe' (Win32): Loaded 'C:\Users\david\Downloads\HelloGluon.exe'. Module was built...

I see the same issue with my hobby application. I am just experimenting with JavaFX at this time, but it seems to me that this would be a huge problem...

I am stuck with the same error with the Android build using ubuntu-lastest runner as well as a self hosted runner using ubuntu 22.04 running in a Virtual Box session...

This error building for Android resolved for me on a self-hosted runner after I built a keystore using Android Studio and converted it to base64 supplied as a base64 entry...