Hello everyone!
I am facing some weird issues lately and if any C++ wizard out there could help me out, i would be really grateful.
The awesome guys at Answerhub are trying to help but maybe someone from the community can shed some light to this.
I am trying to package my game (both Development and Shipping) but the moment i launch the .exe i get a crash. The crash reporter that pops up says that i do not have the symbols to display the crash.
So i moved over to VS15 and launched my game from there as “Debug”. Here are the results: Exception thrown at 0x00007FFCCD501F08 in UE4Game-Win64-Debug.exe: Microsoft C++ exception: xSharedMemoryException at memory location 0x0000002A04CCEF30
My game is BP only but it is a code project because i am using 1 plugin that is responsible for my animations.
Is this an engine issue or my plugin is causing this?
The engine is downloaded from github (4.10.2 release)
Thank you all in advance!