> For the complete documentation index, see [llms.txt](https://framestudio.gitbook.io/framestudio-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://framestudio.gitbook.io/framestudio-documentation/fs-ui/troubleshooting.md).

# Troubleshooting

* Nothing appears when you call an export: this resource has to start before the resource calling it.
* Calls still go to ox\_lib: the text UI, progress bar and context menu are client exports with no net event behind them, so those call sites need the search and replace rather than drop-in mode.
* Both UIs draw the same notification: drop-in mode was forced on while ox\_lib is also started. Leave it unforced.
* A renamed folder broke your calls: exports follow the folder name. Use the new name, or rely on the published event aliases.
* A translation is missing: a key absent from a locale falls back to the key name, which makes the gap obvious. Copy the English file and translate the values.
