В 64-разрядной версии Windows у меня произошел сбой при использовании SDK Steamworks на C++.
#include
#include
#include
#include
#include
int main(int argc, char const *argv[])
{
SteamErrMsg errMsg;
if (SteamAPI_InitEx(&errMsg) == k_ESteamAPIInitResult_OK) {
auto steamUser = SteamUser();
if (steamUser) {
std::cout IClientUtils::RecordSteamInterfaceCreation( "SteamUtils010", "", )
00003018 game_obj.exe:458755 > IClientUtils::GetAppID( ) = 3025660,
00003018 game_obj.exe:458755 > IClientUtils::RecordSteamInterfaceCreation( "SteamUser023", "User", )
00003019 game_obj.exe:458755 > IClientUtils::GetAppID( ) = 3025660,
00003043 game_obj.exe:458755 > IClientUser::GetSteamID( ) = [U:1:177496783],
00003048 game_obj.exe:458755 > IClientUtils::GetAppID( ) = 3025660,
00003048 game_obj.exe:458755 > IClientUtils::RecordSteamInterfaceCreation( "SteamUser023", "", )
00003049 game_obj.exe:458755 > IClientUser::GetSteamID( ) = [U:1:177496783],
[2024-07-02 16:50:22] Warming Config Cache 3025660
Warming Config Cache 3025660
[2024-07-02 16:50:22][733.235464] Adding process 9280 for gameID 3025660
[2024-07-02 16:50:22] Flushed store 'userlocal' to 'C:\Program Files (x86)\Steam\userdata\177496783\config\localconfig.vdf'
[2024-07-02 16:50:23] SSGL: change [3025660] LCT -671085920->0
CClientMusic::OnSteamPipeClosed - 458755
[2024-07-02 16:50:26] AppID 3025660 exited.
[2024-07-02 16:50:26] OnAppLifetimeNotification: appID 3025660 has no associated session information
[2024-07-02 16:50:26] [AppID 3025660] CAPIJobStoreUserStats::BInit() - no stats found, aborting
Game process removed: AppID 3025660 ""C:\Users\maman\test_steam_api\install\game_obj.exe"", ProcID 9280
[2024-07-02 16:50:26] AppID 3025660 no longer tracking PID 9280, exit code -1073741819
CClientMusic::OnAppEventStateChange 3025660 2004 4
[2024-07-02 16:50:26] Remove 3025660 from running list
[2024-07-02 16:50:26] Unknown shader cache type, ignoring.
[2024-07-02 16:50:26][737.322438] Removing process 9280 for gameID 3025660
[2024-07-02 16:50:26] Flushed store 'userlocal' to 'C:\Program Files (x86)\Steam\userdata\177496783\config\localconfig.vdf'
[2024-07-02 16:50:27] Flushed store 'userlocal' to 'C:\Program Files (x86)\Steam\userdata\177496783\config\localconfig.vdf'
] log_ipc 0
Calls over the last 13012 milliseconds:
Process Method Calls First Last
-------------------- ---------------------------------------- ---------- ---------- ----------
game_obj.exe IClientUtils::GetSteamRealm 1 3005 3005
game_obj.exe IClientUtils::GetConnectedUniverse 1 3006 3006
game_obj.exe IClientUtils::GetIPCountry 1 3006 3006
game_obj.exe IClientUtils::GetServerRealTime 1 3006 3006
game_obj.exe IClientUtils::SetAppIDForCurrentPipe 1 3007 3007
game_obj.exe IClientApps::GetAppData 1 3015 3015
game_obj.exe IClientUtils::GetSteamEnvironmentForApp 1 3015 3015
game_obj.exe IClientUtils::GetAppID 4 3017 3048
game_obj.exe IClientUtils::RecordSteamInterfaceCreati 3 3018 3048
game_obj.exe IClientUser::GetSteamID 2 3043 3049
IPC logging has been stopped
You can stop logging IPC calls using "log_ipc 0"
Подробнее здесь: https://stackoverflow.com/questions/787 ... on-windows