[1.0] IDE: console error when print new line
Bug #1174834 reported by
Gabriel Gavilan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
Confirmed
|
Medium
|
RaiMan |
Bug Description
Linux 3.8.0-19-generic (Ubuntu 13.04, but the same error happens in Ubuntu 12.04)
Sikuli version: X-1.0rc3
Java version: Oracle Java 6 (Also happens in OpenJDK 7)
The problem happens when you print a new line.
Example:
print '\n'
Output:
Console reports an Internal error.
The error is: java.lang.
It only happens when nothing else is printed on the console (or you print multiple \n).
After the error the console stops working, but sikuli runs normaly.
description: | updated |
Changed in sikuli: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → RaiMan (raimund-hocke) |
summary: |
- Sikuli IDE console error when print new line + Linux: Sikuli IDE console error when print new line |
Changed in sikuli: | |
milestone: | none → x1.1 |
summary: |
- Linux: Sikuli IDE console error when print new line + [1.0] IDE: console error when print new line |
tags: | added: idewindow |
Changed in sikuli: | |
milestone: | 1.1.0 → 1.2.0 |
Changed in sikuli: | |
status: | In Progress → Confirmed |
milestone: | 2.0.0 → none |
To post a comment you must log in.
Happens also when printing nothing ( print "" )