Itsacon, on 21 December 2012 - 03:15 AM, said:
Ok, I found another two bugs. Sorry.
If you open the Raven 3L, the right Torso lists 0/1 energy hardpoints used even though there is a TAG in there. Removing the TAG moves the hardpoints to -1/1.
I would expect that this is because the loader sees the TAG as equipment, instead of an energy weapon, but I can't verify since the 3L is the only mech with a TAG by default.
Second. If you select a mech that is ECM-capable, ECM gets added to the equipment list. However, if you then switch to another mech, ECM doesn't get removed from the list. If you switch to another ECM-capable mech, ECM gets added again.
Please don't interpret all these bug reports as negative, none of them are show-stoppers.
Lol, bug reports are always good, this is a learning experience for me.
For some reason some of the code got borked, because my Artemis fix suddenly doesn't work and the ECM removal somehow stopped working. As for the Raven, it is because TAG is taking up a hardpoint when loaded, but when it gets removed it is lowering the hardpoint count, should be a simple fix.
Will probably upload a fix for a few other errors that slipped through sometime today or tomorrow.
Li Song, on 21 December 2012 - 09:51 AM, said:
The program doesn't launch with OpenJDK.
java -jar MWO_Mechbay.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: MWOMechbay/Main : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: MWOMechbay.Main. Program will exit.
I dont know anything about openJDK, I do know however that this problem is linked to not having Java updated (needs to be at least Java 7)