YetiTech-Studios / UE4GameLiftClientSDK

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

aws-cpp core and gamelift DLLs not loading on packaged game #4

Closed maucoen closed 6 years ago

maucoen commented 6 years ago

Hi all,

There may be a problem with the paths for packaged game dlls, as my gameliftclient plugin crashes the exe when I run a packaged version (editor version and standalone are working). Any pointers as to where the error might be? The dlls are in the packaged game plugin folder, but I have yet to check the paths for them in the plugin.

ryanjon2040 commented 6 years ago

I was able to fix the issue partially but the changes I made is causing AWSCore.dll to fail. Right now the workaround is to place all the dll files right next to the Game exe (i.e: YourGameName\Binaries\Win64 location).

maucoen commented 6 years ago

workaround is good for now!

ryanjon2040 commented 6 years ago

@maucoen This issue has been resolved in this commit 83b49230e2f79d1ee487bd55cc16edbf4bf8a025

maucoen commented 6 years ago

pulled the commit and it works, thanks!