Quote:
Originally Posted by talian21
[You must be logged in to view images. Log in or Register.]
"cannot attach debugger" and "cannot fine eqgame" are seperate errors; the "cannot find" often happens when a batch file (.bat) is run in administrator mode, which tends to make it start in windows\system32, since a batch file is really a dos prompt, and that's where admin-level cmd prompts start. Since there's no eqgame.exe in windows\system32.... blah blah blah...
|
Edit the batch file to:
cd..
cd..
cd eq (or whatever folder eq is in)
start eqgame patchme
that will fix the running as an admin issue