> For the complete documentation index, see [llms.txt](https://docs.luckyraccoongames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luckyraccoongames.com/really-simple-steam-integration/troubleshooting.md).

# Troubleshooting

Solve all your problems here... Or on Google...

<details>

<summary>I'm getting the error "[Steamworks.NET] SteamAPI_Init() failed. Refer to Valve's documentation or the comment above this line for more information."</summary>

Make sure the Steam client is running on your computer as it is needed to get current player data, friends list, etc.

Also make sure that the logged in account has the game you want to test

</details>

<details>

<summary>steamLeaderboards.GetCurrentLeaderboardGlobalAroundUser(-5, 5) does not return any records (is always returning null)</summary>

The most likely cause is that the player has no score submitted on the leaderboard. You can check if the player has a score by accessing Steamworks.

</details>

<details>

<summary>The error I'm getting is not listed here. What do I do?</summary>

You can check the [3rd party reference docs](/really-simple-steam-integration/useful-links.md) or [talk to us](/support.md).

</details>
