Jump to content

Recommended Posts

Posted

I try to create a Launcher for my Interlude Client but when i use the Start Button the Client don't Start and i get a Game Guard Error (No such User). I use the Command:

 


Process.Start("system\l2.exe")

By a directly Click on the l2.exe the Game starts corect...

 

Whats wrong?

Posted

I try it with

System.Diagnostics.Process.Start("")

ButTheExe no happen!

 

I can starts with them any other Game but L2 get a GameGuard Error about no such User or wrong Ditectory. I post a Screen when i home...

Posted

That's what i am using on C# though
 

Process.Start(new ProcessStartInfo(Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location) + "\\system\\l2.exe"));

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...