IDE will not load after update

Questions and info about the Gambas IDE itself and not what you are making with it.
(not bug reports)
User avatar
gbWilly
Site Admin
Posts: 221
Joined: Fri Sep 23, 2016 11:41 am
Location: Netherlands
Contact:

Re: IDE will not load after update

Post 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.
You do not have the required permissions to view the files attached to this post.
gbWilly
- Dutch translation for Gambas3
- Gambas wiki content contributor
- Gambas debian/ubuntu package recipe contributor
- Gambas3 Debian/Ubuntu repositories

- GambOS

... there is always a Catch if things go wrong!
User avatar
BruceSteers
Legend
Posts: 2145
Joined: Thu Jul 23, 2020 5:20 pm
Location: Isle of Wight

Re: IDE will not load after update

Post 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
User avatar
cage
Contributor
Posts: 138
Joined: Mon Sep 02, 2019 5:47 am
Location: Phoenix Arizona

Re: IDE will not load after update

Post 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.
User avatar
cage
Contributor
Posts: 138
Joined: Mon Sep 02, 2019 5:47 am
Location: Phoenix Arizona

Re: IDE will not load after update

Post 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.
User avatar
cage
Contributor
Posts: 138
Joined: Mon Sep 02, 2019 5:47 am
Location: Phoenix Arizona

Re: IDE will not load after update

Post 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. :D
Post Reply