To resolve the Katalon Studio crashes on macOS Sequoia (15.4.1) for Apple Silicon (M3) devices:
1. Verify JDK Compatibility
Katalon Studio 9.7.5/10.x requires JDK 8/11/17 for ARM64. Steps:
Uninstall existing JDK:
/usr/libexec/java_home -V # List installed JDKs
sudo rm -rf /Library/Java/JavaVirtualMachines/<jdk-version>
Install Azul Zulu JDK 17 for ARM:
Download here (macOS ARM64 .dmg).
Configure Katalon to use Zulu JDK:
Go to Katalon Studio > Preferences > Java > Installed JREs.
Add the Zulu JDK path (e.g., /Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home).
2. Disable Hardware Acceleration
GPU rendering issues often cause crashes on Apple Silicon after macOS updates. Fix:
Open katalon.ini in /Applications/Katalon Studio [version].app/Contents/Eclipse/:
-vmargs
...
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Dorg.eclipse.swt.internal.carbon.noAutoScale=true
-Dsun.java2d.metal=false # Disable Metal API
-Dsun.awt.disablegrab=true
Add these lines to disable GPU rendering:
-Dsun.java2d.opengl=false
-Dsun.java2d.d3d=false
3. Run Katalon in Rosetta 2 Compatibility Mode
(For Intel-based Katalon versions only)
Right-click Katalon Studio.app → Get Info.
Check Open using Rosetta.
4. Update macOS Environment Libraries
Apple Silicon (M1/M3) often requires manual linking for legacy libraries:
I got an update from Katalon support side. I hope it will help me:
Please be informed that, after investigating, we found out that there is an incident from macOS with the Eclipse application, which is reported in SWT: [https://github.com/eclipse-platform/eclipse.platform.swt/issues/1978](https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_eclipse-2Dplatform_eclipse.platform.swt_issues_1978&d=DwMCAw&c=BSDicqBQBDjDI9RkVyTcHQ&r=QTNAPbwpIA6OI4GnYI05KZbPXM4JAw5XyYPnJT3tSnc&m=RyN_2JHXGuspgQgNnDSsf4rKl5Ol0Dkr9ScKfgn_kxp1fo-SzckyFmXdGR482OAg&s=5gLOpXA0G_2593juBcFZ262XNuhkyhHu9wlVjFAWk4w&e=)
While waiting for the fix from the macOS side, there is a workaround so it should no longer crash from the JavaDoc: disable the hover tooltips.
Please help go to Preferences -> Java -> Editor -> Hovers -> and uncheck the Combined Hover: