MinecraftForge / ForgeGradle

Minecraft mod development framework used by Forge and FML for the gradle build system
GNU Lesser General Public License v2.1
514 stars 443 forks source link

Default Eclipse run configurations cause crashes when attempting to load mods in /run/mods while in deobfuscated environment. #519

Closed Pheenixm closed 6 years ago

Pheenixm commented 6 years ago

Example of crash with Mekanism

Issue can be resolved by removing "-DFORGE_FORCE_FRAME_RECALC=true" from the VM arguments in ForgeGradle auto-generated launch configurations.

Example of broken run configuration: `<?xml version="1.0" encoding="UTF-8"?>

` Example of functional run configuration: ` ` The failure appears to have something to do with the ASM lib. Changing the default runtime config to not contain this VM argument would likely resolve the bug entirely
LexManos commented 6 years ago

Asked and answered many times. Some configs it works, some configs it doesn't. Its required on more systems then it is not so its the default. If you have issues, remove it.

BrainStone commented 5 years ago

Would it be possible to get a flag/variable in the minecraft {} block, so it can be excluded automatically?