
Console not loading after line of code
UlrichTheMighty opened this issue ยท 4 comments
My console launches a line of code from this mod in my modpack which I got to run before just fine but now I cannot get it to run at all. Ive tried stopping and starting it a bunch now but I cannot seem to get it to work, the console still runs but after the last line from below nothing happens. I'd appreciate any help:
[22:58:43] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker[22:58:43] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker[22:58:43] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker[22:58:43] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2811 for Minecraft 1.12.2 loading[22:58:43] [main/INFO] [FML]: Java is Eclipse OpenJ9 VM, version 1.8.0_192, running on Linux:amd64:4.9.120-xxxx-std-ipv6-64-hz1000, installed at /home/minecraft/java/1.8.0_192_openj9-0.11.0/jre[22:58:43] [main/INFO] [FML]: Searching /home/minecraft/servers/mine243270/./mods for mods[22:58:43] [main/INFO] [FML]: Searching /home/minecraft/servers/mine243270/./mods/1.12.2 for mods[22:58:43] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in AppleCore-mc1.12.2-3.1.4.jar. This is not recommended, @mods should be in a separate jar from the coremod.[22:58:46] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557[22:58:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[22:58:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[22:58:46] [main/INFO] [Aroma1997Core]: Finished data injection.[22:58:46] [main/INFO] [Aroma1997Core]: Finished data injection.[22:58:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[22:58:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[22:58:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[22:58:46] [main/INFO] [maxpotidext]: No JEID detected[22:58:46] [main/INFO] [maxpotidext]: No JEID detected[22:58:46] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[22:58:47] [main/INFO] [LaunchWrapper]: Calling tweak class codechicken.asm.internal.Tweaker[22:58:47] [main/INFO] [STDOUT]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false[22:58:47] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker[22:58:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[22:58:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[22:58:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[22:58:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper[22:58:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker[22:58:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker[22:58:48] [main/INFO] [Hammer Core [ASM]]: Transforming net.minecraft.world.World (amu)...[22:58:48] [main/INFO] [Hammer Core [ASM]]: -Patching World...[22:58:48] [main/INFO] [FML]: [Quark ASM] Transforming WorldServer[22:58:48] [main/INFO] [FML]: [Quark ASM] Applying Transformation to method (Names [areAllPlayersAsleep, func_73056_e, g] Descriptor ()Z / ()Z)[22:58:48] [main/INFO] [FML]: [Quark ASM] Located Method, patching...[22:58:48] [main/INFO] [FML]: [Quark ASM] Located patch target node L0[22:58:48] [main/INFO] [FML]: [Quark ASM] Patch result: true[22:58:48] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}[22:58:48] [main/INFO] [maxpotidext]: Patching GameData
When that line gets printed the mod has already done its job, so it may be some other mod failing immediately after mine. Does removing the mod fix the problem?
by any chance, are you using openj9 VM? i found this happening to me as soon as i tried to swap from oracle's VM to openj9
Also the next line should be
[maxpotidext]: Patch Successful
but that never happens, so maybe it's related to this mod and a incompatibility with openj9 (at least on my case, going back to the oracle's VM fixes it aparently)