ue4launcher icon indicating copy to clipboard operation
ue4launcher copied to clipboard

Following the instructions, the launcher executes and immediately exits.

Open majeric opened this issue 7 years ago • 6 comments

Stepping through the code, the project exits out of the main look because the args don't contain "-no-shadow". (App.xml.cs line 44)

majeric avatar Feb 12 '18 00:02 majeric

I should add that it evokes no error and I never see an interface. I've tried copying the executable into a project and a packaged project into the root of each and no interface shows up when I launch.

majeric avatar Feb 12 '18 06:02 majeric

The ExecutableFileInfo() static constructor doesn't appear to being called before being accessed in LoadExectuableFiles.

majeric avatar Feb 12 '18 08:02 majeric

When modifying the code, to ensure that the static member variable ExecutableFiles is populated, I've noticed that the code seems to depend on having a build of the engine inside the project.

project\Engine\Binaries doesn't exist.

majeric avatar Feb 12 '18 16:02 majeric

I can not start (please give videos

mrranger avatar Oct 28 '18 17:10 mrranger

Replace "var rootPath = App.CurrentRootPath" in ExecutableFileInfo.cs like: var rootPath = @"D:\Programs\UE_4.23"

slango0513 avatar Nov 05 '19 22:11 slango0513

Замените "var rootPath = App.CurrentRootPath" в ExecutableFileInfo.cs, например: var rootPath = @ "D: \ Programs \ UE_4.23"

Hello friend, have you dealt with him? could you write an instruction or video

mrranger avatar Aug 11 '20 11:08 mrranger