External exception E06D7363

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
Shadow3641
Junior Coder
Posts: 26
Joined: Thu Nov 17, 2016 2:45 pm

External exception E06D7363

Post by Shadow3641 » Sat Oct 21, 2017 6:01 pm

Ok, having a new problem with my Code whenever I run it I get an External exception E06D7363 the only thing that I have been able to find on it with Macro Scheduler is what Dorian pointed out, but I'm not using an image that I can control.
viewtopic.php?f=2&t=7679

Code: Select all

Let>x=1
Let>selectItem=Freezing
While>x<2
  GetPixelColor>1328,624,nColor
  If>%nColor%=6579308
    OCRArea>373,108,475,128,strText
    Trim>strText,strText
    If>{(%strText%="Freezing") AND (%selectItem%<>"Freezing")}
      MouseMove>1068,501
      LDblClick
      Let>selectItem=Freezing
    EndIF
    If>{(%strText%="Cold") AND (%selectItem%<>"Cold")}
      MouseMove>1151,498
      LDblClick
      Let>selectItem=Cold
    EndIF
    If>{(%strText%="Warm") AND (%selectItem%<>"Warm")}
      MouseMove>1042,599
      LDblClick
      Let>selectItem=Warm
    EndIF
    If>{(%strText%="Boiling") AND (%selectItem%<>"Boiling")}
      MouseMove>1157,597
      LDblClick
      Let>selectItem=Boiling
    EndIF
  Else
    Let>x=2
    MessageModal> All Done!
  Endif
  Wait>1
EndWhile
If I reboot my computer the code will run for about 2 min then it will toss the error again.

Any Ideas?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts