> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/desktop/announcement/service-disruption/solved-mac-v2.0.3-app-crash-issue.md).

# \[Solved] Mac v2.0.3 App crash Issue

Following the update to PRISM Live Studio macOS v2.0.3, we have identified an issue where the application may terminate unexpectedly under certain conditions.

This issue occurs when a user attempts to add a script via the **Tools > Scripts** menu, or immediately upon launch for users who had already configured scripts in a previous version.

#### Cause

This instability arises from a **technical compatibility conflict** between a 3rd-party library (LuaJIT) integrated within the app and **Apple's compile environment (Apple Clang 16) in Xcode 16**. Specific compiler settings have impacted the internal memory structure of certain components, leading to crashes during script-related operations.

***

#### How to Resolve

Until the next update is released, please follow one of the two solutions below to ensure a stable broadcasting environment.

**Option 1:**&#x20;

**Manual Deletion of Configuration Files**

{% stepper %}
{% step %}
Open **Finder** and select **Go > Go to Folder**... from the top menu bar.
{% endstep %}

{% step %}
Copy and paste the following path into the input field:

{% hint style="info" %}
\~/Library/Application Support/PRISMLiveStudio/basic
{% endhint %}
{% endstep %}

{% step %}
Locate and delete the **Scenes** folder within this directory.

<figure><img src="/files/moEPHN4w5nWknmw1FECM" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
Note: Deleting **Scenes** folder will remove all your saved Scene sets.
{% endhint %}

**Option 2:**&#x20;

**Reinstall Previous Stable Version (v2.0.2)**

{% stepper %}
{% step %}
Uninstall the current v2.0.3 application from your Mac.

{% endstep %}

{% step %}
Download and install v2.0.2 using the link below:

* [PRISMLiveStudio\_macos\_arm64\_2.0.2.dmg](https://resource-prismlive.pstatic.net/202511181652/PRISMLiveStudio_macos_arm64_2.0.2.271.dmg)
  {% endstep %}
  {% endstepper %}

***

#### Additional Information

This issue specifically affects the **macOS v2.0.3** environment. Our development team is currently finalizing a patch to resolve this conflict, and a permanent fix will be included in the **v2.1.0** update scheduled for release next month.

We sincerely apologize for the inconvenience. If the issue persists after following the steps above, please contact us by clicking the **PRISM info (i)** icon at the bottom right of the app and selecting the **Contact us** menu.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://guide.prismlive.com/desktop/announcement/service-disruption/solved-mac-v2.0.3-app-crash-issue.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.
