yggdrazil Posted June 15, 2016 Posted June 15, 2016 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? Quote
BeyondScared Posted June 16, 2016 Posted June 16, 2016 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")) Quote
yggdrazil Posted June 17, 2016 Author Posted June 17, 2016 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... Quote
Dev Atlas Posted June 17, 2016 Posted June 17, 2016 That's what i am using on C# though Process.Start(new ProcessStartInfo(Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location) + "\\system\\l2.exe")); Quote
Recommended Posts
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.