Closed GoogleCodeExporter closed 9 years ago
Which java runtime is installed on your system?
(run "java -version" in a console)
I'm using KUbuntu and here none of the open-source alternative (OpenJava etc.)
works
properly.
I also had issues with the default GTk-Theme that is used in the Arduino-IDE. It
implements some hardware-acceleration stuff that crashed X up until KUbuntu
8.10.
You can disable this theme in file arduino-0017/arduino comment out the line
saying
java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
processing.app.Base
by putting the # character in front of it.
Eberhard
Original comment by e.fa...@wayoda.org
on 21 Aug 2009 at 9:04
This is using the Sun JVM...
$ java -version
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing)
Original comment by jerry.w...@gmail.com
on 29 Aug 2009 at 6:56
with .0.18 seems there is a problem with the dist process.
using the std tarball from the site, the arduino pde is still crashing
if i compile it on my own, before running ./dist.sh its working
at@at-desktop:~/Documents/git/arduino/build/linux$ ./run.sh
Experimental: JNI_OnLoad called.
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
after running ./dist.sh and unpacking the tarball on the same machine at a
different
place
not working:
at@at-desktop:~/bin/arduino-0018$ ./arduino
Experimental: JNI_OnLoad called.
Stable Library
=========================================
Native lib Version = RXTX-2.1-7
Java lib Version = RXTX-2.1-7
The program '<unknown>' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 1094 error_code 8 request_code 139 minor_code 4)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
at@at-desktop:~/bin/arduino-0018$ uname -a
Linux at-desktop 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009
i686
GNU/Linux
Original comment by Andreas....@gmail.com
on 3 Feb 2010 at 2:10
Arduino 0018 IDE keeps crashing on window resize (actually only when decreasing
the
size). I am running Ubuntu 9.10 and kernel 2.6.31-19-generic (32-bit) on a AMD
64-bit
notebook. The "java -version" query gives this: OpenJDK Runtime Environment
(IcedTea6
1.6.1) (6b16-1.6.1-3ubuntu1)
OpenJDK Client VM (build 14.0-b16, mixed mode, sharing.
This is most annoying bug, as it makes it practically impossible to program the
Arduino board. The Arduino IDE works flawlessly under Windows XP on the same
'puter,
though...
Original comment by bergman....@gmail.com
on 27 Feb 2010 at 10:32
<quote>
The "java -version" query gives this: OpenJDK Runtime Environment (IcedTea6
1.6.1) (6b16-1.6.1-3ubuntu1)
OpenJDK Client VM (build 14.0-b16, mixed mode, sharing.
</quote>
Installing package sun-java6-jre and then making it the default JavaRuntime with
sudo update-alternatives --config java
usually solves this problem
Eberhard
Original comment by e.fa...@wayoda.org
on 28 Feb 2010 at 11:35
These sound like bugs in OpenJDK or in the theme GTK implementation, so I'm
closing this. If you have ideas
about what we might be able to about it, you can re-open another issue for that.
Original comment by dmel...@gmail.com
on 28 Feb 2010 at 4:43
Did as Eberhard suggested (comment #5, i.e. installed package sun-java6-jre and
then
made it the default JavaRuntime), and this seems to have solved my problem (as
per
comment #4). I'm most obliged!
Martin
Original comment by bergman....@gmail.com
on 28 Feb 2010 at 10:13
Did as Eberhard suggested (comment #5, i.e. installed package sun-java6-jre and
then
made it the default JavaRuntime), and this seems to have solved my problem (as
per
comment #4). I'm most obliged!
Martin
Original comment by bergman....@gmail.com
on 28 Feb 2010 at 10:14
Original issue reported on code.google.com by
jerry.w...@gmail.com
on 19 Aug 2009 at 9:05