Program Crashes After Start in MacOS - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10) +---- Thread: Program Crashes After Start in MacOS (/showthread.php?tid=2215) Pages:
1
2
|
RE: Program Crashes After Start in MacOS - NakedApe - 12-01-2023 (12-01-2023, 04:32 AM)NakedApe Wrote:(12-01-2023, 01:51 AM)a740g Wrote: Works fine for me. I am on macOS Ventura 13.6.1 + QB64-PE 3.9.1 + Xcode 15.0.Will do. Thanks a lot, a740g. RESOLVED! I thought I had tried this on the latest version. Apparently not. Duh. Thanks for the help!! RE: Program Crashes After Start in MacOS - SMcNeill - 12-01-2023 And *that's* why no one could reproduce the problem! LOL! RE: Program Crashes After Start in MacOS - a740g - 12-01-2023 (12-01-2023, 05:31 AM)NakedApe Wrote:You are welcome.(12-01-2023, 04:32 AM)NakedApe Wrote:(12-01-2023, 01:51 AM)a740g Wrote: Works fine for me. I am on macOS Ventura 13.6.1 + QB64-PE 3.9.1 + Xcode 15.0.Will do. Thanks a lot, a740g. It's nice to know that QB64-PE works well on ARM based Macs. I've had great success running it on Windows 11 on ARM. The only remaining piece of the puzzle is getting it to work properly on Linux running on ARM. A Raspberry Pi 5 would make a awesome testing platform. RE: Program Crashes After Start in MacOS - Jack - 12-02-2023 @a740g I am curious as to what arm machine you are running Windows 11, the laptops from MS are either too pricey or don't have more than 8 GB of RAM and/or have Windows 11S RE: Program Crashes After Start in MacOS - a740g - 12-02-2023 (12-02-2023, 12:34 PM)Jack Wrote: @a740gI am using a Dell Inspiron 14 with Snapdragon 8cx Gen 2 SoC. It has 8 GB of RAM. But that quite ok you are not going to run anything that is memory intensive. QB64-PE and VSCode works like a champ. Even the ARM version of Visual Studio Community Edition works without issues. I ensure I do not run too many things at once and avoid running applications that runs using emulation. As for the Windows 11S stuff, it is simple to switch out of - Switching out of S mode in Windows - Microsoft Support. |