trdwll / SteamBridge

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

Crashing with "Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000" #15

Closed unclemusclez closed 3 years ago

unclemusclez commented 3 years ago

I get Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000 grabbing the steam id from launching the game within the viewport. If I launch the game outside of the editor, it seems to run fine. I assume this is because it is trying to grab the steam ID, and that is not standard functionality within the editor.


UE4Editor_CoreUObject!UFunction::Invoke() [G:\UnrealEngine\Engine\Source\Runtime\CoreUObject\Private\UObject\Class.cpp:5588]```

4.26.2 and develop branch of plugin
trdwll commented 3 years ago

You have to run the game via right-click uproject.