For the Linux build of the game, when trying to load a stage/the camp without Steam open, the game will get stuck at the Loading screen on the very first stage. Relevant debug log:
[S_API FAIL] Tried to access Steam interface SteamInput006 before SteamAPI_Init succeeded.
/home/niconiconii/AdventuresInLestoria/Adventures in Lestoria/AdventuresInLestoria.cpp(3774:4) discord::Result AiL::SetupDiscord(): Could not connect to Discord. Error Code 4
/home/niconiconii/AdventuresInLestoria/Adventures in Lestoria/AdventuresInLestoria.cpp(3774:4) discord::Result AiL::SetupDiscord(): Could not connect to Discord. Error Code 4
[S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
[S_API] SteamAPI_Init(): Loaded '/home/niconiconii/.local/share/Steam/linux64/steamclient.so' OK.
[S_API FAIL] Tried to access Steam interface SteamInput006 before SteamAPI_Init succeeded.
/home/niconiconii/AdventuresInLestoria/Adventures in Lestoria/AdventuresInLestoria.cpp(3774:4) discord::Result AiL::SetupDiscord(): Could not connect to Discord. Error Code 4
[S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
[S_API] SteamAPI_Init(): Loaded '/home/niconiconii/.local/share/Steam/linux64/steamclient.so' OK.
[S_API FAIL] Tried to access Steam interface SteamInput006 before SteamAPI_Init succeeded.
For the Linux build of the game, when trying to load a stage/the camp without Steam open, the game will get stuck at the Loading screen on the very first stage. Relevant debug log:
```
[S_API FAIL] Tried to access Steam interface SteamInput006 before SteamAPI_Init succeeded.
/home/niconiconii/AdventuresInLestoria/Adventures in Lestoria/AdventuresInLestoria.cpp(3774:4) discord::Result AiL::SetupDiscord(): Could not connect to Discord. Error Code 4
/home/niconiconii/AdventuresInLestoria/Adventures in Lestoria/AdventuresInLestoria.cpp(3774:4) discord::Result AiL::SetupDiscord(): Could not connect to Discord. Error Code 4
[S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
[S_API] SteamAPI_Init(): Loaded '/home/niconiconii/.local/share/Steam/linux64/steamclient.so' OK.
[S_API FAIL] Tried to access Steam interface SteamInput006 before SteamAPI_Init succeeded.
/home/niconiconii/AdventuresInLestoria/Adventures in Lestoria/AdventuresInLestoria.cpp(3774:4) discord::Result AiL::SetupDiscord(): Could not connect to Discord. Error Code 4
[S_API FAIL] Tried to access Steam interface SteamFriends017 before SteamAPI_Init succeeded.
[S_API] SteamAPI_Init(): SteamAPI_IsSteamRunning() did not locate a running instance of Steam.
[S_API] SteamAPI_Init(): Loaded '/home/niconiconii/.local/share/Steam/linux64/steamclient.so' OK.
[S_API FAIL] Tried to access Steam interface SteamInput006 before SteamAPI_Init succeeded.
```
sigonasr2
added this to the Chapter 2 Complete milestone 9 months ago
For the Linux build of the game, when trying to load a stage/the camp without Steam open, the game will get stuck at the Loading screen on the very first stage. Relevant debug log:
Corrected through latest commits.
316cd4edb0
and earlier.