<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Maple IDE crashes after choosing sketch directory Ubuntu 12.04</title>
		<link>http://forums.leaflabs.com/topic.php?id=2845</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:27:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=2845" rel="self" type="application/rss+xml" />

		<item>
			<title>MrMe on "Maple IDE crashes after choosing sketch directory Ubuntu 12.04"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2845#post-13504</link>
			<pubDate>Mon, 10 Sep 2012 16:24:02 +0000</pubDate>
			<dc:creator>MrMe</dc:creator>
			<guid isPermaLink="false">13504@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I'm running the latest release of Ubuntu (12.04) 64 bit and i can't get the maple IDE to run. i followed all the instructions on the maple support page, tried it and i get the window to choose a directory for sketches, pick one, click ok and maple ide disappears. i got this log from running it in the terminal:&#60;/p&#62;
&#60;p&#62;java.lang.UnsatisfiedLinkError: /home/mrme/Documents/maple/maple-ide-v0.0.12/maple-ide-v0.0.12/lib/librxtxSerial.so: /home/mrme/Documents/maple/maple-ide-v0.0.12/maple-ide-v0.0.12/lib/librxtxSerial.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch) thrown while loading gnu.io.RXTXCommDriver&#60;br /&#62;
Exception in thread &#34;main&#34; java.lang.UnsatisfiedLinkError: /home/mrme/Documents/maple/maple-ide-v0.0.12/maple-ide-v0.0.12/lib/librxtxSerial.so: /home/mrme/Documents/maple/maple-ide-v0.0.12/maple-ide-v0.0.12/lib/librxtxSerial.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)&#60;br /&#62;
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)&#60;br /&#62;
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)&#60;br /&#62;
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1675)&#60;br /&#62;
	at java.lang.Runtime.loadLibrary0(Runtime.java:840)&#60;br /&#62;
	at java.lang.System.loadLibrary(System.java:1047)&#60;br /&#62;
	at gnu.io.CommPortIdentifier.&#38;lt;clinit&#38;gt;(CommPortIdentifier.java:123)&#60;br /&#62;
	at processing.app.Editor.populateSerialMenu(Editor.java:795)&#60;br /&#62;
	at processing.app.Editor.buildToolsMenu(Editor.java:612)&#60;br /&#62;
	at processing.app.Editor.buildMenuBar(Editor.java:413)&#60;br /&#62;
	at processing.app.Editor.&#38;lt;init&#38;gt;(Editor.java:187)&#60;br /&#62;
	at processing.app.Base.handleOpen(Base.java:608)&#60;br /&#62;
	at processing.app.Base.handleOpen(Base.java:573)&#60;br /&#62;
	at processing.app.Base.handleNew(Base.java:475)&#60;br /&#62;
	at processing.app.Base.&#38;lt;init&#38;gt;(Base.java:245)&#60;br /&#62;
	at processing.app.Base.main(Base.java:149)&#60;/p&#62;
&#60;p&#62;I tried this:&#60;br /&#62;
&#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=810#post-5241&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=810#post-5241&#60;/a&#62;&#60;br /&#62;
and i got:&#60;/p&#62;
&#60;p&#62;Exception in thread &#34;main&#34; java.lang.NoClassDefFoundError: gnu/io/CommPortIdentifier&#60;br /&#62;
	at processing.app.Editor.populateSerialMenu(Editor.java:795)&#60;br /&#62;
	at processing.app.Editor.buildToolsMenu(Editor.java:612)&#60;br /&#62;
	at processing.app.Editor.buildMenuBar(Editor.java:413)&#60;br /&#62;
	at processing.app.Editor.&#38;lt;init&#38;gt;(Editor.java:187)&#60;br /&#62;
	at processing.app.Base.handleOpen(Base.java:608)&#60;br /&#62;
	at processing.app.Base.handleOpen(Base.java:573)&#60;br /&#62;
	at processing.app.Base.handleNew(Base.java:475)&#60;br /&#62;
	at processing.app.Base.&#38;lt;init&#38;gt;(Base.java:245)&#60;br /&#62;
	at processing.app.Base.main(Base.java:149)&#60;br /&#62;
Caused by: java.lang.ClassNotFoundException: gnu.io.CommPortIdentifier&#60;br /&#62;
	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)&#60;br /&#62;
	at java.security.AccessController.doPrivileged(Native Method)&#60;br /&#62;
	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)&#60;br /&#62;
	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)&#60;br /&#62;
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)&#60;br /&#62;
	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)&#60;br /&#62;
	... 9 more&#60;/p&#62;
&#60;p&#62;it runs fine in windows vista 64, but with microsoft's digital driver signing i've been having issues with communication.&#60;br /&#62;
is there something i'm missing? i've read that a lot of people are having problems like this but i can't seem to find a solution. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
