YetiTech-Studios / UE4GameLiftClientSDK

Gamelift Client SDK for Unreal Engine 4.
MIT License
79 stars 41 forks source link

Access violation when starting Aws::InitAPI() #31

Open Gaidline opened 4 years ago

Gaidline commented 4 years ago

Hi I'm getting access violation error when trying to open Unreal Editor with GameLiftClientSDK attached. It occurs at AWS Core module startup.

I have added all needed dependencies: aws-c-common, aws-c-eventstream, aws-checksums, aws-cpp-sdk-cognito-identity

I have successfully compiled the GameLiftClientSDK in Visual. Still can't open the Editor. Am I missing something here?

Here is the Editor crash location:

LogWindows: Error: [Callstack] 0x00007ff8c98b399f aws-cpp-sdk-core.dll!Aws::Monitoring::InitMonitoring() [D:\Biblioteki_SDK\AWS\AWS_SDK\aws-cpp-sdk-core\source\monitoring\MonitoringManager.cpp:109] LogWindows: Error: [Callstack] 0x00007ff8c98591d2 aws-cpp-sdk-core.dll!Aws::InitAPI() [D:\Biblioteki_SDK\AWS\AWS_SDK\aws-cpp-sdk-core\source\Aws.cpp:115]

Here you can find the more logs: TestGame.log