#1 posted by Ankh on 2009/05/28 20:55:57
works great! very good thing.
#2 posted by JneeraZ on 2009/05/28 21:08:05
HAWT! Will check this out tonight...
 OSX Error Message
#3 posted by Baker on 2009/05/28 21:12:28
"Java JAR could not be launched".
I don't know if I have Java 6 on my Mac, maybe Willem or someone can try this out.
 Hm
#4 posted by megaman on 2009/05/28 22:25:40
We haven't tested on macs (none available) but in theory it SHOULD work. I guess you don't have java 6.
If you can, try to start with "java -jar quakeinjector.jar" and pastebin the output for me, that would probably help.
 Wow
#5 posted by ijed on 2009/05/28 22:48:13
..can't check yet, but does it locate directories?
 FAQ Says It Doesn't
#6 posted by Baker on 2009/05/28 22:59:31
^
|
 Ok
#7 posted by ijed on 2009/05/28 23:23:58
Can't check yet because I'm in three projects today.
 Amazing
#8 posted by CI475 on 2009/05/28 23:48:17
But I'm a bit afraid to check it out, my quake dir is already a mess!
 "C:\Users\alex\desktop\quake" Cannot Be Written To!
#9 posted by meTch on 2009/05/29 00:03:07
but "C:\Users\alex" can, :S? is this something im doing wrong, other than having the quake folder on my desktop for ease of access?
 Edit
#10 posted by meTch on 2009/05/29 00:04:20
that's "C:\Users\alex\desktop\quake" there only
#11 posted by JneeraZ on 2009/05/29 01:15:43
OK, I get the same error on my Mac. This is the spew in the console:
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
 Looks
#12 posted by megaman on 2009/05/29 02:14:40
like you guys don't have java6? I remember the mac version for 6 being delayed some time.
You can check your java version with java -version.
 Metch
#13 posted by megaman on 2009/05/29 02:22:10
is that from the engine config dialog? what's the full, exact path you put? is that & a mistake in markup/ a typo? are you sure the path is writeable? which one of the fields?
I'm using the java lib functions for those checks, so i'm pretty sure they should work well with all paths, unless there's some fuckup on my part that makes it check the wrong paths in the first place.
 Ci475
#14 posted by megaman on 2009/05/29 02:23:07
just copy the engine and id1/pak0.pak and id1/pak1.pak to some new directory and start from a clean install ;-)
 Megaman,
#15 posted by meTch on 2009/05/29 03:21:25
the "&..." stuff gets added her for some reason when i type out the full dir, it ends at the folder "quake". it is the "engine configuration" dialog, under the type box [the place where you type stuff of course] labeled "quake directory"; i put in the path and the comment next to it says "cannot be written to!"
 Metch ... Using Vista?
#16 posted by Baker on 2009/05/29 06:12:08
Vista can be cruel.
/a guess ... even possibly a wrong guess
 Java 6
There is a Java 6 VM for themac, and it should be installed on every Mac running Leoopard. But you have to specifiy which Java version you want to use as the default for running programs. Go to /Applications/Utilities/Java and launch Java Settings (don't know the exact english name). There, change the order of priority of the VMs so that Java 6 64bit is on top. Now it should work.
|