Skip to content

Commit

Permalink
Add: Troubleshooting section for browser overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrekol committed Oct 5, 2021
1 parent 590c50e commit 8ad2321
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/guide/in-game-overlays.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Used to display any web overlay in-game.

Repeat steps 2-5 for as many web overlays you want. Keep in mind however that running too many or too big(canvas size) overlays will result in a noticeable game performance penalty.

### Troubleshooting

::: warning This overlay works with some, but not all other overlays

Known **working**:
Expand All @@ -28,6 +30,11 @@ Known **not working** (either doesn't show anything or crashes osu!):
Rivatuner OSD, reshade
:::

First off - try restarting your PC.

In case overlay still fails to display anything you can check what other applications are trying to interact with osu!. Restart StreamCompanion with logging level set to `Trace` and start osu! in order to create a list of unknown files loaded in osu! in `Files/Logs/`.
Googling these files individually will most of the time give you a good idea what application it is from. Try disabling some/all of these, and seeing if that changes anything.

## Text overlay

Used to display simple text content generated by Output patterns. This may be enough if you don't need anything fancy.
Expand Down

0 comments on commit 8ad2321

Please sign in to comment.