Executing Gradle task: runClient Build info: MCreator 2024.4.52410, forge-1.20.1, 64-bit, 32693 MB, Windows 11, JVM 21.0.4, JAVA_HOME: C:\Program Files\Pylo\MCreator-2024.4\MCreator\jdk, started on: 2025-04-13-19:03:45 Loaded APIs: use_compiled_mods, geckolib, jei > Task :compileJava An exception has occurred in the compiler (17.0.14). Please file a bug against the Java compiler via the Java bug reporting page (https://bugreport.java.com) after checking the Bug Database (https://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you. java.lang.OutOfMemoryError: Java heap space at jdk.compiler/com.sun.tools.javac.util.List.of(List.java:137 at jdk.compiler/com.sun.tools.javac.util.List.of(List.java:137) at jdk.compiler/com.sun.tools.javac.util.ListBuffer.append(ListBuffer.java:129 at jdk.compiler/com.sun.tools.javac.util.ListBuffer.append(ListBuffer.java:129) at jdk.compiler/com.sun.tools.javac.util.List.map(List.java:426 at jdk.compiler/com.sun.tools.javac.util.List.map(List.java:426) at jdk.compiler/com.sun.tools.javac.code.Types$TypeMapping.visit(Types.java:5008 at jdk.compiler/com.sun.tools.javac.code.Types$TypeMapping.visit(Types.java:5008) at jdk.compiler/com.sun.tools.javac.code.Type$StructuralTypeMapping.visitMethodType(Type.java:295 at jdk.compiler/com.sun.tools.javac.code.Type$StructuralTypeMapping.visitMethodType(Type.java:295) at jdk.compiler/com.sun.tools.javac.comp.DeferredAttr$RecoveryDeferredTypeMap.visitMethodType(DeferredAttr.java:1063 at jdk.compiler/com.sun.tools.javac.comp.DeferredAttr$RecoveryDeferredTypeMap.visitMethodType(DeferredAttr.java:1063) at jdk.compiler/com.sun.tools.javac.comp.DeferredAttr$RecoveryDeferredTypeMap.visitMethodType(DeferredAttr.java:1035 at jdk.compiler/com.sun.tools.javac.comp.DeferredAttr$RecoveryDeferredTypeMap.visitMethodType(DeferredAttr.java:1035) at jdk.compiler/com.sun.tools.javac.code.Type$MethodType.accept(Type.java:1465 at jdk.compiler/com.sun.tools.javac.code.Type$MethodType.accept(Type.java:1465) at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4900 at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4900) at jdk.compiler/com.sun.tools.javac.code.Type$StructuralTypeMapping.visitForAll(Type.java:311 at jdk.compiler/com.sun.tools.javac.code.Type$StructuralTypeMapping.visitForAll(Type.java:311) at jdk.compiler/com.sun.tools.javac.code.Type$StructuralTypeMapping.visitForAll(Type.java:244 at jdk.compiler/com.sun.tools.javac.code.Type$StructuralTypeMapping.visitForAll(Type.java:244) at jdk.compiler/com.sun.tools.javac.code.Type$ForAll.accept(Type.java:1834 at jdk.compiler/com.sun.tools.javac.code.Type$ForAll.accept(Type.java:1834) at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4900 at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4900) at jdk.compiler/com.sun.tools.javac.code.Type.map(Type.java:324 at jdk.compiler/com.sun.tools.javac.code.Type.map(Type.java:324) at jdk.compiler/com.sun.tools.javac.comp.AttrRecover.basicMethodInvocationRecovery(AttrRecover.java:224 at jdk.compiler/com.sun.tools.javac.comp.AttrRecover.basicMethodInvocationRecovery(AttrRecover.java:224) at jdk.compiler/com.sun.tools.javac.comp.AttrRecover.recoverMethodInvocation(AttrRecover.java:213 at jdk.compiler/com.sun.tools.javac.comp.AttrRecover.recoverMethodInvocation(AttrRecover.java:213) at jdk.compiler/com.sun.tools.javac.comp.Attr.checkMethodIdInternal(Attr.java:4510 at jdk.compiler/com.sun.tools.javac.comp.Attr.checkMethodIdInternal(Attr.java:4510) at jdk.compiler/com.sun.tools.javac.comp.Attr.checkId(Attr.java:4500 at jdk.compiler/com.sun.tools.javac.comp.Attr.checkId(Attr.java:4500) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:2841 at jdk.compiler/com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:2841) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1852 at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1852) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:677 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:677) at jdk.compiler/com.sun.tools.javac.comp.ArgumentAttr.visitNewClass(ArgumentAttr.java:326 at jdk.compiler/com.sun.tools.javac.comp.ArgumentAttr.visitNewClass(ArgumentAttr.java:326) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1852 at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1852) at jdk.compiler/com.sun.tools.javac.comp.ArgumentAttr.attribArg(ArgumentAttr.java:197 at jdk.compiler/com.sun.tools.javac.comp.ArgumentAttr.attribArg(ArgumentAttr.java:197) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:675 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:675) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribArgs(Attr.java:778 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribArgs(Attr.java:778) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitApply(Attr.java:2559 at jdk.compiler/com.sun.tools.javac.comp.Attr.visitApply(Attr.java:2559) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1797 at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1797) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:677 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:677) at jdk.compiler/com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:4270 at jdk.compiler/com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:4270) at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2450 at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2450) at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:677 at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:677) > Task :compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > Compilation failed; see the compiler error output for details. * Try: > Run with --info option to get more log output. > Run with --scan to get full insights. BUILD FAILED in 2m 6s 1 actionable task: 1 executed BUILD FAILED Task completed in 2 minutes and 6 seconds