[DONE] Installed PB6.21 on MacOS Tahoe 26.0.1. I can't close IDE?

Post bugreports for the Mac OSX version here
User avatar
Kukulkan
Addict
Addict
Posts: 1415
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

[DONE] Installed PB6.21 on MacOS Tahoe 26.0.1. I can't close IDE?

Post by Kukulkan »

Hi,

I tried to run PureBasic 6.21 on MacOS Tahoe. At first I installed the ARM version, and it opens up. I can compile a small program and that works. But if I try to close the IDE, it simply does nothing? It is also no longer responding. The window is frozen.

I tried again with the x64 version (Rosetta). Again, it starts and works but freezes completely if I try to close the IDE (close button).

I found no hidden messagebox anywhere. I had to kill them from comandline (kill <pid>) to get rid of the windows.

Is this a known issue? Or maybe because I renamed the Purebasic app in Finder -> Applications?
Last edited by Kukulkan on Mon Nov 03, 2025 8:01 am, edited 1 time in total.
Quin
Addict
Addict
Posts: 1155
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: Installed PB6.21 on MacOS Tahoe 26.0.1. I can't close IDE?

Post by Quin »

Already reported and fixed, viewtopic.php?p=645549
User avatar
Piero
Addict
Addict
Posts: 1102
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Re: Installed PB6.21 on MacOS Tahoe 26.0.1. I can't close IDE?

Post by Piero »

Kukulkan wrote: Fri Oct 31, 2025 2:10 pmI had to kill them from comandline (kill <pid>)
Do you know you can use ⌘⌥⎋ (Force Quit…)? It's on  menu…
User avatar
Kukulkan
Addict
Addict
Posts: 1415
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: Installed PB6.21 on MacOS Tahoe 26.0.1. I can't close IDE?

Post by Kukulkan »

Thanks. I'm using this Mac only remote and I do not manage to press the needed keys. Anyway, a

Code: Select all

killall PureBasic
seems sufficient at the moment.

As this is a machine building release products, I will not switch to a beta version. I really do not feel good about beta versions for production builds. Unfortunatelly, Fred dropped LTS versions and so I will stay with this for the moment. The command line compiler works fine.
User avatar
mk-soft
Always Here
Always Here
Posts: 6388
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: [DONE] Installed PB6.21 on MacOS Tahoe 26.0.1. I can't close IDE?

Post by mk-soft »

You can also replace the PureBasic IDE of v6.21 with the PureBasic IDE v6.30. Path PureBasic.app/Contents/MacOS
So continue to work with the compilers from v6.21.
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
Kukulkan
Addict
Addict
Posts: 1415
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: [DONE] Installed PB6.21 on MacOS Tahoe 26.0.1. I can't close IDE?

Post by Kukulkan »

Nice idea, thanks!
Post Reply