[1.1.0-Beta1] Python errors are not properly reported
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
In Progress
|
High
|
RaiMan |
Bug Description
Hi,
I have a sikuli Python script (+ full framework) that is working fine with 1.0.1 on Windows 7 - Java 1.7.0_51 64 bits. Running from the command line,
Today I wanted to test with the beta of 1.1.0 2014-05-09-18.
I quickly get a crash but the Java exception is obscure enough that I have no idea where it comes from in my script:
----------- OUTPUT -----------
+++ running this Java
+++ trying to run SikuliX
+++ using: -Xms64M -Xmx512M -Dfile.
[user (5/14/14 3:17:34 PM)] importing techlog_sikuli
[user (5/14/14 3:17:37 PM)] C:\Users\
[user (5/14/14 3:17:37 PM)] C:\Users\
[user (5/14/14 3:17:38 PM)] C:\Users\
[user (5/14/14 3:17:38 PM)] C:\Users\
[user (5/14/14 3:17:38 PM)] C:\Users\
[user (5/14/14 3:17:38 PM)] finished importing techlog_sikuli
----------- STDERR -----------
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
Exception in thread "MainThread" java.lang.
at org.sikuli.
at org.sikuli.
at org.sikuli.
at org.sikuli.
at org.sikuli.
Thanks in advance
description: | updated |
description: | updated |
summary: |
- [1.1.0-Beta1] Java exception while running script + [1.1.0-Beta1] Python error are not properly reported |
summary: |
- [1.1.0-Beta1] Python error are not properly reported + [1.1.0-Beta1] Python errors are not properly reported |
Changed in sikuli: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → RaiMan (raimund-hocke) |
milestone: | none → 1.1.0 |
There are currently issues with Win XP/7.
So it does not really make sense for you to proceed now.
Nevertheless I would be interested in a debug log.
So if you would do me the favor:
runsikulix.cmd -d 3 -r yourscript >log.txt
and send the log file silently to my mail at https:/ /launchpad. net/~raimund- hocke
Thank you