Fabric server: No console output in 21w20a
See original GitHub issueFabric server 21w20a no mods Windows 10
Open command prompt and type
"C:\JAVAS\jdk-16.0.1+9\bin\javaw.exe" -jar fabric-server-launch.jar -nogui
Control returns to the command line:
And this is shown on task manager:
So no log output and no way to send commands to the server, otherwise the server is running and I am able to connect to it.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Console server problem : r/fabricmc - Reddit
Hi, i've have started a minecraft server for my friends and I and it works totally fine but when i open the console...
Read more >[MC-32850] Server GUI Text box is empty (.exe only) - Jira
Workaround for windows users: Start the JAR version of the server instead of the EXE version, then you get the console output. Start...
Read more >Server Logs Not Showing · Issue #621 · FabricMC/fabric · GitHub
The server logs and chat doesnt show in the gui when running.
Read more >Installing a Fabric Server without a GUI
Instructions · Create and enter a directory to put the server in · Transfer the latest version of the Fabric Installer · Run...
Read more >No server console output with "nogui" - Support & Bug Reports
Server is using Forge 4.1.1.251 and I'm starting the server with "nogui". Console shows nothing when trying to use a command like help....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You should use
java
instead ofjavaw
I am an idiot, thanks. No idea why I copied the path of javaw.exe instead of java.exe