Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Crash when connecting to Thing-O-Matic(ABP + STPSTR 7) on Linux #274
Comments
|
Oh man, Please let me know if you are printing OK, otherwise I'll get some support folks in touch. |
JustAnother1
commented
May 1, 2012
|
I can print using Windows. I'm not satisfied with the print quality and hope I can improve is before I destroy the machine. I'm playing with Skeinforge settings and get the nozzle jammed like all the time, but that's another story. I will try to debug it once I get the Development environment running. |
JustAnother1
commented
May 11, 2012
|
The Problem is when the Maschine is found an in replicatorg.app.util.serial in Line 96 that is this: package replicatorg.app.util.serial;
import gnu.io.CommPortIdentifier;
Enumeration<?> portList = CommPortIdentifier.getPortIdentifiers();is called for the second time. First time was during starup of ReplicatorG Seems to be a problem of rxtx. |
|
Sadly RXTX can be rather problematic. We considered our own branch of it for a while, but decided not to. I'm going to close and keep an eye on this, but for the moment, we don't have a good fix-path for this. |
FarMcKon
closed this
May 16, 2012
JustAnother1
commented
May 16, 2012
|
Either fix the problem or explicitly state that Linux 64 bit is not supported ! |
JustAnother1
commented
May 18, 2012
|
Ok I have now found the solution ! If you update rxtx to the most recent version rxtx-2.2pre2 and either do a symbol link like this: So please reopen the issue and fix it. Or shall I send a Patch? |
cmyrland
commented
Apr 30, 2015
|
Can somebody provide a step-by-step instruction for the fix? It does not contain enough information for me to complete it.. Tea spoon, baby. |
JustAnother1 commentedApr 22, 2012
Crash is directly on creating connection.