Page 1 of 1

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

Posted: Fri Oct 31, 2025 2:10 pm
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?

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

Posted: Fri Oct 31, 2025 2:22 pm
by Quin
Already reported and fixed, viewtopic.php?p=645549

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

Posted: Sun Nov 02, 2025 3:28 pm
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…

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

Posted: Mon Nov 03, 2025 8:01 am
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.

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

Posted: Mon Nov 03, 2025 12:36 pm
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.

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

Posted: Mon Nov 03, 2025 1:12 pm
by Kukulkan
Nice idea, thanks!