forge has a config folder
here is a start script for forge https://github.com/pahimar/ForgeCraft-Script/blob/master/script/minecraft
but auto starting a forge server can be a pita
when it crashed and it is auto restarting you end in a loop
a profile is not the same as a folder
you CAN use the launcher for 2(or more) different profiles but do as lex told you to do and point it to a different folder
<peterix>loordgek117, apparently, it should be fixable by downgrading java or using the same java as the mojang launcher
https://github.com/MultiMC/MultiMC5/issues/1276#issuecomment-148419167
from irc
peterix is 1 of the devs
<loordgek117>wat is wrong here http://www.minecraftforge.net/forum/index.php/topic,34415.0.html
<peterix>windows 10 has broken graphics drivers
<peterix>somehow the mojang launcher is whitelisted
<peterix>I am investigating
nope that is mixin
https://github.com/SpongePowered/Mixin/blob/master/src/main/java/org/spongepowered/asm/mixin/transformer/MixinTransformer.java#L296
made by SpongePowered
bob was using it as a library
[21:00:27] [main/ERROR] [mixin/]: Exception in class transformer org.spongepowered.asm.mixin.transformer.MixinTransformer@e362c57 from coremod BOPLoadingPlugin
https://github.com/Glitchfiend/BiomesOPlenty/commit/bb7a5d11f56e38d54dfd013540b294ed01d33c17
BiomesOPlenty was using Mixin
Mixin is not part of sponge https://github.com/SpongePowered/Mixin