Page 2 of 2

Re: unable to locate serial port drivers?

Posted: Tue Dec 20, 2011 10:48 am
by Jaimatz
Ok, I made that and the app stands by "Initializing Serial Drivers" and nothing happens, attached is the print screen

Re: unable to locate serial port drivers?

Posted: Tue Dec 20, 2011 2:08 pm
by LT401Vette
Can you send me the TunerStudioAppDebugFile.txt?

Re: unable to locate serial port drivers?

Posted: Tue Dec 20, 2011 2:13 pm
by Jaimatz
Hello, attached is the file

Re: unable to locate serial port drivers?

Posted: Tue Dec 20, 2011 2:36 pm
by LT401Vette
Well in the log it looks much the same. It is breaking when it tries to load the RXTX drivers. It says little more.. :(

Looking at the path, it would be looking for librxtxSerial.jnilib in all of these dirs. Check each of these to see if there is a file called librxtxSerial.jnilib
/Library/Java/Extensions
/System/Library/Java/Extensions
/usr/lib/java

Also, I see you are still on a 1.5 JRE. There were a number of pretty important bug fixes to the OS X JRE since then. I would recommend updating to a 1.6 JRE.

If that still doesn't do it... I put a new jar file with a little more debug info:
http://www.efianalytics.com/TunerStudio ... udioMS.jar

Down load it and replace the jar in the 1.19 folder you extracted. Run that and please post the TunerStudioAppDebug.txt again.

Re: unable to locate serial port drivers?

Posted: Tue Dec 20, 2011 2:53 pm
by Jaimatz
Hello, I found the file in TunerStudioMs/Lib/; do I have to delete?
Also I've downloaded the dile but the same problem is happening and I have update my system but the system is updated. :shock:

Re: unable to locate serial port drivers?

Posted: Tue Dec 20, 2011 2:58 pm
by Jaimatz
Attached is the file

Re: unable to locate serial port drivers?

Posted: Tue Dec 20, 2011 2:59 pm
by LT401Vette
I found the file in TunerStudioMs/Lib/; do I have to delete?
No that is the good one.

DO NOT use one that you downloaded. That is usually what causes this problem.

Re: unable to locate serial port drivers?

Posted: Tue Dec 20, 2011 3:03 pm
by LT401Vette
That log shows it is litterally rejecting the librxtxSerial.jnilib in TS?

Code: Select all

20/12/11 15:49:41 :Error: Failed to load RXTX. Message:
	/Applications/TunerStudioMS/librxtxSerial.jnilib:  no suitable image found.  Did find:  /Applications/TunerStudioMS/librxtxSerial.jnilib: unknown required load command 0x80000022
I noticed your machine is actually running 32 bit, that should have occurred to me with 10.5.8

So I am going to completely reverse course from my previous post.

Try deleting the librxtxSerial.jnilib that is in the TunerStudioMS dir, don't worry about the one in lib.
Take the one you downloaded from the internet and try that in the TunerStudioMS folder.

If that doesn't work, I have a 32 bit only one here that should.

Re: unable to locate serial port drivers?

Posted: Tue Dec 20, 2011 3:05 pm
by Jaimatz
So which one I have to use?

Re: unable to locate serial port drivers?

Posted: Tue Dec 20, 2011 3:11 pm
by Jaimatz
No, nothing happens, I have the same problem. :(

Re: unable to locate serial port drivers?

Posted: Tue Dec 20, 2011 7:34 pm
by LT401Vette
Please do try to update your JRE. It seems Apple would have already tried to push that on you.

Also, I remembered this script that did used to be needed on OS X to grant proper access to the com ports, it might help. But the error in your log seems to imply it isn't getting far enough for comm port permissions to be a problem.
http://www.efianalytics.com/TunerStudio ... 217-leo.sh

Run that in a terminal.

I'm still trying to think of other possibilities.. There are a lot of OS X users, so I'm not sure what is causing the difficulties, things to point to the rxtx binary, but I have tested that on 32 and 64 bit intel based systems.

Re: unable to locate serial port drivers?

Posted: Wed Dec 21, 2011 2:24 pm
by Jaimatz
Hello, I've follow your instructions but I'm still having the same problem :( , I have been updating the Mac Os X software but the message is that it is updated, also I ran the file that you sent but nothing new happens.

Re: unable to locate serial port drivers?

Posted: Wed Dec 21, 2011 2:36 pm
by LT401Vette
It looks as though they don't automatically include 1.6 updates to 10.5.8

http://memerocket.com/2009/08/06/upgrad ... o-jdk-1-6/

Re: unable to locate serial port drivers?

Posted: Thu Dec 22, 2011 9:18 am
by Jaimatz
Already I tryied to install those updates but an error appears : "JavaForMacOSX10.5Update5.dmg not recognized" and it happens with all. :shock:

Re: unable to locate serial port drivers?

Posted: Thu Dec 22, 2011 9:48 am
by LT401Vette
What sort of hardware is this?
It is an intel based computer?

Re: unable to locate serial port drivers?

Posted: Thu Dec 22, 2011 9:59 am
by Jaimatz
It is a Macbook Intel Core 2 Duo 2ghz 2 Gb Ram 250 Gb D.d.

Re: unable to locate serial port drivers?

Posted: Thu Dec 22, 2011 10:20 am
by LT401Vette
That seems normal enough... Why doesn't it like these things? :|

Re: unable to locate serial port drivers?

Posted: Thu Dec 22, 2011 11:08 am
by Jaimatz
The same I though, it is driving me crazy jeje, a few months ago, the software worked ok but I don't know what happened.

Re: unable to locate serial port drivers?

Posted: Tue Dec 27, 2011 6:11 pm
by Jaimatz
Do you have another suggestion?

Re: unable to locate serial port drivers?

Posted: Tue Dec 27, 2011 8:32 pm
by LT401Vette
I really don't have much....
I don't know what is different here, it really should be pretty simple..

But let's see if you can talk to the MS using a basic terminal.

Open a terminal and type:
screen [YourPortName] 115200

YourPortName should be something like: /dev/tty.usbserial-XXXXXXXX

If that works...
Then type an 'S'

See if you get something back.