[Sikuli-driver] [Bug 1495973] Re: fatal error 999 / doFind: invalid parameter

2015-09-17 Thread RaiMan
I checked on 1.0.1 on Win7 64: Result = wait("MyImage.png") Pattern_Before_Remove = Result.nearby() WaitResult = waitVanish(Pattern_Before_Remove,120) does not work there neither. It does not crash, but reports, that the image file could not be found on disk (which is a nonsense message).

Re: [Sikuli-driver] [Bug 1495973] Re: fatal error 999 / doFind: invalid parameter

2015-09-15 Thread RaiMan
ok, I will check that. Raimund > Am 15.09.2015 um 18:14 schrieb David ENJOLRAS : > > Yes. > > Envoyé de mon iPhone > >> Le 15 sept. 2015 à 17:37, RaiMan a écrit : >> >> I do not know a version 1.0 >> >> Do you mean 1.0.1 ?? >> >> -- >> You

Re: [Sikuli-driver] [Bug 1495973] Re: fatal error 999 / doFind: invalid parameter

2015-09-15 Thread David ENJOLRAS
Yes. Envoyé de mon iPhone > Le 15 sept. 2015 à 17:37, RaiMan a écrit : > > I do not know a version 1.0 > > Do you mean 1.0.1 ?? > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1495973 > >

[Sikuli-driver] [Bug 1495973] Re: fatal error 999 / doFind: invalid parameter

2015-09-15 Thread RaiMan
I do not know a version 1.0 Do you mean 1.0.1 ?? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1495973 Title: fatal error 999 / doFind: invalid parameter Status in Sikuli: Invalid Bug

[Sikuli-driver] [Bug 1495973] Re: fatal error 999 / doFind: invalid parameter

2015-09-15 Thread David ENJOLRAS
it's on a French Windows 2008 R2, with the Sikuli Build from this night. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1495973 Title: fatal error 999 / doFind: invalid parameter Status in

[Sikuli-driver] [Bug 1495973] Re: fatal error 999 / doFind: invalid parameter

2015-09-15 Thread RaiMan
another possibility is this: Pattern_Before_Remove.waitVanish("MyImage.png",120) which is faster since it does not search the whole screen. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1495973

[Sikuli-driver] [Bug 1495973] Re: fatal error 999 / doFind: invalid parameter

2015-09-15 Thread RaiMan
Result = wait("MyImage.png") Pattern_Before_Remove = Result.nearby() WaitResult = waitVanish(Pattern_Before_Remove,120) In your workflow Pattern_Before_Remove is a Region object. waitVanish() needs either an image filename or a Pattern object as parameter, to look for it to vanish. Hence

[Sikuli-driver] [Bug 1495973] Re: fatal error 999 / doFind: invalid parameter

2015-09-15 Thread David ENJOLRAS
I can change my code, For the record, this is working well with 1.0 version. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1495973 Title: fatal error 999 / doFind: invalid parameter Status in