Games in Progress: 3 | Players logged in: 4 | Players Registered: 37413 | Games Played Total: 68652
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: 1.2.2 Won't Launch  (Read 1484 times)
Paladinian
Jr. Planeteer
**
Posts: 19



View Profile
« on: January 22, 2010, 17:03 »

OS: Mac OSX

Updated from 1.2.1, and the Launcher will no longer fire up the program: It will continue asking if I want to update to 1.2.2, perform the extraction, then fail silently.

Removed old app, downloaded new 1.2.2.  Does not ask to update, but continues failing silently. (The icon will jump once showing its running, then simply stop.)

Any advice?
Logged
Polyrythmmm
Mule Forum Newbie
*
Posts: 5


Greetings Earthlings


View Profile WWW
« Reply #1 on: January 22, 2010, 18:22 »

Same problem here. New version will not launch on my Mac EXACTLY as per above. Any ideas?
Logged

Break that Smithore Monopoly - Don't play for 2nd!
C64 nostalgia
Prototype Tester
Mule Senior
****
Posts: 159



View Profile
« Reply #2 on: January 22, 2010, 22:31 »

Ditto... MULE won't bring up the game after updating to 1.2.2. I downloaded 1.2.2 fresh and still no game. MULE just quits. I tried updating from 1.0. Each time it is launched, the app updates itself. Then, it just quits, doing nothing... launch again... nothing. I rebooted several times and still no game.

10.5.8 with all updates

Java versions available:
J2SE 5.0 (32-bit)
Java SE 6 (64-bit)
J2SE 5.0 (64-bit)
J2SE 1.4.2 (32-bit, not enabled)
« Last Edit: January 23, 2010, 18:47 by C64 nostalgia » Logged
alistaircalder
Mule Forum Newbie
*
Posts: 5


View Profile
« Reply #3 on: January 23, 2010, 07:59 »

Same problem here.  From the console I get the following:

Code:
22/01/10 11:51:45 PM [0x0-0x13c13c].mule[5596] java.lang.UnsupportedClassVersionError: Bad version number in .class file 

Any ideas?
Logged
grubodax
Mule Forum Newbie
*
Posts: 5


View Profile
« Reply #4 on: January 23, 2010, 11:52 »

I'm not sure if my problem on the Windows version is related, but I don't understand what's happening in the updater_log.txt and it sounded similar and appears that it crashes as soon as it tries to get the first png file from the data.jar. Can it be that the arguments for the launcher got corrupted in multiple versions somehow? Or a path changed in the archive?
I can locate that file in the data.jar, but the game doesn't start.
Here are the top lines from the updater_log:

23.01.2010 11:40:17 com.turborilla.mule.launcher.Launcher run
INFO: Arguments: lib\jre\bin\java.exe;java -Xms64m -Xmx256m -Djava.library.path=lib -jar data.jar
23.01.2010 11:40:17 com.turborilla.mule.launcher.Launcher run
INFO: Classpath: C:\mule\data\launcher.jar
23.01.2010 11:40:17 com.turborilla.mule.launcher.Launcher run
INFO: Java VM: 14.0-b16
23.01.2010 11:40:17 com.turborilla.mule.launcher.Launcher run
INFO: Java Runtime: 1.6.0_14-b08

Maybe these two problems are not connected, then please move this to the following topic, where it might fit better then.
Logged
Fnord
Mule Forum Newbie
*
Posts: 1


View Profile
« Reply #5 on: January 23, 2010, 13:56 »

These are the errors from the system.log from the Console app.

Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]: [JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]: Exception in thread "main"
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]: java.lang.UnsupportedClassVersionError: Bad version number in .class file
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.lang.ClassLoader.defineClass1(Native Method)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.security.AccessController.doPrivileged(Native Method)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.lang.Class.forName0(Native Method)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at java.lang.Class.forName(Class.java:242)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at apple.launcher.LaunchRunner.loadMainMethod(LaunchRunner.java:55)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at apple.launcher.LaunchRunner.run(LaunchRunner.java:111)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
Jan 23 05:52:37 c-24-16-232-190 [0x0-0x42042].mule[622]:    at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Jan 23 05:52:37 c-24-16-232-190 com.apple.launchd[98] ([0x0-0x42042].mule[622]): Exited with exit code: 1
Jan 23 05:52:58 c-24-16-232-190 /Applications/Games/mule.app/Contents/MacOS/JavaApplicationStub[623]: Unrecognized Java VM option ignored:
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]: [JavaAppLauncher Error] CallStaticVoidMethod() threw an exception
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]: Exception in thread "main"
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]: java.lang.UnsupportedClassVersionError: Bad version number in .class file
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.lang.ClassLoader.defineClass1(Native Method)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.security.AccessController.doPrivileged(Native Method)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.lang.Class.forName0(Native Method)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at java.lang.Class.forName(Class.java:242)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at apple.launcher.LaunchRunner.loadMainMethod(LaunchRunner.java:55)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at apple.launcher.LaunchRunner.run(LaunchRunner.java:111)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
Jan 23 05:52:58 c-24-16-232-190 [0x0-0x43043].mule[623]:    at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Jan 23 05:52:58 c-24-16-232-190 com.apple.launchd[98] ([0x0-0x43043].mule[623]): Exited with exit code: 1
 
Logged
Paladinian
Jr. Planeteer
**
Posts: 19



View Profile
« Reply #6 on: January 23, 2010, 17:01 »

Windows users should try updating to the latest version of Java.  The Mac OS thread dedicated to this topic found similar results, but as the Mac has its own distribution of Java, it may be behind whatever 1.2.2 was compiled under.

So if you have the trouble mentioned above and are in Windows, try updating your Java Runtimes and see if that helps.  And let us know if it does.  Smiley
Logged
DJGYPSY
Mule Forum Newbie
*
Posts: 6


View Profile
« Reply #7 on: January 24, 2010, 18:56 »

here is what the problem is on my mac

1/24/10 10:53:51 AM [0x0-0x10d10d].mule[2109] java.lang.UnsupportedClassVersionError: Bad version number in .class file
Logged
C64 nostalgia
Prototype Tester
Mule Senior
****
Posts: 159



View Profile
« Reply #8 on: January 24, 2010, 20:05 »

Still no resolution; using the following java version:

java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03-333-9M3125)
Java HotSpot(TM) Client VM (build 1.5.0_22-147, mixed mode, sharing)
« Last Edit: January 24, 2010, 20:08 by C64 nostalgia » Logged
C64 nostalgia
Prototype Tester
Mule Senior
****
Posts: 159



View Profile
« Reply #9 on: January 24, 2010, 20:33 »

4 threads with posts about the Mac version of Mule 1.2.2 not working exist:

From the "Bugs and Support > Bugs Version 1.2.X" forum:
1.2.2 Won't Launch
http://www.planetmule.com/forum?topic=610.0

MAC Version won't launch since update 1.2.2
http://www.planetmule.com/forum?topic=617.0

peter help us mac users that cant play!
http://www.planetmule.com/forum?topic=627.0

From the "M.U.L.E. Game > Announcements"
Version 1.2.2 is here
http://www.planetmule.com/forum?topic=608.0
Logged
C64 nostalgia
Prototype Tester
Mule Senior
****
Posts: 159



View Profile
« Reply #10 on: January 24, 2010, 21:14 »

With either of the following Java versions, MULE 1.2.2 does not bring up the game. It only launches and then quits.

Default Java:
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03-333-9M3125)
Java HotSpot(TM) Client VM (build 1.5.0_22-147, mixed mode, sharing)

Using Java Preferences to only select Java SE 6 (64-bit):
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)

System Version:   Mac OS X 10.5.8 (9L31a)
Kernel Version:   Darwin 9.8.0
Logged
Paladinian
Jr. Planeteer
**
Posts: 19



View Profile
« Reply #11 on: January 24, 2010, 21:19 »

Hmm... I was really hoping JRE 1.6 was all that would be required.  Guess not.

Thanks for testing that, C64!
Logged
Peter
Turborilla
Administrator
Mule Expert
*****
Posts: 379


Planet M.U.L.E. Team


View Profile WWW
« Reply #12 on: January 26, 2010, 09:19 »

Please see
http://www.planetmule.com/forum?topic=617.msg3064#msg3064
Logged

Pages: [1]
  Print  
 
Jump to: