> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/center/crash/crash-on-launch.md).

# Crash on Launch

If Daylite quits when you open it, you can use these steps below to resolve the most common causes of crashing on launch

### Turn Off Auto Login

If you're running Daylite on the latest version of Daylite and macOS, try turnning off auto login. By doing this, you can determine whether the issue is with the App on your system, or if the issue is related to something specific to your database.

To turn off auto login:

*This action only affects the current login. Automatic login will resume next time unless repeated.*

1. **Quit Daylite**, if it is currently running.
2. Hold down the **Command (⌘) + Shift (⇧) + Option (⌥)** keys.
3. Open Daylite

If the issue persists, proceed to clear the display state.

***

### Clear Display State <a href="#clear-display-state-d2zkt" id="clear-display-state-d2zkt"></a>

If Daylite opens after turning off auto login, try clearing your display state when logging into Daylite.

To reset Daylite to its default display state:\\

1. Quit Daylite
2. Press and hold **Option (⌥)** key.
3. Open Daylite

If the issue persists, proceed to temporarily turn off plug-ins

***

### Temporarily Turn Off Plug-ins

Plugins can cause Daylite to crash on launch. Use the steps below to temporarily turn off plug-ins

1. Quit Daylite
2. Press and hold the **Command (⌘)** Key
3. Open Daylite

Plug-ins will be automatically turned back on after restarting Daylite.

<br>

If after following all these steps the[ issue persists](<mailto:support@daylite.app?subject=Crash%20on%20Launch&#xA;>), contact support for more assistance.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.daylite.app/help/center/crash/crash-on-launch.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
