Jump to content

Why couldn't my patcher start my binary?


Recommended Posts

Hello devs.

I'm using Sanchez Patcher (thanks for him btw), but it cannot open my binary, even if I'm running it as administrator.

I'll give you some pictures.

[HIBA] Hasznald az SCRMT2Patcher.exe-t = [ERROR] Use SCRMT2Patcher.exe

spacer.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

3 hours ago, dumita123 said:

Can you please show us the function

int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)

 

From UserInterface.cpp 

Aswell as Globals.cs from Sanchez Patcher.

spacer.pngspacer.png

I commented it bcs its not working.

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

Spoiler

Patcher:

Spoiler

                    ProcessStartInfo startInfo = new ProcessStartInfo();
                    startInfo.FileName = "SCRMT2.exe";
                    startInfo.Arguments = "--2117002";
                    Process.Start(startInfo);

Client:
Uncomment if (strstr (lpcmdline)) ............


 

Sok sikert // Good luck 🙂 

  • Love 1

787292068_Nvtelen.png.6faa7b0bbb3398fd29

Link to comment
Share on other sites

1 hour ago, [007]DawisHU said:
  Reveal hidden contents

Patcher:

  Reveal hidden contents

                    ProcessStartInfo startInfo = new ProcessStartInfo();
                    startInfo.FileName = "SCRMT2.exe";
                    startInfo.Arguments = "--2117002";
                    Process.Start(startInfo);

Client:
Uncomment if (strstr (lpcmdline)) ............


 

Sok sikert // Good luck 🙂 

Where should I write this?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.