Search found 138 matches

by cage
Tue May 13, 2025 6:20 pm
Forum: The Gambas IDE
Topic: IDE will not load after update
Replies: 14
Views: 19184

Re: IDE will not load after update

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
by cage
Sun May 04, 2025 11:56 pm
Forum: The Gambas IDE
Topic: IDE will not load after update
Replies: 14
Views: 19184

Re: IDE will not load after update

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 ...
by cage
Sat May 03, 2025 2:15 am
Forum: The Gambas IDE
Topic: IDE will not load after update
Replies: 14
Views: 19184

Re: IDE will not load after update

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.
by cage
Thu May 01, 2025 8:44 pm
Forum: The Gambas IDE
Topic: IDE will not load after update
Replies: 14
Views: 19184

Re: IDE will not load after update

gbwilly that file does not exit in my operating system which is Arch Linux. So I will have to wait until the new update comes along. In the mean time by disabling gb.jit I can at least run my programs for the IDE itself. I thank you for your continuing efforts to help out. :D
by cage
Thu May 01, 2025 2:19 am
Forum: The Gambas IDE
Topic: IDE will not load after update
Replies: 14
Views: 19184

Re: IDE will not load after update

Gbwilly thanks for the temporary solution. Thanks to Bruce for your info. I did send the system info along with the problem. Really glad it's been fixed and can't wait for the update. I been using Gambas ever since Verizon 3 cam into being. It's my daily programming application.
by cage
Wed Apr 30, 2025 11:05 pm
Forum: The Gambas IDE
Topic: IDE will not load after update
Replies: 14
Views: 19184

Re: IDE will not load after update

I tried to summit a bug report but there was no selection to summit it. :(
by cage
Wed Apr 30, 2025 7:42 pm
Forum: The Gambas IDE
Topic: IDE will not load after update
Replies: 14
Views: 19184

IDE will not load after update

IDE will not load after update on Arch Linux. Comes up with this error: gb.jit: error: unable to compile JIT code of 'gb.form.terminal': [gb.jit].CCompilation.Wait.259: #6: Type mismatch: wanted String[], got String instead [gb.jit].CCompilation.Wait.259 [gb.jit].Jit._Wait.235 [gb.form.terminal].Ter...
by cage
Fri Jan 17, 2025 2:17 am
Forum: Component
Topic: gb scanner sur gambas 3.19.4
Replies: 2
Views: 7504

Re: gb scanner sur gambas 3.19.4

gambas3-gb-scanner is in the repository if not installed. To see if it is installed in the terminal type sudo pacman -Ss gambas3-gb-scanner. If not type sudo pacman -S gambas3-gb-scanner. If it is installed then it should be in components. Just activate it by checking the check box for it. Hope this...
by cage
Tue Dec 10, 2024 6:31 pm
Forum: Lounge
Topic: Wayland and desktop enviroments
Replies: 2
Views: 122439

Wayland and desktop enviroments

Wonder what effects to Gambas when the DE maintainers switch to Wayland. Seems most of the DE's are going to switch. I know that there is many problems with Wayland with many programs will not even run under Wayland. As far as I have been able to find out is that the originator of Wayland has abando...
by cage
Tue Oct 29, 2024 10:31 pm
Forum: The Gambas IDE
Topic: Is it me or is it a bug
Replies: 10
Views: 23628

Re: Is it me or is it a bug

Bruce you forgot to mention that if the file already exists the copy command will fail with an error. You much check to see fit he file exists and if so delete it before the copy command will work. So long as the file does not have the same name the copy command will work.