View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0026138 | AI War 2 | Crash/Exception | Jan 18, 2022 10:48 am | Jan 27, 2022 6:58 pm | |
Reporter | Chris_McElligottPark | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | Beta 3.786 A Very Intense Patch | ||||
Fixed in Version | Beta 3.787 Yet More Performance | ||||
Summary | 0026138: Linux steam integration bug. | ||||
Description | From Badger: when I open aiw2 through steam on my linux box it does not actually connect to steam even if I have the steam client open Error on init Steam - is Steam running? got exception System.EntryPointNotFoundException: SteamAPI_ManualDispatch_Init at (wrapper managed-to-native) Steamworks.Dispatch.SteamAPI_ManualDispatch_Init() at Steamworks.Dispatch.Init () [0x00001] in <955c165e822a424eae2072c61a36647f>:0 at Steamworks.SteamClient.Init (System.UInt32 appid, System.Boolean asyncCallbacks) [0x00063] in <955c165e822a424eae2072c61a36647f>:0 at Arcen.AIW2.Core.ArcenSteamWrapper.Update () [0x0003c] in /home/arcengames_aiw-ultra/CodeMain/ArcenAIW2Core/src/OutsideAPIs/ArcenSteamWrapper.cs:36 If I print the exception thusly: ArcenDebugging.ArcenDebugLogSingleLine( "Error on init Steam - is Steam running? got exception " + e.ToString(), Verbosity.DoNotShow ); | ||||
Tags | No tags attached. | ||||
|
In more details. If I invoke a dev build (which is new DLLs copied to an existing steam install) then it never connects to steam under any circumstances, regardless of whether the steam client is running Previously, if I opened the game through the steam client on a fresh install, it used to connect to steam, but no longer does. |
|
I can add that my dev build on Windows doesn't have Steam show up either. I have to launch it as a non-Steam game. |
|
Thanks! * Fixed a wrong "libsteam_api.so" being in the root folder of the game, which meant that linux steam users were not logged in properly. For the dev build on windows, you probably just need some of the secondary files like steam_api.dll, tghe 64bit one next to it, and then steam_appid.txt. |
Date Modified | Username | Field | Change |
---|---|---|---|
Jan 18, 2022 10:48 am | Chris_McElligottPark | New Issue | |
Jan 18, 2022 10:48 am | Chris_McElligottPark | Status | new => assigned |
Jan 18, 2022 10:48 am | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Jan 18, 2022 10:55 am | BadgerBadger | Note Added: 0063817 | |
Jan 18, 2022 11:11 am | BadgerBadger | Note Edited: 0063817 | |
Jan 18, 2022 11:38 am | RocketAssistedPuffin | Note Added: 0063818 | |
Jan 27, 2022 6:58 pm | Chris_McElligottPark | Status | assigned => resolved |
Jan 27, 2022 6:58 pm | Chris_McElligottPark | Resolution | open => fixed |
Jan 27, 2022 6:58 pm | Chris_McElligottPark | Fixed in Version | => Beta 3.787 Yet More Performance |
Jan 27, 2022 6:58 pm | Chris_McElligottPark | Note Added: 0063914 |