UnrealDumper-4.25 icon indicating copy to clipboard operation
UnrealDumper-4.25 copied to clipboard

Dead By Daylight Can't init engine for this game

Open xiaoxuan1231 opened this issue 2 years ago • 7 comments

Found UE4 game: DeadByDaylight-Win64-Shipping.exe Can't init engine for this game

D:\Desktop\SDK\UnrealDumper-4.25-main\UnrealDumper-4.25\bin\Debug\Dumper.exe (进程 32444)Exited with code 1。 What should I do

xiaoxuan1231 avatar Jul 04 '22 07:07 xiaoxuan1231

This is because of the dumper.exe does not have permission to access the process, you can remove the protection before running!

flymoon1981 avatar Jul 04 '22 08:07 flymoon1981

Is there any way to remove the protection? I didn't run EAC, which is really easy to use, but several games have prompted this.

xiaoxuan1231 avatar Jul 04 '22 08:07 xiaoxuan1231

I try to use ce to read the memory normally, it is too difficult for Xiaobai

xiaoxuan1231 avatar Jul 04 '22 09:07 xiaoxuan1231

At present, I encountered this problem in version 4.27.2. I am not sure if it is a problem with version 4.27.2. At present, this is the case for 2 games, CROWZ and Dead By Daylight.

xiaoxuan1231 avatar Jul 04 '22 12:07 xiaoxuan1231

You can remove the protection, or you can change it to DLL injection! This project supports 4.27.2, which I have tested!

flymoon1981 avatar Jul 04 '22 15:07 flymoon1981

@xiaoxuan1231 The signature changed replace with that

{ // DeadByDaylight-Win64-Shipping &DeadByDaylight, {"\x4C\x8D\x0D\x00\x00\x00\x00\xEB\x1E\x48\x8D\x0D", 12}, {"\x48\x8B\x05\x00\x00\x00\x00\x48\x8B\x0C\xC8\x48\x8D\x04\xD1\xEB", 16}, nullptr },

To run the game without AC just start it from main folder ;)

SerseDioRe avatar Jul 11 '22 13:07 SerseDioRe

@SerseDioRe Thank you, I just saw it today, he made it

xiaoxuan1231 avatar Aug 03 '22 14:08 xiaoxuan1231