PureBasic 6.03 LTS is released !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
marcoagpinto
Addict
Addict
Posts: 1039
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Re: PureBasic 6.03 LTS beta 2 is ready to test !

Post by marcoagpinto »

I also tried to add manually using the preferences and the compilers don't work adding to the list.


EDIT: I was very stressed and installed 6.02 instead of 6.03.

I am terribly sorry!!!!
User avatar
jacdelad
Addict
Addict
Posts: 1991
Joined: Wed Feb 03, 2021 12:46 pm
Location: Riesa

Re: PureBasic 6.03 LTS beta 2 is ready to test !

Post by jacdelad »

Thx Fred!
Good morning, that's a nice tnetennba!

PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: PureBasic 6.03 LTS beta 2 is ready to test !

Post by useful »

Is there a gtk theme under which we won't get a message when running Ide-Gtk3?
Or will it be under all gtk themes?
(purebasic:5960): Gtk-CRITICAL **: 13:52:57.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Dawn will come inevitably.
mfa-nw
New User
New User
Posts: 7
Joined: Thu Jun 02, 2022 1:09 pm

Re: PureBasic 6.03 LTS beta 2 is ready to test !

Post by mfa-nw »

Thanks for the improvements to the Linux version. I am currently still using a beta of version 6 as this was the last version that allows me to compile GTK apps with the wayland backend. I understand that the x11 backend was forced to fix another issue, but would it be possible to allow a choice between wayland/x11 in the new release so that we can pick the most appropriate based on our individual requirements?
User avatar
Blue
Addict
Addict
Posts: 964
Joined: Fri Oct 06, 2006 4:41 am
Location: Canada

Re: PureBasic 6.03 LTS beta 2 is ready to test !

Post by Blue »

Thank you Fred for the ongoing improvement of PureBasic.

I personnally particularly appreciate and enjoy, in this beta 2, the updating of Scintilla to version 5.3.5.
The caret resizing tool now works as expected, which relieves the visual stress previously encountered when using the PB Editor on a high definition screen.

Much, much appreciated.
PB Forums : Proof positive that 2 heads (or more...) are better than one :idea:
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.03 LTS beta 3 is ready to test !

Post by Fred »

2023-07-07: beta 3 is out with even more fixes ! We tagged a lot of old Linux bug topics as 'seems to work as expected with current beta....', could some of you cross check these so we can close them if it's really fixed ? Thanks !

Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.
User avatar
Janni
Enthusiast
Enthusiast
Posts: 127
Joined: Mon Feb 21, 2022 5:58 pm
Location: Norway

Re: PureBasic 6.03 LTS beta 3 is ready to test !

Post by Janni »

oh wow! this is SO GREAT, thanks again Super-Fred :D
Spec: Linux Mint 20.3 Cinnamon, i7-3770K, 16GB RAM, RTX 2070 Super
User avatar
marcoagpinto
Addict
Addict
Posts: 1039
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Re: PureBasic 6.03 LTS beta 3 is ready to test !

Post by marcoagpinto »

Thanks, Fred!
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: PureBasic 6.03 LTS beta 2 is ready to test !

Post by useful »

useful wrote: Mon Jul 03, 2023 8:18 am Is there a gtk theme under which we won't get a message when running Ide-Gtk3?
Or will it be under all gtk themes?
(purebasic:5960): Gtk-CRITICAL **: 13:52:57.350: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Any hope of getting rid of the flood of messages?

Code: Select all

mint@mint:~/sys/purebasic$ ./launch.sh

(purebasic:7762): Gtk-CRITICAL **: 03:01:42.500: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(purebasic:7762): Gtk-CRITICAL **: 03:10:52.185: gtk_widget_set_size_request: assertion 'width >= -1' failed

(purebasic:7762): Gtk-CRITICAL **: 03:10:52.185: gtk_cell_renderer_set_fixed_size: assertion 'width >= -1 && height >= -1' failed

(purebasic:7762): Gtk-CRITICAL **: 03:10:52.194: gtk_widget_set_size_request: assertion 'width >= -1' failed

(purebasic:7762): Gtk-CRITICAL **: 03:10:52.194: gtk_cell_renderer_set_fixed_size: assertion 'width >= -1 && height >= -1' failed
Dawn will come inevitably.
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.03 LTS beta 3 is ready to test !

Post by mk-soft »

Quick Tip.
Linux purebasic ide is now gtk3 default.
For gtk2 purebasic_gtk2
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: PureBasic 6.03 LTS beta 3 is ready to test !

Post by useful »

mk-soft wrote: Sat Jul 08, 2023 12:18 pm Quick Tip.
Linux purebasic ide is now gtk3 default.
For gtk2 purebasic_gtk2
This is obvious, but I was asking specifically about
"when running Ide-Gtk3"
p.s. I wonder if this behavior is common or only on the XFCE I use.
Dawn will come inevitably.
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.03 LTS beta 3 is ready to test !

Post by mk-soft »

I reported it in the Linux Bug, because the IDE is also compiled with Purebasic.

Link bug report: Gtk-CRITICAL **
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
macros
User
User
Posts: 88
Joined: Wed Mar 15, 2006 1:47 pm
Location: Munich

Re: PureBasic 6.03 LTS beta 3 is ready to test !

Post by macros »

Thank you very much for the new version!

I tested all marked Linux bugs with samples and can confirm they are fixed :D

I also tested the GTK3 GUI
Under Kubuntu 23.04 the links in the help do not work I created a bug report here.
Also I noticed an annoying behaviour of the procedure list: If it is scrolled a fade to transparent animation appears at the end, likely intended to show that the end is reached, but It hinders quick clicks on the last/first items.

Otherwise the IDE works very well and looks good too !
User avatar
Janni
Enthusiast
Enthusiast
Posts: 127
Joined: Mon Feb 21, 2022 5:58 pm
Location: Norway

Re: PureBasic 6.03 LTS beta 3 is ready to test !

Post by Janni »

Thanks for your contribution macros! :D
Spec: Linux Mint 20.3 Cinnamon, i7-3770K, 16GB RAM, RTX 2070 Super
stevie1401
User
User
Posts: 81
Joined: Sat Oct 18, 2014 7:14 am

Re: PureBasic 6.03 LTS beta 3 is ready to test !

Post by stevie1401 »

There is no slider in the procedure listing on the right in the gtk3 version in 6.3 beta 3 (Linux Mint / Ubunbtu)
Post Reply