miho / SonoAir

135 stars 6 forks source link

Crashes because it cannot start JVM #11

Open juangamnik opened 9 years ago

juangamnik commented 9 years ago

Hi. Downloaded 1.0 beta 4 and started it. Nothing happened. Tried from terminal got:

$ /Applications/SonoAir.app/Contents/MacOS/SonoAir 
2015-09-12 11:51:06.490 SonoAir[14016:504210] Failed to find library:
2015-09-12 11:51:06.490 SonoAir[14016:504210] .:Failed to launch JVM

Have a Oracle JDK installed:

$ java -version
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)

My machine:

  Modellname:   MacBook Pro
  Modell-Identification:    MacBookPro11,1
  Processor:    Intel Core i7
  Speed:    2,8 GHz
  #CPU: 1
  #Cores:   2
 Memory:    16 GB
 late 2013 retina MBP 13"

What am I doing wrong?

Endogen commented 9 years ago

No idea what's wrong. For me it works:

➜ ~ java -version java version "1.8.0_45" Java(TM) SE Runtime Environment (build 1.8.0_45-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)

miho commented 9 years ago

Hmm, SonoAir includes it's own JVM and should not depend on the JVM versions that are installed on your system. Unfortunately, I cant reproduce the crash.

juangamnik commented 9 years ago

OK. Still it does not find the included JVM ;)