you are right and thank you!
technicaldiff
12
Posts
A member registered Nov 07, 2021
Recent community posts
Crab Game on Linux - cannot list lobbies and cannot connect to lobbies
Root cause is twofold:
missing 'CrabGameLinux_Data/Plugins/libsteam_api.so'
missing 'steam_appid.txt'
Solution:
appid is 1782210 (put this text into steam_appid.txt in the root dir alongside the game executable)
grab libsteam_api.so from
https://github.com/rlabrecque/Steamworks.NET/releases/download/15.0.1/Steamworks...
(this goes to 'CrabGameLinux_Data/Plugins/')
original comment --->Frantisek Veverka