Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server console broken in dev #2263

Closed
matthewprenger opened this issue Dec 12, 2015 · 10 comments
Closed

Server console broken in dev #2263

matthewprenger opened this issue Dec 12, 2015 · 10 comments

Comments

@matthewprenger
Copy link
Contributor

I suspect this is related to #2200 or #2228

When running the server from a dev environment (Either through Intellij or through gradle runServer) the console will only show the following:

[03:08:44] [main/INFO] [GradleStart]: Extra: []
[03:08:44] [main/INFO] [GradleStart]: Running with arguments: [--tweakClass, net.minecraftforge.fml.common.launcher.FMLServerTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[03:08:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[03:08:44] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[03:08:44] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[03:08:44] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
2015-12-12 03:08:44,227 ERROR Error processing element TerminalConsole: CLASS_NOT_FOUND
2015-12-12 03:08:44,228 ERROR Error processing element TerminalConsole: CLASS_NOT_FOUND
2015-12-12 03:08:44,239 ERROR Unable to locate appender Console for logger com.mojang
2015-12-12 03:08:44,240 ERROR Unable to locate appender FmlConsole for logger 
2015-12-12 03:08:44,240 ERROR Unable to locate appender Console for logger net.minecraft
2015-12-12 03:08:44,806 ERROR Error processing element TerminalConsole: CLASS_NOT_FOUND
2015-12-12 03:08:44,806 ERROR Error processing element TerminalConsole: CLASS_NOT_FOUND
2015-12-12 03:08:44,816 ERROR Unable to locate appender Console for logger com.mojang
2015-12-12 03:08:44,817 ERROR Unable to locate appender FmlConsole for logger 
2015-12-12 03:08:44,817 ERROR Unable to locate appender Console for logger net.minecraft

The server gui shows the log fine, but the console produces no additional output. Tested on current latest forge (1623)

Ping: @Minecrell

@stephan-gh
Copy link
Contributor

Can you try changing the WARN in this line of the server log4j2 to ALL and post the output here if you start the server?

@matthewprenger
Copy link
Contributor Author

@stephan-gh
Copy link
Contributor

Sorry, linked the wrong file. Have you changed it in both log4J2 configuration files?

@matthewprenger
Copy link
Contributor Author

Yeah updated the gist, refresh it.

@stephan-gh
Copy link
Contributor

So, does this happen in the MinecraftForge workspace or the user workspace when creating a Forge mod?

@matthewprenger
Copy link
Contributor Author

Userdev workspace. I'm on IRC if you want to talk there.

@GirafiStudios
Copy link
Contributor

Btw. this is not only in dev, it also happens just setting up a normal server with Forge 1600+.

@stephan-gh
Copy link
Contributor

@GirafiStudios Works fine for me in production with Forge 1623.

@GirafiStudios
Copy link
Contributor

I'm on Windows 10 using Java 8. Dunno if that changes anything tho.

Errors I get with Forge 1623: https://gist.github.com/GirafiStudios/d8b25b2838dba3bf25ec

@matthewprenger
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants