01-14-2026, 10:10 PM
(This post was last modified: 01-15-2026, 10:37 AM by Circlotron.)
Righto then... I was coming back here to report that QB64 doesn't work on Wine 11 RC5, but after looking at bit closer I realised that I had installed the ARM version.
Oops.
So, ignoring the fact that in looking for a problem you should only change one thing at a time, I updated from Mint Mate 22.2 to 22.3, updated to Wine 11 (yay!) and installed both 64 bit and 32 bit Windows QB64Phoenix.
At a glance, 64 bit opens and looks okay (didn't actually try anything). 32 bit though opens and immediately terminates. Running wine from the terminal provides the following error message. Don't know if it's an issue for here or for the wine forum.
EDIT -> Now that I've actually *read* the error message and see that it is a missing library and actually done something about it, of course it works. :facepalm:
Oops.So, ignoring the fact that in looking for a problem you should only change one thing at a time, I updated from Mint Mate 22.2 to 22.3, updated to Wine 11 (yay!) and installed both 64 bit and 32 bit Windows QB64Phoenix.
At a glance, 64 bit opens and looks okay (didn't actually try anything). 32 bit though opens and immediately terminates. Running wine from the terminal provides the following error message. Don't know if it's an issue for here or for the wine forum.
EDIT -> Now that I've actually *read* the error message and see that it is a missing library and actually done something about it, of course it works. :facepalm:
Code: (Select All)
my_name@satellite:~/.wine/drive_c/Program Files (x86)/qb64pe$ wine qb64pe.exe
008c:fixme:ntoskrnl:KeSetPriorityThread (003598E8 24)
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"Crypkey License" failed to start: 2
0024:err:gdi:CreateDCW no driver found for L":0"
0024:err:wgl:egl_init Failed to load libEGL.so.1: libEGL.so.1: cannot open shared object file: No such file or directory
0024:err:wgl:X11DRV_OpenGLInit Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
0024:err:wgl:X11DRV_OpenGLInit OpenGL support is disabled.
my_name@satellite:~/.wine/drive_c/Program Files (x86)/qb64pe$
