Front Page › Forums › MCNSA › ModPack for 1.3.2
- This topic is empty.
-
AuthorPosts
-
August 24, 2012 at 4:47 pm #766
FuzzyWuzzie
ModeratorHello guys! Sorry it’s taken so long, but I finally have a release candidate for the modpack for 1.3.2. Not everything is in here yet (as not everything is 1.3.2 compatible yet), but most of it is (I will make an “update” pack later when everything is good to go!)
The pack includes:
- ModLoader
- Optifine
- Rei’s Minimap
- UtilityBelt
- Location Info
- MCNSACapes
- MCNSADirect
- MCNSAVerse
Running the installer itself will give you more information about what each of these mods do.
I’ve also slightly improved the installer. If you’re on Windows, simply run the .exe and you should be fine – no more worrying about not finding java. If you’re on mac, you can try double-clicking the .jar (I have no idea how this will work as I cannot test it), or open up your terminal (in the “Utilities” part of your Apps menu), navigate to the unzipped .jar, and type “java -jar MCNSAModPack.jar”. On Windows, you can also now run the installer directly from “within” WinRAR – just double click the .exe in WinRAR and you’re ready to go.
Any questions or problems, please drop me a line and let me know ASAP so I can fix it! Thanks!
I almost forgot, here is the download link: MCNSAModPack.zip
Edit
Changed JDK used to compile to 1.6, so it should fix incompatibility errors now..August 24, 2012 at 5:03 pm #5996fauxnetikz
Member<3!
August 24, 2012 at 5:05 pm #5997PeebleTheory
MemberIf you’re on mac, you can try double-clicking the .jar (I have no idea how this will work as I cannot test it)
Does not work.
Also getting the following error when running it through terminal
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/mcnsa/modpack/MCNSAModPack : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
August 24, 2012 at 5:13 pm #5998FuzzyWuzzie
ModeratorPeeble, what version of java are you running? http://www.java.com/en/download/installed.jsp
August 24, 2012 at 5:32 pm #5999maboughey
KeymasterNot working for me.
Java version 1.7.0_04-ea x64
Windows 7 ultimate x64running exe causes a cmd window to open and close within a second.
Running jar, nothing happensAugust 24, 2012 at 5:35 pm #6000FuzzyWuzzie
Moderatormab.. try unzipping it all to a folder, shift+click on the white area in the window, and select “Open command window here”. Then type “java -jar MCNSAModPack.jar”
And tell me what happens.
August 24, 2012 at 6:11 pm #6001maboughey
Keymaster
E:Minecraft1.3.2.minecraft>java -jar MCNSAModPack.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/mcnsa/mod
pack/MCNSAModPack : 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 sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.mcnsa.modpack.MCNSAModPack. Program will exit
.
E:Minecraft1.3.2.minecraft>
August 24, 2012 at 6:24 pm #6002FuzzyWuzzie
ModeratorAhh.. same version error as Peeble. Ok, I’ll look into it! Thanks guys!
August 24, 2012 at 7:07 pm #6003FuzzyWuzzie
ModeratorOk, Peeble, Mabs, try downloading again. I downgraded the JDK used to compile it so it should be ok now.
August 24, 2012 at 7:16 pm #6004Kwinno
Moderatordo we get a mod version? :p id love you forever
August 24, 2012 at 7:37 pm #6005maboughey
KeymasterSame error
E:Minecraft1.3.2>java -jar MCNSAModPack.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/mcnsa/mod
pack/MCNSAModPack : 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 sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.mcnsa.modpack.MCNSAModPack. Program will exit
.
E:Minecraft1.3.2>August 24, 2012 at 8:09 pm #6006FuzzyWuzzie
ModeratorWhat do you get if you run “java -version”?
August 24, 2012 at 8:11 pm #6007maboughey
KeymasterMicrosoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:Usersmichael>java -version
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01, mixed mode)August 24, 2012 at 8:50 pm #6008FuzzyWuzzie
ModeratorOohhhhh kay. It should DEFINITELY be fixed now. (At least for people running at least java 1.6). I even checked the class file versions manually by hand using a hex editor. Try the new download link. Also, mabs, you’re running java 1.6, not 1.7 btw 😛
August 24, 2012 at 8:50 pm #6009FuzzyWuzzie
Moderator@Kwinno it’s in the works, just some essential mods-only mods aren’t working with 1.3.2 yet :/
-
AuthorPosts
- You must be logged in to reply to this topic.