B4J Question [solved]Raspberry Pi OS ! glGetError 0x505

eric19740521

Member
Licensed User
Longtime User
Raspberry Pi OS :Linux raspberrypi 5.10.17-v7+ #1403 SMP Mon Feb 22 11:29:51 GMT 2021 armv7l GNU/Linux

Program eror :glGetError 0x505
B4J version:8.9

01.png


This is a simple example program
My program code:
#Region Project Attributes
    #MainFormWidth: 600
    #MainFormHeight: 600
#End Region

Sub Process_Globals
    Private fx As JFX
    Private MainForm As Form
    Private xui As XUI
    Private Button1 As B4XView
End Sub

Sub AppStart (Form1 As Form, Args() As String)
    MainForm = Form1
    MainForm.RootPane.LoadLayout("Layout1")
    MainForm.Show
End Sub

Sub Button1_Click
    xui.MsgboxAsync("Hello World!", "B4X")
End Sub
 

Cableguy

Expert
Licensed User
Longtime User
What Java version are you using?
Seaech the forum for "raspberry javafx"
 
Upvote 0

eric19740521

Member
Licensed User
Longtime User
I followed this .

01.png


01.png


I try ... javafx

Raspberry Pi3
 
Last edited:
Upvote 0

eric19740521

Member
Licensed User
Longtime User
The solution is available. It's just that he is in other working modes
The B4J APP is currently performing well. thanks
 
Upvote 0

eric19740521

Member
Licensed User
Longtime User
What Java version are you using?
Seaech the forum for "raspberry javafx"

The solution is possible

The download package does not have javafx, but it can be executed.. Maybe the system finds the built-in javafx
 
Upvote 0
Top