I keep getting this error when I try and load my script. Not sure what to do, It was working a week ago and now I get this error message. I also have focus follows mouse on.
"<RenameTargetWin Leader> failed: No window is targeted."
thanks for the help-
Xide
Thanks Furyswipes! I had this problem as well.
<RenameWin "World of Warcraft" %2%> fixed it. tyvm
I'm worried that even if the above does work, the person has a focus stealer and alt-4 alt-1 won't work.
From Youtube comments:
I had the same issue, the program didnt find the target window, so i helped it by changing the script of "LaunchAndRename"
you replace <RenameTargetWin %2%> by <RenameWin "World of Warcraft" %2%> and it should work
<Command LaunchAndRename>
<SendPC %1%>
<Run "D:\Program Files (x86)\multibox\WoW.exe">
<Wait 200>
<RenameWin "World of Warcraft" %2%>
<WaitForWin %2% 40000>
<WaitForInputIdle 40000>
<Text %3%>
<Key Tab>
<Text %4%>
<TargetWin %2%>
//<RemoveWinFrame>
<SetWinSize %5% %6%>
<SetWinPos %7% %8%>
Make sure you don't have a focus-stealer like gforce experience running in the background.
Someone said they had some success by using a different command to rename the window...let me see if I can find it.
Awesome find eric. Ill have to give that a shot when i get that error again.
-Xide (hondamx813)
I found a fix use the "2000" just in case, though this wouldn't work running your wow off your desktop as a short cut so people go into your [WOW Folder] Right - Click on the "WoW or WoW.exe" Look down on the tab you'll see [Properties] click that then a tab will POP up. Click on the "General" tab, look down at [Location] It'll say something like "C:\Program Files (x86)\World of Warcraft Classic" Depending on what your file name is, so copy that and add a "\WoW.exe" at the end of it then it'll look like this. C:\Program Files (x86)\World of Warcraft Classic\WoW.exe
That should fix it so your computer finds the right path to open your wows up.
Oh excellent! That is helpful info to everyone!
So I figured it out I had to change my registry active mouse tracker to 200ms now my games open up no problem. thanks for the help.
The message hotkeynet gives me.
"From this pc: <Run "C:\Users\Shawn\Desktop\wow 1.12\World of Warcraft 1.12\WoW.exe"><Wait 100000><RenameTargetWin Leader><WaitForWin Leader200><WaitForInputIdle 200><Text derp><Key Tab><Text herpderp123><TargetWin Leader><SetWinSize 960 720><SetWinPos 480 360>
<Run "C:\Users\Shawn\Desktop\wow 1.12\World of Warcraft 1.12\WoW.exe"> completed: Program started.. Window could not be found"
what my script says.
<Run "C:\Users\Shawn\Desktop\wow 1.12\World of Warcraft 1.12\WoW.exe">
<Wait 100000>
<RenameTargetWin %2%>
<WaitForWin %2% 200>
<WaitForInputIdle 200>
Idk what I'm doing wrong at this point I've tried almost every number bigger that 200 in the wait section.
Usually that means you have to put a longer wait between window creation and next step:
<Run "C:\WOW_5minMB\WoW.exe">
<Wait 200>
<RenameTargetWin %2%>
Try changing 200 (.2 seconds) to a bigger number. Try 1000, and 2000