Posted March 15, 20223 yr Hello, Every time I compile I get the following error in the console. It does not stop/fail the compilation, but I think I should still address it. Any idea how to fix it ? Quote Mar 15, 2022 10:44:19 AM org.jline.utils.Log logr WARNING: Unable to retrieve infocmp for type dumb-color java.io.IOException: Cannot run program "infocmp": CreateProcess error=2, The system cannot find the file specified at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1143) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1073) at MC-BOOTSTRAP/[email protected]/org.jline.utils.InfoCmp.getInfoCmp(InfoCmp.java:547) at MC-BOOTSTRAP/[email protected]/org.jline.terminal.impl.AbstractTerminal.parseInfoCmp(AbstractTerminal.java:187) at MC-BOOTSTRAP/[email protected]/org.jline.terminal.impl.DumbTerminal.<init>(DumbTerminal.java:88) at MC-BOOTSTRAP/[email protected]/org.jline.terminal.TerminalBuilder.doBuild(TerminalBuilder.java:401) at MC-BOOTSTRAP/[email protected]/org.jline.terminal.TerminalBuilder.build(TerminalBuilder.java:259) at MC-BOOTSTRAP/[email protected]/net.minecrell.terminalconsole.TerminalConsoleAppender.initializeTerminal(TerminalConsoleAppender.java:231) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.log4j.ForgeHighlight.newInstance(ForgeHighlight.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.pattern.PatternParser.createConverter(PatternParser.java:590) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.pattern.PatternParser.finalizeConverter(PatternParser.java:657) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.pattern.PatternParser.parse(PatternParser.java:420) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.pattern.PatternParser.parse(PatternParser.java:177) at MC-BOOTSTRAP/[email protected]/net.minecrell.terminalconsole.util.LoggerNamePatternSelector.<init>(LoggerNamePatternSelector.java:111) at MC-BOOTSTRAP/[email protected]/net.minecrell.terminalconsole.util.LoggerNamePatternSelector.createSelector(LoggerNamePatternSelector.java:159) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.config.plugins.util.PluginBuilder.build(PluginBuilder.java:136) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.config.AbstractConfiguration.createPluginObject(AbstractConfiguration.java:1120) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:1045) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:1037) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:1037) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.config.AbstractConfiguration.createConfiguration(AbstractConfiguration.java:1037) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.config.AbstractConfiguration.doConfigure(AbstractConfiguration.java:651) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.config.AbstractConfiguration.initialize(AbstractConfiguration.java:247) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.config.AbstractConfiguration.start(AbstractConfiguration.java:293) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.LoggerContext.setConfiguration(LoggerContext.java:626) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:699) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.LoggerContext.reconfigure(LoggerContext.java:716) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.LoggerContext.start(LoggerContext.java:270) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:155) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.core.impl.Log4jContextFactory.getContext(Log4jContextFactory.java:47) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.LogManager.getContext(LogManager.java:196) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.LogManager.getLogger(LogManager.java:599) at MC-BOOTSTRAP/[email protected]/org.apache.logging.log4j.LogManager.getLogger(LogManager.java:585) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:76) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:90) Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified at java.base/java.lang.ProcessImpl.create(Native Method) at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:494) at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:159) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1110) ... 48 more
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.