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

afir u have to set the launchers directory then path to system. smth like this i guess

 

Process.Start(System.IO.Path.Combine(My.Application.Info.DirectoryPath, "\\system\\l2.exe"))

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"));

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..