SketchUp 2025 Won't Open and Hangs

Thanks for laying out your setup and steps so clearly — super helpful! Based on what you’ve described, you’ve already covered many of the usual suspects for resolving SketchUp launch issues. Since it’s still hanging on launch even after a fresh install and user account, we’re likely dealing with a deeper compatibility or networking issue, especially with your macOS Sequoia 15.4 and VPN setup in the mix.

Let’s walk through a few next-level steps to troubleshoot this:

  1. Check Console Logs During Launch

To pinpoint where it’s hanging:

  • Open Console.app (Applications > Utilities).
  • In the search bar, type SketchUp right before launching the app.
  • Try launching SketchUp, then watch for any errors, crashes, or “code signature” issues.
  • If you see any red errors or crash reports related to SketchUp, copy and share the first few lines, or let me know what you find.
  1. Test Without VPN

Sometimes SketchUp does a license/authentication handshake on first launch that can hang behind VPN firewalls.

  • Quit NordVPN entirely (not just disconnect, but quit the app).
  • Reboot SketchUp.
  • If it launches now, we can whitelist it or use split tunneling for future use.
  1. Try Terminal Launch (Get Crash Feedback)

Run SketchUp from Terminal to capture crash output:

  1. Open Terminal.app.
  2. Paste:

bash

CopyEdit

/Applications/SketchUp\ 2025/SketchUp.app/Contents/MacOS/SketchUp
  1. Press Enter and see if anything appears when it tries to launch — this may give us direct error output (e.g., missing framework, denied permissions, etc.).

  2. Reset Full Disk Access and Permissions

macOS may be silently denying a resource SketchUp needs.

  • Go to System Settings > Privacy & Security > Full Disk Access
  • Add:
    • SketchUp
    • SketchUpWebHelper
    • Trimble Connect
    • Terminal (for testing)
  • Also go to Accessibility, Files & Folders, and Automation — and check all SketchUp-related items.
  • Then try launching again.

  1. Rosetta 2 & Architecture Mismatch

SketchUp 2025 should be Apple Silicon native, but some dependencies might trigger Rosetta or fail if not properly linked.

Try reinstalling Rosetta just in case:

bash

CopyEdit

/usr/sbin/softwareupdate --install-rosetta --agree-to-license
  1. Disable App Translocation (Gatekeeper Quirks)

Sometimes macOS isolates apps from running normally.

  • Open Terminal and run:

bash

CopyEdit

xattr -rd com.apple.quarantine /Applications/SketchUp\ 2025/SketchUp.app

This removes the “quarantine” flag that macOS places on downloaded apps.

Want to give those steps a try and report back what you see?