Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on Windows 8 x64 #173

Closed
jdolandev opened this issue Nov 26, 2014 · 9 comments
Closed

Error on Windows 8 x64 #173

jdolandev opened this issue Nov 26, 2014 · 9 comments

Comments

@jdolandev
Copy link

Operating System: Windows 8
Version: 6.2
Architecture: x86

Java Vendor: Sun Microsystems Inc.
Version: 1.6.0_39

Available processors (cores): 8
Free memory (bytes): 227211528
Maximum memory (bytes): 1013645312
Total memory available to JVM (bytes): 259522560

File system root: C:
Total space (bytes): 482397384704
Free space (bytes): 91030896640
Usable space (bytes): 91030896640

File system root: D:
Total space (bytes): 115127349248
Free space (bytes): 78213931008
Usable space (bytes): 78213931008

Stack trace:
java.lang.UnsupportedClassVersionError: org/enigma/EnigmaRunner : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.lateralgm.main.LGM.loadPlugins(LGM.java:657)
at org.lateralgm.main.LGM.main(LGM.java:1248)

@RobertBColton
Copy link
Collaborator

@jdolandev Hello! May I ask where you downloaded ENIGMA and LateralGM from? It seems that the jars are both out of date and incompatible with each other. Did you download from our website?

@jdolandev
Copy link
Author

I used the Enigma Portable extractor available on your site.

On Wed, Nov 26, 2014 at 4:12 PM, Robert B Colton notifications@github.com
wrote:

@jdolandev https://github.com/jdolandev Hello! May I ask where you
downloaded ENIGMA and LateralGM from? It seems that the jars are both out
of date and incompatible with each other. Did you download from our website?


Reply to this email directly or view it on GitHub
#173 (comment).

@RobertBColton
Copy link
Collaborator

@jdolandev That is quite odd, please follow these steps for me:

  1. Open git-bash.exe and enter the following commands sequentially.
    "cd enigma-dev"
    "git fetch"
    "git pull"
  2. Download and replace enigma-dev/lateralgm.jar with the downloaded jar from the following page.
    http://enigma-dev.org/docs/Wiki/Install:Extra_Packages
  3. Follow the same step as above for enigma-dev/plugins/enigma.jar

Then try launching again and see if you still get the error message.

@RobertBColton
Copy link
Collaborator

@egofree71 Nice I hadn't caught that. I think we did drop 1.6 support.

@jdolandev Try updating to Java 8.
https://java.com/en/download/index.jsp

@jdolandev
Copy link
Author

Oh, alright. I'll update when I get home. Thanks for all the help, guys
On Nov 27, 2014 4:29 PM, "Robert B Colton" notifications@github.com wrote:

@egofree71 https://github.com/egofree71 Actually yeah you might be
correct. I think we did drop 1.6 support.

@jdolandev https://github.com/jdolandev Try updating to Java 8.
https://java.com/en/download/index.jsp


Reply to this email directly or view it on GitHub
#173 (comment).

@RobertBColton
Copy link
Collaborator

@jdolandev You're welcome, please let us know if it works or not. I am quite certain this is the problem because I dropped 1.6 Java support because it has a lot of security issues, and Java 8 is being adopted rapidly because of major improvements such as the integration of JavaFX with hardware accelerated graphics and OGG audio support which future LGM versions really need to use.

@egofree71
Copy link
Collaborator

Robert:
In this case, we should update the download page : http://enigma-dev.org/download.htm. It is still written we support java 1.6. I don't have the right to update the page.

@RobertBColton
Copy link
Collaborator

@egofree71 Just wait and see if it fixes it for @jdolandev first.

@RobertBColton
Copy link
Collaborator

@egofree71 He posted on the ENIGMA tracker after this post so I assume that was the problem, we can close this. I've updated the download page to say Java 1.7, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants