(06-08-2014, 09:38 PM)paulydboy Wrote: For anyone interested, I've copied the link for the installer from the modpack suggestion voting to here.why do we use such an old version of minecraft (1.5.2)?
http://www.mediafire.com/download/lf8c5f...taller.exe

EDIT:
this is important, apparently, when I successfully installed the mods, my launcher was completely unable to load profiles and therefore I am unable to launch minecraft at all. I got some of the log, but I am unable to locate the full log:
Code:
[21:47:27 INFO]: Minecraft Launcher 1.4.4 (through bootstrap 5) started on windows...
[21:47:27 INFO]: Current time is Jun 9, 2014 9:47:27 PM
[21:47:27 INFO]: System.getProperty('os.name') == 'Windows 7'
[21:47:27 INFO]: System.getProperty('os.version') == '6.1'
[21:47:27 INFO]: System.getProperty('os.arch') == 'amd64'
[21:47:27 INFO]: System.getProperty('java.version') == '1.7.0_55'
[21:47:27 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
[21:47:27 INFO]: System.getProperty('sun.arch.data.model') == '64'
[21:47:27 INFO]: JFX has been detected & successfully loaded
[21:47:28 INFO]: Refreshing local version list...
[21:47:28 INFO]: Refreshing remote version list...
[21:47:29 INFO]: Refresh complete.
[21:47:29 ERROR]: Unexpected exception refreshing profile list
java.lang.NullPointerException
at net.minecraft.launcher.Launcher$1.run(Launcher.java:95) [launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_55]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_55]
[21:47:29 ERROR]: Unhandled exception in executor com.mojang.launcher.updater.ExceptionalThreadPoolExecutor$ExceptionalFutureTask@47f56da4
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.7.0_55]
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.7.0_55]
at com.mojang.launcher.updater.ExceptionalThreadPoolExecutor$ExceptionalFutureTask.done(ExceptionalThreadPoolExecutor.java:57) [launcher.jar:?]
at java.util.concurrent.FutureTask.finishCompletion(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.FutureTask.setException(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.7.0_55]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_55]
Caused by: java.lang.NullPointerException
at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:123) ~[launcher.jar:?]
at net.minecraft.launcher.Launcher$1.run(Launcher.java:100) ~[launcher.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.7.0_55]
... 4 more