Describe the bug
Trying to manually load any Minecraft version past 1.5.2 does not work because of a missing launch method "1.6.jar" (even though there is a launch methods folder in the .betacraft\launcher directory). Looking through the betacraft FTP file server storage did not help either, it had .jars in the launch-methods folder, but not 1.6.jar.
To Reproduce
Steps to reproduce the behavior:
Put any Minecraft version jar past 1.5.2 into the versions folder
Select that version and try to load it just like any other version [e.g 1.0]
Edit your instance and check "Console Output"
See error
Desktop (please complete the following information):
OS+version: Windows 7 SP1 (all updates installed)
Launcher version: 1.09_16
Desktop environment: N/A
Processor architecture: x64
Log from Console Output:
(16:42:34) Java version: Oracle Corporation, Java(TM) SE Runtime Environment, 1.8.0_411-b09
(16:42:34) System: windows 7, 6.1, amd64
(16:42:34) Loading addons...
(16:42:34) - Fullscreen
(16:42:34) - OfflineDATSave
(16:42:34) - QuitGame
(16:42:34) - GameModeSwitch
(16:42:34) Detected launch method: 1.6
(16:42:34) Loaded in: 423413204 ns
(16:42:34) java.io.FileNotFoundException: C:\Users\NockTwelve\AppData\Roaming.betacraft\launcher\launch-methods\1.6.jar (The system cannot find the file specified)
(16:42:34) at java.util.zip.ZipFile.open(Native Method)
(16:42:34) at java.util.zip.ZipFile.(Unknown Source)
(16:42:34) at java.util.zip.ZipFile.(Unknown Source)
(16:42:34) at java.util.jar.JarFile.(Unknown Source)
(16:42:34) at java.util.jar.JarFile.(Unknown Source)
(16:42:34) at org.betacraft.launcher.Launcher.loadClasses(Launcher.java:296)
(16:42:34) at org.betacraft.launcher.Launcher.main(Launcher.java:219)
(16:42:34) Launch method: 1.6
(16:42:34) java.lang.ClassNotFoundException: 1.6
(16:42:34) at java.net.URLClassLoader.findClass(Unknown Source)
(16:42:34) at java.lang.ClassLoader.loadClass(Unknown Source)
(16:42:34) at java.lang.ClassLoader.loadClass(Unknown Source)
(16:42:34) at org.betacraft.launcher.Launcher.main(Launcher.java:221)
(16:42:35)
Client closed.
Describe the bug Trying to manually load any Minecraft version past 1.5.2 does not work because of a missing launch method "1.6.jar" (even though there is a launch methods folder in the .betacraft\launcher directory). Looking through the betacraft FTP file server storage did not help either, it had .jars in the launch-methods folder, but not 1.6.jar.
To Reproduce Steps to reproduce the behavior:
Desktop (please complete the following information):