Page 2 of 2
Re: IDE will not load after update
Posted: Fri May 02, 2025 8:54 am
by gbWilly
cage wrote: ↑Thu May 01, 2025 8:44 pm
gbwilly that file does not exit in my operating system which is Arch Linux.
That info is in the IDE. You want to say that the menu 'System information' in Gambas IDE doesn't exist on Arch Linux? I can't imagine that

, so I guess you misunderstood what I tried to say.
SystemInformation.png
Above menu opens below screen
SystemInfo.png
Info from this screen is used for bug reports. Use copy button and paste it into system info field of your bug report, so details on eco-system Gambas is erroring in are provided for analyses.
Since Gambas starts again with jit disabled it should be possible to get to this info now.
Re: IDE will not load after update
Posted: Fri May 02, 2025 6:13 pm
by BruceSteers
you can also use terminal with the argument --system-information
gambas3 --system-information
gambas3 --system-information >~/gambas-info.txt
env GB_NO_JIT=true gambas3 --system-information >~/gambas-info.txt
Re: IDE will not load after update
Posted: Sat May 03, 2025 2:15 am
by cage
Thank guys I got the proper information and resent the bug report. I know that people running Suse were having the same problem also. Now I will just have to wait for the bug fix to hit the Arch repository.
Re: IDE will not load after update
Posted: Sun May 04, 2025 11:56 pm
by cage
After doing some research I found a way to run the applications that have the gb.jit error problem. You need to create an desktop launcher and for the command use the following:
env GB_JIT_ENABLED=0 /application path/application name
I have all the applications that will not run working now with no problems. It will do the trick until the update gets published.
Re: IDE will not load after update
Posted: Tue May 13, 2025 6:20 pm
by cage
Today Ben put out an update that finally fixed the problem with Gambas with Arch Linux. Bruce please thank been for his hard work for me next time you talk with him.
