Java doesn't start: Graphics Device initialization failed for : es2, sw

4,477 views
Skip to first unread message

andrewsc...@gmail.com

unread,
Sep 30, 2014, 12:56:58 PM9/30/14
to cirqw...@googlegroups.com
Hello,

looks like there is a general problem on several systems with maybe special types of graphic cards? From 2 of my PC's I can not start cirqwizard because of this error reported. I really would like to get a Cirqoid machine, but started to test the SW first. So let's see if i can get one in future .....

I tried to gather some information about the HW and SW. Here it is:

./cirQWizard
################################################################################
Graphics Device initialization failed for : es2, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:300)
at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:244)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:179)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:214)
at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:653)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:678)
at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:56)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:158)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:98)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:128)
... 1 more
Exception thrown from main method of org/cirqwizard/fx/MainApplication
Exception in thread "main" java.lang.RuntimeException: No toolkit found
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:191)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:214)
at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:653)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:678)
at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:56)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:158)
at java.lang.Thread.run(Thread.java:745)

uname -a
################################################################################
Linux asl2 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

cita@asl2 /opt/cirQWizard $ lsb_release -a
################################################################################
No LSB modules are available.
Distributor ID: LinuxMint
Description: Linux Mint 14 Nadia
Release: 14

lshw -class display
################################################################################
WARNING: you should run this program as super-user.
*-display
description: VGA compatible controller
product: GF119 [GeForce GT 610]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:24 memory:fd000000-fdffffff memory:d0000000-d7ffffff memory:d8000000-d9ffffff ioport:e000(size=128) memory:fe000000-fe07ffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

nvidia-smi
################################################################################
Tue Sep 30 18:38:54 2014
+------------------------------------------------------+
| NVIDIA-SMI 5.319.17 Driver Version: 319.17 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GT 610 Off | 0000:01:00.0 N/A | N/A |
| N/A 38C N/A N/A / N/A | 91MB / 2047MB | N/A Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Compute processes: GPU Memory |
| GPU PID Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+
Codename: nadia

Simon

unread,
Sep 30, 2014, 1:03:47 PM9/30/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Hi Andrew,

Can you download version 1.4.1 and see if it works for you - https://github.com/simonsalykov/cirqwizard/releases/tag/v1.4.1

It was the last release on Java 7. I'd like to see if it has something to do with Java 8 or is a different matter.

Thanks,
Simon

andrewsc...@gmail.com

unread,
Oct 1, 2014, 1:51:33 AM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Hello Simon,

I tried version 1.4.1 on both of my machines, but there is no difference, exactly the same message as posted. By the way all your relases are shown as version 1.0 inside the linux packet manager (synaptic packet manager in my case). Let me know, if I can test something else.

Andreas

Simon

unread,
Oct 1, 2014, 5:38:05 AM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Andreas,

Are you using the default video driver that came with your linux distribution or did you install the drivers provided by geforce?

Simon

andrewsc...@gmail.com

unread,
Oct 1, 2014, 6:49:54 AM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Simon,

on my Laptop (Ubuntu 14.04LTS) im using drivers provided by the distro. On my second machine (see my posted details of the configuration) I'm using a driver from Nvidia (Driver Version: 319.17).

Greetings,
Andreas

Simon

unread,
Oct 1, 2014, 7:23:08 AM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Andreas,

Can I ask you a favour? Could you download JDK or JRE 8u11 and try running cirqwizard with UI debug on:
java -Dprism.verbose=true -jar app/cirqwizard.jar

And let me know the output.

Thanks,
Simon

andrewsc...@gmail.com

unread,
Oct 1, 2014, 8:43:19 AM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Simon,

yes I will, just give me a little time to do...

andrewsc...@gmail.com

unread,
Oct 1, 2014, 2:11:38 PM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Hello Simon,

I could trace down the problem in finally start the application under test conditions. Looks like the main problem is the missing 'librxtxSerial.so' which could not be found.... But see here in details:

here the output before i changed the java version:

asl@lapi1:/opt/cirQWizard$ java -version
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
asl@lapi1:/opt/cirQWizard$

asl@lapi1:/opt$ cd cirQWizard/
asl@lapi1:/opt/cirQWizard$ java -Dprism.verbose=true -jar app/cirqwizard.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/cirqwizard/fx/MainApplication : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)

now a newer version:
asl@lapi1:/opt/cirQWizard$ java -version
java version "1.8.0_20"
Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
asl@lapi1:/opt/cirQWizard$

asl@lapi1:/opt/cirQWizard$ java -Dprism.verbose=true -jar app/cirqwizard.jar
Prism pipeline init order: es2 sw
Using platform text rasterizer
Using java-based Pisces rasterizer
Using dirty region optimizations
Not using texture mask for primitives
Not forcing power of 2 sizes for textures
Using hardware CLAMP_TO_ZERO mode
Opting in for HiDPI pixel scaling
Prism pipeline name = com.sun.prism.es2.ES2Pipeline
Loading ES2 native library ... prism_es2
succeeded.
GLFactory using com.sun.prism.es2.X11GLFactory
(X) Got class = class com.sun.prism.es2.ES2Pipeline
Initialized prism pipeline: com.sun.prism.es2.ES2Pipeline
Maximum supported texture size: 8192
Maximum texture size clamped to 4096
Non power of two texture support = true
Graphics Vendor: Intel Open Source Technology Center
Renderer: Mesa DRI Intel(R) Ivybridge Mobile
Version: 3.0 Mesa 10.1.0
vsync: true vpipe: true
java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver
Exception in Application start method
QuantumRenderer: shutdown
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:363)
at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:303)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
Caused by: java.lang.RuntimeException: Exception in Application start method
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:875)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$147(LauncherImpl.java:157)
at com.sun.javafx.application.LauncherImpl$$Lambda$53/1936628443.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1119)
at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83)
at org.cirqwizard.serial.SerialInterfaceFactory.autodetect(Unknown Source)
at org.cirqwizard.fx.MainApplication.connectSerialPort(Unknown Source)
at org.cirqwizard.fx.MainApplication.start(Unknown Source)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$153(LauncherImpl.java:821)
at com.sun.javafx.application.LauncherImpl$$Lambda$133/366657395.run(Unknown Source)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$166(PlatformImpl.java:323)
at com.sun.javafx.application.PlatformImpl$$Lambda$50/1768305536.run(Unknown Source)
at com.sun.javafx.application.PlatformImpl.lambda$null$164(PlatformImpl.java:292)
at com.sun.javafx.application.PlatformImpl$$Lambda$52/971728790.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$165(PlatformImpl.java:291)
at com.sun.javafx.application.PlatformImpl$$Lambda$51/1146743572.run(Unknown Source)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$45(GtkApplication.java:126)
at com.sun.glass.ui.gtk.GtkApplication$$Lambda$42/379110473.run(Unknown Source)
... 1 more
Exception running application org.cirqwizard.fx.MainApplication
asl@lapi1:/opt/cirQWizard$

So based on the first error 'no rxtxSerial in java.library.path' there seems to be missing package. Googled around and learned, that in Ubuntu you have to install package lbrxtx-java.
This installs the missing File librxtxSerial.so into /usr/lib/jni where it is still not found!
So I linked this file to /usr/lib/jvm/java-8-oracle/jre/lib/amd64. Then the programm starts if called with: java -Dprism.verbose=true -jar app/cirqwizard.jar

asl@lapi1:/opt/cirQWizard$ java -Dprism.verbose=true -jar app/cirqwizard.jar
Prism pipeline init order: es2 sw
Using platform text rasterizer
Using java-based Pisces rasterizer
Using dirty region optimizations
Not using texture mask for primitives
Not forcing power of 2 sizes for textures
Using hardware CLAMP_TO_ZERO mode
Opting in for HiDPI pixel scaling
Prism pipeline name = com.sun.prism.es2.ES2Pipeline
Loading ES2 native library ... prism_es2
succeeded.
GLFactory using com.sun.prism.es2.X11GLFactory
(X) Got class = class com.sun.prism.es2.ES2Pipeline
Initialized prism pipeline: com.sun.prism.es2.ES2Pipeline
Maximum supported texture size: 8192
Maximum texture size clamped to 4096
Non power of two texture support = true
Graphics Vendor: Intel Open Source Technology Center
Renderer: Mesa DRI Intel(R) Ivybridge Mobile
Version: 3.0 Mesa 10.1.0
vsync: true vpipe: true
Stable Library
=========================================
Native lib Version = RXTX-2.2pre2
Java lib Version = RXTX-2.1-7
WARNING: RXTX Version mismatch
Jar version = RXTX-2.1-7
native lib Version = RXTX-2.2pre2
new alphas

but does not start with:

asl@lapi1:/opt/cirQWizard$ ./cirQWizard
asl@lapi1:/opt/cirQWizard$

So I guess we are near to solve the problem. Looks like you have to add the lib path into the jar file somehow (I'm no java programmer :-)) but there are several answers to this issue if you google for 'no rxtxSerial in java.library.path'

Hope you are able to fix this issue now in a more general way.
Andreas

Am Mittwoch, 1. Oktober 2014 13:23:08 UTC+2 schrieb Simon:

Simon

unread,
Oct 1, 2014, 2:24:56 PM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Andreas,

Thanks a lot for your help with this issue.

The librxtx library actually is included with cirqwizard and is loaded when launched with ./cirQWizard As it was my understanding that the program fails before it needs rxtx library, I didn't instruct you how to add it to java path to keep things less complicated.

I see you are running 64-bit 1.8.0_20 java version. Can I ask you to try running cirqwizard with 32-bit 1.8.0_11 (again java -Dprism.verbose=true -jar app/cirqwizard.jar) , which is included with the distribution (you should run into issues with using 1.8.20 version, as it's not completely supported by one of the libraries we use).

Thanks once again!

Simon

andrewsc...@gmail.com

unread,
Oct 1, 2014, 3:22:16 PM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Simon,

on my main PC (wehre cirqwizard is working!!) I'm using Ubuntu 12.04LTS 64 Bit with older java version:

/opt/cirQWizard$ java -version
java version "1.7.0_67"
Java(TM) SE Runtime Environment (build 1.7.0_67-b01)

/opt/cirQWizard$ ./cirQWizard
Stable Library
=========================================
Native lib Version = RXTX-2.2pre2
Java lib Version = RXTX-2.1-7
WARNING: RXTX Version mismatch
Jar version = RXTX-2.1-7
native lib Version = RXTX-2.2pre2

I have to see how I can install 32 bit version in 64 bit system. Looks like it should be possible, but not so nice solution, because this machine also needs other java applications and I'm on the risk to have some other problems then.
Point is, that I need to run cirqizard on my laptop because machine would be located in laboratory and not next to my office PC.

I will give it a try on Friday in case there is no other solution. Could you cross check this on Ubuntu LTS14.04? In case yes, which version of java? So far it seems to be independend from hardware.

We are near for fixing this :-)
Andreas

Simon

unread,
Oct 1, 2014, 3:30:01 PM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Andreas,

1.7 versions are too old - the cirQWizard is compiled with 1.8 and it uses new language features of.Java8, so there's no way it can be used to run recent version of cirqwizard. The reason I'm asking for this specific version of java is that it's bundled with the installation - that's the one which is used when you launch ./cirQWizard without java. By now I'm almost sure the problem is that the bundled java is 32 bit - it misses one of the graphics libraries in 32-bit version. We just need to figure out which one.

Installing a version of java is an absolutely harmless thing - you can download a .tar.gz archive, untar it to some temp location and run it by /path/to/the/place/you/used/jdk_1.8.0_11/bin/java -Dprism.verbose=true -jar app/cirqwizard.jar

This should show us which library is missing. Then we'll just add the missing library and it's gonna work the way it is supposed to.

After that you can just remove that untarred java version and it will be gone forever without affecting your computer in any way.

Thanks for your awesome help!

Simon

andrewsc...@gmail.com

unread,
Oct 1, 2014, 3:38:36 PM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Hello Simon,

I see, version 1.8 is mandatory! Thanks for the detailed instructions on how to install this version for testing - I found it already and will come back on Friday...

Andreas
> ...

andrewsc...@gmail.com

unread,
Oct 1, 2014, 3:49:22 PM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Simon,

this wasn't so difficult at all. Here it comes:

asl@lapi1:/opt/cirQWizard$ ~/Downloads/jdk1.8.0_20/bin/java -Dprism.verbose=true -jar app/cirqwizard.jar
Prism pipeline init order: es2 sw
Using platform text rasterizer
Using java-based Pisces rasterizer
Using dirty region optimizations
Not using texture mask for primitives
Not forcing power of 2 sizes for textures
Using hardware CLAMP_TO_ZERO mode
Opting in for HiDPI pixel scaling
Prism pipeline name = com.sun.prism.es2.ES2Pipeline
Loading ES2 native library ... prism_es2
succeeded.
GLFactory using com.sun.prism.es2.X11GLFactory
libGL error: dlopen /usr/lib/i386-linux-gnu/dri/i965_dri.so failed (/usr/lib/i386-linux-gnu/dri/i965_dri.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)
libGL error: dlopen ${ORIGIN}/dri/i965_dri.so failed (${ORIGIN}/dri/i965_dri.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)
libGL error: dlopen /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: dlopen /usr/lib/i386-linux-gnu/dri/swrast_dri.so failed (/usr/lib/i386-linux-gnu/dri/swrast_dri.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)
libGL error: dlopen ${ORIGIN}/dri/swrast_dri.so failed (${ORIGIN}/dri/swrast_dri.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)
libGL error: dlopen /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden)
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Prism-ES2 Error : GL_VERSION (major.minor) = 1.4
(X) Got class = class com.sun.prism.es2.ES2Pipeline
GraphicsPipeline.createPipeline: error initializing pipeline com.sun.prism.es2.ES2Pipeline
*** Fallback to Prism SW pipeline
Prism pipeline name = com.sun.prism.sw.SWPipeline
(X) Got class = class com.sun.prism.sw.SWPipeline
Initialized prism pipeline: com.sun.prism.sw.SWPipeline
Gtk-Message: Failed to load module "overlay-scrollbar"
Gtk-Message: Failed to load module "unity-gtk-module"

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,

(java:7103): Gtk-WARNING **: Im Modulpfad »murrine« konnte keine Themen-Engine gefunden werden,
Gtk-Message: Failed to load module "canberra-gtk-module"
vsync: true vpipe: false
java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver
Exception in Application start method
QuantumRenderer: shutdown
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:363)
at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:303)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
Caused by: java.lang.RuntimeException: Exception in Application start method
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:875)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$147(LauncherImpl.java:157)
at com.sun.javafx.application.LauncherImpl$$Lambda$54/24025819.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1119)
at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83)
at org.cirqwizard.serial.SerialInterfaceFactory.autodetect(Unknown Source)
at org.cirqwizard.fx.MainApplication.connectSerialPort(Unknown Source)
at org.cirqwizard.fx.MainApplication.start(Unknown Source)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$153(LauncherImpl.java:821)
at com.sun.javafx.application.LauncherImpl$$Lambda$134/21787631.run(Unknown Source)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$166(PlatformImpl.java:323)
at com.sun.javafx.application.PlatformImpl$$Lambda$50/23475072.run(Unknown Source)
at com.sun.javafx.application.PlatformImpl.lambda$null$164(PlatformImpl.java:292)
at com.sun.javafx.application.PlatformImpl$$Lambda$53/17108618.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$165(PlatformImpl.java:291)
at com.sun.javafx.application.PlatformImpl$$Lambda$51/5892884.run(Unknown Source)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$45(GtkApplication.java:126)
at com.sun.glass.ui.gtk.GtkApplication$$Lambda$43/10011721.run(Unknown Source)
... 1 more
Exception running application org.cirqwizard.fx.MainApplication

hope that helps,
Andreas

Am Mittwoch, 1. Oktober 2014 21:30:01 UTC+2 schrieb Simon:
> ...

Simon

unread,
Oct 1, 2014, 4:00:36 PM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Andreas,

Ok, this looks like the driver itself. Can you try installing 32-bit version of the driver and see if it helps:
sudo apt-get install i965-va-driver:i386

Simon

andrewsc...@gmail.com

unread,
Oct 1, 2014, 6:00:11 PM10/1/14
to cirqw...@googlegroups.com, andrewsc...@gmail.com
Hello Simon,

yes it's working now!!
Thanks a lot! I'm now able to test if my gerber output is compatible enough from PCB...

Andreas
> > > > Can I ask you a favour? Could you download JDK or JRE 8u11 and try running cirqwizard...

Reply all
Reply to author
Forward
0 new messages