I just experienced this, and there was nothing in the forum about it. So having figured out the cause and a solution, I'm posting it here.
Every time I ran a script containing FindImagePos, I received External error E06D7363.
This error went away when my haystack was SCREEN, and came back every time I changed it to screenrect.bmp
The cause turned out to be that some of the needle bmps were wider than the haystack. I was therefore looking for a 56pixel wide image inside a 53 pixel wide image. Of course, this is impossible.
Either making a slightly larger haystack, or a slightly smaller needle, will fix the problem.
External error E06D7363 with FindImagePos
Moderators: JRL, Dorian (MJT support)
- Dorian (MJT support)
- Automation Wizard
- Posts: 1417
- Joined: Sun Nov 03, 2002 3:19 am
Re: External error E06D7363 with FindImagePos
Thanks for posting this on the forums Parsnipnose3000.Parsnipnose3000 wrote:The cause turned out to be that some of the needle bmps were wider than the haystack. I was therefore looking for a 56pixel wide image inside a 53 pixel wide image. Of course, this is impossible.
Either making a slightly larger haystack, or a slightly smaller needle, will fix the problem.
Marcus, is there any possibility of translating or adding to the error msg "External error E06D7363"?
Perhaps something more understandable like "Needle image cannot be wider than Haystack image".
Just a thought...
jpuziano
Note: If anyone else on the planet would find the following useful...
[Open] PlayWav command that plays from embedded script data
...then please add your thoughts/support at the above post -
Note: If anyone else on the planet would find the following useful...
[Open] PlayWav command that plays from embedded script data
...then please add your thoughts/support at the above post -

- Dorian (MJT support)
- Automation Wizard
- Posts: 1417
- Joined: Sun Nov 03, 2002 3:19 am
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Yes, we need to trap this condition and error more gracefully.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Thanks Marcus, added to Sifter.
And thanks for posting about this Parsnipnose3000!
And thanks for posting about this Parsnipnose3000!
jpuziano
Note: If anyone else on the planet would find the following useful...
[Open] PlayWav command that plays from embedded script data
...then please add your thoughts/support at the above post -
Note: If anyone else on the planet would find the following useful...
[Open] PlayWav command that plays from embedded script data
...then please add your thoughts/support at the above post -
