trdwll / SteamBridge

An Unreal Engine implementation of the Steamworks API.
https://trdwll.com/experiments/steambridge/
MIT License
134 stars 20 forks source link

Assertion failed Errors on -game test #27

Closed HashemShepard closed 1 year ago

HashemShepard commented 2 years ago

when i started testing the game using the engine shortcut method with project directory and -game command line argument the game crash with this error whenever i do things releated to steam Assertion failed: IsInGameThread() || IsInSlateThread() [File:A:/UE4.26 Source/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp] [Line: "1119]" Slate can only be accessed from the GameThread or the SlateLoadingThread! any idea why im using ue4.26.2 source version with the plugin development branch

trdwll commented 2 years ago

No idea. Not sure if this is even related to SteamBridge.

HashemShepard commented 2 years ago

No idea. Not sure if this is even related to SteamBridge.

well i kept googling , all i found says it has something to do with steam latent actions , and the crash only happens when interacting with steam stuff , especially lobby , like invite , join , snd msg to lobby