We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › Trouble with "Snowleopard" and exporting App
Page Index Toggle Pages: 1
Trouble with "Snowleopard" and exporting App (Read 1016 times)
Trouble with "Snowleopard" and exporting App
Jan 28th, 2010, 9:30am
 
Hello

I am preparing for an exhibition with a processing sketch that I successfully ran on other occasions before, on different computers (mac/PC)...both .as .pde or exported program.

Now, I am trying to do the same on a new mac mini (OS 10.6.2). My sketch does run fine as .pde, but any exported version just gives me a black screen.  This is what console has to say:


1/28/10 10:47:20 AM      [0x0-0x17017].FINAL_RC_08_Fade_Clean[176]      java.lang.UnsatisfiedLinkError: /FINAL_RC_08_Fade_Clean/application.macosx/FINAL_RC_08_Fade_Clean.app/Contents/R

esources/Java/librxtxSerial.jnilib:  no suitable image found.  Did find:  /FINAL_RC_08_Fade_Clean/application.macosx/FINAL_RC_08_Fade_Clean.app/Contents/
Resources/Java/librxtxSerial.jnilib: no matching architecture in universal wrapper


And

1/28/10 10:47:20 AM      [0x0-0x17017].FINAL_RC_08_Fade_Clean[176]      Exception in thread "Animation Thread" java.lang.RuntimeException: Error inside Serial.ports()


Any ideas / help is greatly appreciated!
Need to get this to tun today......

Thanks a thousand times!
Re: Trouble with "Snowleopard" and exporting App
Reply #1 - Jan 28th, 2010, 12:08pm
 
Maybe the Post Snow Leopard serial not working thread will be useful.
Re: Trouble with "Snowleopard" and exporting App
Reply #2 - Jan 28th, 2010, 4:08pm
 
Just to let everyone else with similar problems know:
Some geekery with resetting to Java 5 did the trick for me.


Check the excellent description under:
humm...not allowed to post that link...anyway looking for "oneswarm wiki snow leopard java problems" should find that website for you


Smiley
Re: Trouble with "Snowleopard" and exporting App
Reply #3 - Jan 29th, 2010, 2:38am
 
Probably related then: Do not install Java 1.5 on Snow Leopard (with hints on solutions).
Re: Trouble with "Snowleopard" and exporting App
Reply #4 - Feb 3rd, 2010, 12:55pm
 
Resorting to Java 5 was the only option for me too. I can't post the link either but Sun had some information tucked away on doing this cleanly.
Page Index Toggle Pages: 1