-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpide crash on Ubuntu 10.10 at launch #34
Comments
The original Arduino IDE 0022 is working ok. |
Please check if librxtx-java is installed. dpkg -l | grep rxtx If not then you'll need to do a: Just want to make sure it's not missing. |
Wasn't installed but still not working after install. user@pc: |
I've dug into this more. Here's what I found: It's a requirement that you have Java, and librxtx-java installed. There is a bug in Sun Java version that doesn't include it in the path even if you have it installed. It's nicely documented here: In any case here's what you'll need to do. Check for librxtx-java via: If not found do: If you have more than one version of Java then you'll need to check which version of Java you are running. You can do this by typing: This will list which version you have installed. Like: In our case the best option is select the java-6-jdk. The easiest solution is to select java-6-openjkd Once done you can double check by typing: Then run mpide again. If you have to use the Sun JDK here are the options from the article.
|
Hi, I did everything and still does not work :( . I have to repeat that Arduino 0022 and Processing 1.5.1 are starting without problems on my Ubuntu. If those are working ok, then is something wrong with the modified version of mpide. I am curios to see if I'm the only one with this problem on Ubuntu 10.10 but unfortunately, the "fan site" is not yet ready so no community to ask.... |
BTW, both mpide for windows archives are crashing on Windows Vista Basic (32bit version). I get a dialog which announces me that the program can not be started and java remains resident in memory because I can't delete the folder where is unpacked - I have to restart the computer to do that. |
The forums are open. You can check them out here: |
Closed by the creation of issue 38, #38. .arduino settings folder needs to be changed to .mpide or something reasonable |
user@pc:~/mpide$ ./mpide
0 [main] DEBUG processing.app.Base - DEBUG: Logging enabled.processing.app.Base
4330 [main] DEBUG processing.app.Base - DEBUG:start: rebuilding import menu
Exception in thread "main" java.lang.NullPointerException
at processing.app.Base.rebuildImportMenu(Base.java:1006)
at processing.app.Editor.buildSketchMenu(Editor.java:640)
at processing.app.Editor.buildMenuBar(Editor.java:485)
at processing.app.Editor.(Editor.java:208)
at processing.app.Base.handleOpen(Base.java:732)
at processing.app.Base.restoreSketches(Base.java:393)
at processing.app.Base.(Base.java:310)
at processing.app.Base.main(Base.java:208)
^C
SUN Java 6 is already installed on system.
The text was updated successfully, but these errors were encountered: