Jump to content

Vb Launcher


Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

That's what i am using on C# though
 

Process.Start(new ProcessStartInfo(Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location) + "\\system\\l2.exe"));
Link to comment
Share on other sites

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