Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GodotSteam/GodotSteam-Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed Apr 13, 2024
2 parents 36c200a + 0d27556 commit e4a5469
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions docs/tutorials/common_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,37 @@ If you aren't using the environment variables to set what game you're running, t

This can have quite a few causes but a common one is not having your depots or packages set up correctly. Check out [the packages page in the official Steamworks SDK documentation](https://partner.steamgames.com/doc/store/application/packages){ target="\_blank" } for more on how to do it.

{==
## Error `steam ConnectToGlobalUser failed.`
==}

This error may be seen on initialization. This can have a few causes:

- Steam is not started
- The currently signed-in user does not have access to the game (i.e. it's not in the users Steam Library)


{==
## The game does not appear in my library!
==}

When you do not have access to the game you created, you likely haven't received a grant for it!
If you have created the Steam App with the currently signed-in account, you should have received an [autogrant](https://partner.steamgames.com/doc/store/application/packages/autogrants).
To check whether you have an autogrant, go to:

1. Your Steam Dashboard
2. Under _Users & Permissions_
3. Select _Overview_

Make sure, the `Developer Comp` package is there, as shown in the screenshot below:
![](../assets/images/tutorials-common_issues-steam-users-overview.png)

If it is **not** there, you need to add it. To do this, click the `Add/Manage Groups` button on this very screen.
Then, on the next screen, select the Group for your app that includes your account (likely called `Everyone`, which includes all partner account members).
On the next screen, you should then be able to add the autogrant:

![](../assets/images/tutorials-common_issues-steam-autogrant.png)

{==
## Parse Error
==}
Expand Down

0 comments on commit e4a5469

Please sign in to comment.