Closed evil1hero closed 1 year ago
Unfortunately I'm unable to help as I cannot reproduce this. DetourCreateProcessWithDll
with error code 6
means ERROR_INVALID_HANDLE
. This function would need to be debugged https://github.com/microsoft/Detours/blob/4.0.1/src/creatwth.cpp#L733-L788
You could try changing this: https://github.com/pixeltris/YgoMaster/blob/73e3a6aa45f0d64f6fc56ace84773837e22dcb92/YgoMasterClient/Program.cs#L109
To
success = GameLauncher.Launch(GameLauncherMode.StealEntryPoint);
Then recompiling the code. Though that method of launching isn't tested often so there isn't really any support for it.
Please tell me how to fix it because I don't know how pleaseðŸ˜ðŸ˜ðŸ˜
What am I supposed to do with the code?
Please tell me where I can find these commands
v1.38 adds this setting:
Try changing it to:
"LaunchMode": "StealEntryPoint",
I did what you told me but nothing changed at all......look
I'm unable to help further. Sorry.
always the same issue