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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock