Lucky Raccoon Games
  • Start Here
  • Really Simple Steam Integration
    • Setup
    • Running Demo Scenes
    • Leaderboards
      • Setup
      • Initializing Leaderboards
      • Submitting Scores
      • Retrieving Leaderboard Data
    • Stats and Achievements
      • Setup
      • Unlocking Achievements Directly
      • Unlocking Achievements from Stats
    • Cloud Save
      • Setup
      • Saving and Loading Data
    • Friends List
      • Setup
      • Getting Friends Data
    • Drag & Drop UI Components
    • Troubleshooting
    • Useful Links
  • Really Simple Tutorials
    • Setup
    • Running Demo Scenes
    • Tutorial Screen
      • Categories
      • Items
      • Setting up the screen with your data
      • Tutorial Manager anatomy
    • Tutorial Popup
      • Showing and hiding Popups
      • Tutorial Popup anatomy
    • Integrations
      • New Input System
    • Troubleshooting
  • Support
Powered by GitBook
On this page
  1. Really Simple Steam Integration

Troubleshooting

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

PreviousDrag & Drop UI ComponentsNextUseful Links

Last updated 1 year ago

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

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

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

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.

The error I'm getting is not listed here. What do I do?

You can check the or .

3rd party reference docs
talk to us