pulpTunes Community Forums The Web Server for iTunes

Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)  (Read 2982 times)

Zemou

  • Guest
Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« on: January 14, 2010, 03:46:46 AM »

Hello,

I've just downloaded the latest version of PulpTunes and i'm unable to launch it.
When i double click on pulptunes.app, nothing happens, nothing appears.
It's like i've not lauched the app.

Someone can help me ?
Thanks !
Logged

alpeb

  • Administrator
  • Grand Master
  • *****
  • Gender: Male
  • Posts: 444
    • View Profile
    • Email
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #1 on: January 14, 2010, 07:28:54 AM »

What's your Mac OS X version?
Logged

Zemou

  • Guest
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #2 on: January 17, 2010, 06:14:12 AM »

I use the 10.5.8.
Logged

alpeb

  • Administrator
  • Grand Master
  • *****
  • Gender: Male
  • Posts: 444
    • View Profile
    • Email
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #3 on: January 17, 2010, 06:17:06 AM »

Please make sure java 1.6 is your default java runtime. More info here:
http://www.pulptunes.com/support/index.php?fuse=knowledgebase&view=KB_viewArticle&articleId=9&public=1

Let me know if that did the trick.
Logged

Zemou

  • Guest
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #4 on: January 17, 2010, 07:34:49 AM »

Yes i've already put Java 1.6 for default runtime.

And i find a temporary trick :
When i launch Pulptunes with Rosetta, it's work
Logged

Zemou

  • Guest
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #5 on: January 17, 2010, 07:38:17 AM »

Excuse me for double posting.

I find a mistake in the french translation :
The word "download" isnt "décharger" but "télécharger" in french.
Logged

Zemou

  • Guest
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #6 on: January 17, 2010, 07:48:52 AM »

Excuse me again for triple :o posting ! (Im gonna register on that board to get "edit" option ;D)

In the system monitoring, pulptunes is launched as an Intel (64 bits) processus. Even i've launched with rosetta. It's strange !
Logged

alpeb

  • Administrator
  • Grand Master
  • *****
  • Gender: Male
  • Posts: 444
    • View Profile
    • Email
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #7 on: January 18, 2010, 03:50:03 PM »

pulpTunes should work on both 64bit and 32bit mode, and without Rosetta. Please follow these troubleshooting guide, and let me know if you get any errors in the console:
http://www.pulptunes.com/support/index.php?fuse=knowledgebase&view=KB_viewArticle&articleId=11&public=1

Thanks,
Alejandro

P.S.: I forwarded your concern about the translation to the French translator.
Logged

alpeb

  • Administrator
  • Grand Master
  • *****
  • Gender: Male
  • Posts: 444
    • View Profile
    • Email
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #8 on: January 19, 2010, 05:57:10 PM »

I find a mistake in the french translation :
The word "download" isnt "décharger" but "télécharger" in french.

My French translator says décharger is for download, and télécharger for upload...
Logged

Groovely

  • Padawan
  • **
  • Posts: 13
    • View Profile
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #9 on: January 20, 2010, 09:33:15 PM »

I'm having the same issues.

Oddly, PT started from the command line the first time before I changed my Java to 6 (by moving it up to the top of the list in Jprefs, it was already checked). Now, I get nothing.

Here is the output:

Code: [Select]
Exception in thread "main" java.lang.NoClassDefFoundError: PulpTunes/jar
Caused by: java.lang.ClassNotFoundException: PulpTunes.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:315)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:398)

Code: [Select]
java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-9M3125)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)

I tried putting Java back and using the command line again, and now this is what I get:

Code: [Select]
Exception in thread "main" java.lang.NoClassDefFoundError: PulpTunes/jar
Thanks in advance for any help/advice.

~G.
« Last Edit: January 20, 2010, 09:45:00 PM by Groovely »
Logged

alpeb

  • Administrator
  • Grand Master
  • *****
  • Gender: Male
  • Posts: 444
    • View Profile
    • Email
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #10 on: January 20, 2010, 11:52:08 PM »

I'm having the same issues.

Oddly, PT started from the command line the first time before I changed my Java to 6 (by moving it up to the top of the list in Jprefs, it was already checked). Now, I get nothing.

Here is the output:

Code: [Select]
Exception in thread "main" java.lang.NoClassDefFoundError: PulpTunes/jar
Caused by: java.lang.ClassNotFoundException: PulpTunes.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:315)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:398)

Code: [Select]
java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-9M3125)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)

I tried putting Java back and using the command line again, and now this is what I get:

Code: [Select]
Exception in thread "main" java.lang.NoClassDefFoundError: PulpTunes/jar
Thanks in advance for any help/advice.

~G.

That error looks like if you were using "java PulpTunes.jar" instead of "java -jar PulpTunes.jar". Is that the case?

Thanks,
Alejandro
Logged

Groovely

  • Padawan
  • **
  • Posts: 13
    • View Profile
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #11 on: March 26, 2010, 11:40:44 PM »

You're absolutely right. That's exactly what I did wrong. Sorry about that, and the late reply (although I'm sure it wasn't keeping you up at night).

Out of curiousity, why is it that the app can run from the command line and not launch normally? Also, is there any way, when running from the command line, to keep the app open once you close the terminal window? (I could always just leave the window in an empty Spaces spot, but this seems like a bandaid solution).

Thanks again.

~G.
Logged

alpeb

  • Administrator
  • Grand Master
  • *****
  • Gender: Male
  • Posts: 444
    • View Profile
    • Email
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #12 on: March 27, 2010, 06:32:43 AM »

Turns out the launcher doesn't work on Leopard, but it does on Snow Leopard. So you need to start the app "manually" as a workaround for the time being. You can also use the pt_linux.sh launcher which will give you the option to run in the background so you can close the terminal window; cd into pulpTunes and issue:

./pt_linux.sh -backgroud

the "-help" option will list other possibilities as well. Thanks for getting back ;)
Logged

David

  • Guest
Re: Nothing happens when i lauch PulpTunes 1.2.0 (MAC)
« Reply #13 on: May 01, 2010, 09:39:20 PM »

Thanks for this thread, and the Rosetta tip!

The "Open with Rosetta" in "Get Info" works like a charm on 10.5 Leopard without having to jump through CLI hoops!

Thanks Zemou!!!  8)  8)  8)  8)  8)  8)  8)
Logged