[2.1.0] SikuliX IDE does not work with JDK 14
Hello.
Sikulix IDE does not work in the following environment.
Do you need any other settings? It worked fine with openjdk version "12.0.2".
I don't think it works when the OS is Japanese.
Environment:
------------
OS Version: Windows 10 Pro 1903(18362.778) Japanese
Sikuli version: 2.1.0-SNAPSHOT (built at 2020-04-20_11:53 (Build 606))
openjdk version "14" 2020-03-17
OpenJDK Runtime Environment (build 14+36-1461)
OpenJDK 64-Bit Server VM (build 14+36-1461, mixed mode, sharing)
Run Command:
------------
C:\>java -jar C:\sikulix\
Output:
-------
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_
#
# JRE version: OpenJDK Runtime Environment (14.0+36) (build 14+36-1461)
# Java VM: OpenJDK 64-Bit Server VM (14+36-1461, mixed mode, sharing, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# C [awt.dll+0x8f74a]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\kotonoha\
#
# If you would like to submit a bug report, please visit:
# https:/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Sikuli Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2020-04-20
- Last reply:
- 2020-04-21
RaiMan (raimund-hocke) said : | #1 |
I am building the runnable jars with Java 13 latest in IntelliJ IDEA running on Windows 10-64 latest (german).
I tried with Java 14.0.1 (latest) from commandline: works as expected.
Nobunaga Oda (cochrane80) said : | #2 |
Hello.
Thank you for your answer, RaiMan.
Try again with the latest OpenJDK.
It works fine in English version of Windows OS, so there may be something wrong with the settings of Japanese version of Windows OS. The following error was logged.
--------------- T H R E A D ---------------
Current thread (0x0000027070dd
Stack: [0x000000c41cb0
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [awt.dll+0x8f74a]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j sun.awt.
j sun.awt.
j sun.awt.
j sun.awt.
j sun.awt.
j sun.awt.
j sun.awt.
j sun.awt.
j sun.awt.
j sun.awt.
j java.awt.
j java.awt.
j org.sikuli.
j org.sikuli.
j org.sikuli.
v ~StubRoutines:
siginfo: EXCEPTION_
RaiMan (raimund-hocke) said : | #3 |
Be sure, that there is no other java/bin on the system path.
run the IDE with
java -jar <path-to>
from commandline.
This suppresses the splash-screen at startup, which is the top of your stacktrace.
More I cannot help you. You have to google for Java 14 problems.
Nobunaga Oda (cochrane80) said : | #4 |
Hello.
Thank you for your reply, RaiMan.
There was no other Java in the system path.
I added a parameter to the command line and printed a stack trace.
Based on the contents of the stack trace, try searching for something wrong with Java14.
thank you very much.
Can you help with this problem?
Provide an answer of your own, or ask Nobunaga Oda for more information if necessary.