> For the complete documentation index, see [llms.txt](https://docs.routeeffect.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.routeeffect.com/support/frequently-asked-questions.md).

# Frequently Asked Questions

<details>

<summary>When I try to launch a simulator, it says “port address in use.” What should I do?</summary>

When RouteEffect creates a simulated video router, it needs to bind to a specific port on your device. Only one application can use a given port at a time. If you see this error, it usually means a simulator is already running on that port.

To resolve this:

1. Open the Dashboard in RouteEffect.
2. Tap Stop All Simulators to shut down any active simulators.
3. If the issue persists, force quit RouteEffect and relaunch the app.

This should free up the port so you can start the simulator again.

Note: The Blackmagic Design Videohub Controller app for macOS also makes use of this port. So, when creating your Simulator entries, you may want to choose a port other than 9990.

</details>

<details>

<summary>What features can I use if I don’t subscribe to RouteEffect?</summary>

You’ll still be able to create Video Router entries and simulators, but only the first one in each list will actually run. You can use the Button and Wheel Picker views to route sources to destinations.

The more advanced stuff—like Split View, List View, Crosspoint Matrix, and Virtual Outputs—requires a license. Same goes for Multiview, Presets, and automating with Shortcuts.

It’s a great way to try things out before unlocking the full power of the app.

</details>

<details>

<summary>Is there a lifetime version of RouteEffect? I only see subscription options.</summary>

Yep! A lifetime version is available as a separate app called RouteEffect Pro on the App Store. It’s a one-time purchase, with no subscription required.

The regular RouteEffect app (the free download) only supports subscriptions. RouteEffect Pro is designed for people who prefer to pay once, or whose devices are managed by an organization that blocks In-App Purchases.

The lifetime price reflects the ongoing development and maintenance of the app, so you’ll keep getting updates and new features. It will also be enabled for Family Sharing.

</details>


---

# 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.routeeffect.com/support/frequently-asked-questions.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.
