Error - '[10976] UE4Client.exe' has exited with code 1 (0x1)

I’m getting an error saying that the system cant find UE4Client.uproject and its saying that “The program ‘[10976] UE4Client.exe’ has exited with code 1 (0x1).” also its missing a bunch of .pbd files?

Hi pritster5

Can you please provide us with additional information, including your operating system, how you are trying to access the editor (via Launcher or compiled source code), and the exact steps you take and at which point the error occurs.

For the best possible support, please view This Post and provide us with the requested information.

Thanks

Um I’m running windows 8.1 64-bit and I started the editor via compiled source code within visual studio 2013 using the debug button (F5) and i also tried running the .exe that got created after compiling straight from the bin folder

I also have an Nvidia Geforce Gtx 780ti and a i7-3770K in-case you need it

Hi pritster5

I am sorry for the delay in follow-up on this issue, unfortunately we lost track of the post. Can you please let us know if you are still experiencing this issue? If so, we will work with you as quickly as possible to address it.

Thanks

Actually, I managed to fix that problem but now i can successfully launch the editor and use any blueprint based project and the editor works fine but if I try to run andy C++ based templates, the UE4 Editor closes and VS 2013 opens up with a projects (sls.) file

This is the intended behavior :slight_smile:

When you create a C++ project, you must Build the solution in Development Editor - Win64 configuration in Visual Studio before you can attempt to run it. If your solution compiles successfully, then you can launch the project in the Editor.

I suggest reading through some of our Documentation.

Cheers!