DuckGame-Linux icon indicating copy to clipboard operation
DuckGame-Linux copied to clipboard

Steamworks is not initialized

Open dedenker opened this issue 5 years ago • 0 comments

I get this message I guess because I do not have steam installed. But is there a way to ignore this?

The full error is:

[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: Steamworks is not initialized. at Steamworks.InteropHelp.TestIfAvailableClient () [0x00016] in <531bc3e71a224e2ab9095ed44c8acdb9>:0 at Steamworks.SteamUtils.GetAppID () [0x00000] in <531bc3e71a224e2ab9095ed44c8acdb9>:0 at WorkshopQueryUser.Create () [0x00001] in <3c6c911b9896417190de53cb87bee4a7>:0 at WorkshopQueryBase._Request () [0x0000f] in <3c6c911b9896417190de53cb87bee4a7>:0 at WorkshopQueryBase.Request () [0x00002] in <3c6c911b9896417190de53cb87bee4a7>:0 at DuckGame.Content.InitializeLevels () [0x00099] in <636696e3f4b04115938bc56d0d20ccd6>:0 at DuckGame.MonoMain.RunUpdate (Microsoft.Xna.Framework.GameTime gameTime) [0x00135] in <636696e3f4b04115938bc56d0d20ccd6>:0 at DuckGame.MonoMain.Update (Microsoft.Xna.Framework.GameTime gameTime) [0x00019] in <636696e3f4b04115938bc56d0d20ccd6>:0 at Microsoft.Xna.Framework.Game.Tick () [0x000ef] in :0 at Microsoft.Xna.Framework.SDL2_FNAPlatform.RunLoop (Microsoft.Xna.Framework.Game game) [0x005b6] in :0 at Microsoft.Xna.Framework.Game.Run () [0x0002c] in :0 at DuckGame.Program.DoMain (System.String[] args) [0x0022e] in <636696e3f4b04115938bc56d0d20ccd6>:0 at DuckGame.Program.orig_Main (System.String[] args) [0x00036] in <636696e3f4b04115938bc56d0d20ccd6>:0 at DuckGame.Program.Main (System.String[] args) [0x000c0] in <636696e3f4b04115938bc56d0d20ccd6>:0 AL lib: (EE) alc_cleanup: 1 device not closed

dedenker avatar Feb 14 '20 19:02 dedenker