I had this bug in Launcher 0.9.2.
An easy fix:
Edit the affected versions .json and change the following:"mainClass": "net/minecraft/client/main/Main" to"mainClass": "net.minecraft.client.Minecraft"
I had this bug in Launcher 0.9.2.
An easy fix:
Edit the affected versions .json and change the following:
"mainClass": "net/minecraft/client/main/Main"
to
"mainClass": "net.minecraft.client.Minecraft"