Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lobby created on Linux has an invalid SteamId #785

Open
xzxADIxzx opened this issue Oct 30, 2024 · 1 comment
Open

Lobby created on Linux has an invalid SteamId #785

xzxADIxzx opened this issue Oct 30, 2024 · 1 comment
Assignees

Comments

@xzxADIxzx
Copy link

Describe the bug
Every time I create a lobby its id is exactly 25559040.
I can't get or set lobby data, get its owner or members.

Calling Code

SteamMatchmaking.CreateLobbyAsync(8).ContinueWith(task =>
{
    Debug.Log(task.Result.Value.Id);
});

Expected behavior
The lobby should have a normal SteamId (18 digits or smth)

Desktop

  • OS: Arch Linux x86-64

Additional context
When I run the same code on Windows, everything works like a charm.
I suspect that the problem may be in the libsteam_api.so library.

Any help is appreciated :3

@DrMeepso
Copy link

I am also having this issue, the lobby gives the created event but an invalid lobby ID and the client is not actually in any lobby.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants