# Why won’t PostLab launch after updating or installing it?

{% hint style="info" %}
This primarily affects macOS 12 (Monterey) users.
{% endhint %}

You are likely using macOS 12.7.x (Monterey), or you upgraded macOS 12.7.x to a newer version after updating or installing PostLab.

If you updated or installed PostLab to the current release, and PostLab will not launch (i.e. it crashes with a macOS-level crash report), take these steps to reinstall PostLab:

1. Perform a comprehensive uninstall of PostLab using AppCleaner:
   1. Download AppCleaner - <https://freemacsoft.net/appcleaner/>
   2. Drag-and-drop PostLab from `/Applications` to AppCleaner then click `Remove`.
   3. In Finder, empty your Trash.
2. Download and reinstall PostLab: <https://hedge.video/download/postlab/macos>

{% hint style="warning" %}
Do not relaunch PostLab yet.
{% endhint %}

3. In Finder, delete these two folders (if they exist), then empty your Trash:
   1. In Finder, go to `Go > Go to Folder...` (or `Command-Shift-G`).
   2. Copy/paste this into the dialog that appears: `~/Library/Caches/`
      * (The tilde `~` is a macOS shortcut for your macOS account home folder.)
4. Delete these two folders:
   1. `io.sentry`
   2. `SentryCrash`
5. Empty your Trash in Finder.
6. Now relaunch PostLab.

{% hint style="info" %}
A Sentry report dialog (i.e. `Something unexpected happened.`) may appear multiple times after taking these steps. These dialog boxes are related to removing the cached Sentry folders.
{% endhint %}

Are you using macOS 12, and is PostLab still not launching? [Follow these steps to `Request Support` in PostLab.](https://docs.hedge.video/postlab-classic/faq/pages/-M_gs28S8PTgsBukRg-s#id-3.-request-support)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hedge.video/postlab-classic/faq/why-wont-postlab-launch-after-updating-or-installing-it.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
