Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-30 Thread Geoff Bache
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 Status: Answered = Solved Geoff Bache confirmed that the question is solved: Jython 2.7-rc3 also has the problem. But Jython 2.5.3 seems to work without issues. Thanks for the answers! -- You

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-30 Thread RaiMan
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 Linked to bug: #1450362 https://bugs.launchpad.net/bugs/1450362 [1.1.0] Jython 2.7: unicode problem: unpaired surrogate at start up in site.py (Windows only ) -- You received this question

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-30 Thread RaiMan
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 RaiMan posted a new comment: Thanks for feedback. After checking again about this behaviour: There MUST be some unicode characters be involved in your environment and startup sequence. The problem comes

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-29 Thread Geoff Bache
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 Status: Solved = Open Geoff Bache is still having a problem: It should also be said that I'm running a pure Python script from the command line, using the setup described at

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-29 Thread RaiMan
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 Status: Open = Answered RaiMan proposed the following answer: does not mention this possibility, is this no longer supported? It is still possible, but not really recommended, since it does not work as

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-29 Thread Geoff Bache
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 Geoff Bache posted a new comment: OK, thanks. I changed to the suggestion setup (with sikulixapi.jar on my CLASSPATH) and am now running my own Jython. Unfortunately, I still get the same problem, i.e. this

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-29 Thread RaiMan
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 RaiMan proposed the following answer: Of course you can use Jython 2.5. ... but there is a new Jython 2.7-rc3 that says to have fixed some Windows problems (I bundle this now with version 1.1.0) -- You

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-28 Thread Geoff Bache
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 Geoff Bache posted a new comment: Setting -d 3 doesn't help: it's a Sikuli option and in this case Jython crashes before it gets as far as doing anything with Sikuli. But I've printed the environment before

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-23 Thread RaiMan
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 RaiMan posted a new comment: Since this problem can only happen on startup, you should instantly check your environment, when it happens. You should run with option -d 3 set and at the beginning of your

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-23 Thread Geoff Bache
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 Geoff Bache posted a new comment: Unfortunately, I still get this problem occasionally, so it seems my previous guess isn't correct. It doesn't seem to be as frequent but it still happens sometimes. -- You

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-21 Thread RaiMan
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 RaiMan posted a new comment: ok, thanks for feedback. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-11 Thread RaiMan
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 RaiMan proposed the following answer: correct: If yes, then you should run the setup with this Java version (the bitness does not matter and is surely not the cause for the problem), but with Java 6 a

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-11 Thread RaiMan
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 Status: Open = Answered RaiMan proposed the following answer: Ok, I just learned something about site.py with another request bug, where the error seems to happen (a standard Python/Jython module, that

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-11 Thread Geoff Bache
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 Geoff Bache posted a new comment: Thanks for the answers. I'm not aware of any strangeness with the paths, and it works 80% of the time... I'm fairly sure I have Java 7 with both 64-bit and 32-bit. If it's

Re: [Sikuli-driver] [Question #264950]: Intermittent failure of Sikuli - unpaired surrogate

2015-04-11 Thread RaiMan
Question #264950 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/264950 RaiMan posted a new comment: I just hade a look into the modules site.py and os.py of Jython 2.7. The problem comes up, when internally during Jython startup the Windows specific module nt.py is imported.