Hi there,
I’ve used the Github repository for UE4 4.26.1 and Git bashed the code. I’ve gone through the first build via Visual Studio and it worked. However I closed the program and every time I now try and use Local Windows Debugger the build keeps cutting out and I get this code below from Visual Studio (I’ve attached the full output from Visual Studio to this post).
If anyone knows what is causing this and a fix, I would be immensely grateful!
"The thread 0x219c has exited with code -1 (0xffffffff).
The thread 0x1e00 has exited with code -1 (0xffffffff).
The thread 0x21b0 has exited with code -1 (0xffffffff).
The thread 0x147c has exited with code -1 (0xffffffff).
The thread 0x6c has exited with code -1 (0xffffffff).
The thread 0xe10 has exited with code -1 (0xffffffff).
The thread 0x19b0 has exited with code -1 (0xffffffff).
The thread 0x200c has exited with code -1 (0xffffffff).
The thread 0x944 has exited with code -1 (0xffffffff).
The thread 0x8ac has exited with code -1 (0xffffffff).
The thread 0xf68 has exited with code -1 (0xffffffff).
The thread 0x12c4 has exited with code -1 (0xffffffff).
The thread 0x1aac has exited with code -1 (0xffffffff).
The thread 0x15ec has exited with code -1 (0xffffffff).
The thread 0x1f08 has exited with code -1 (0xffffffff).
The thread 0x1c7c has exited with code -1 (0xffffffff).
The thread 0xb14 has exited with code -1 (0xffffffff).
The thread 0x1c40 has exited with code -1 (0xffffffff).
The thread 0xd80 has exited with code -1 (0xffffffff).
The thread 0x2778 has exited with code -1 (0xffffffff).
The thread 0x2420 has exited with code -1 (0xffffffff).
The thread 0xc0c has exited with code -1 (0xffffffff).
The thread 0x2a4c has exited with code -1 (0xffffffff).
The thread 0x1194 has exited with code -1 (0xffffffff).
The thread 0x724 has exited with code -1 (0xffffffff).
The thread 0x1914 has exited with code -1 (0xffffffff).
The thread 0x2764 has exited with code -1 (0xffffffff).
The thread 0x41c has exited with code -1 (0xffffffff).
The thread 0x1878 has exited with code -1 (0xffffffff).
The program ‘[7032] UE4Editor.exe’ has exited with code -1 (0xffffffff).
FYI - I’m trying to use this tutorial : How To Make A Multiplayer Game With Unreal Engine and Amazon GameLift (Part 1 - UE4 Source) - YouTube, although the only difference is that I’m using the latest Unreal Studio.
Thanks,