Problem Direwolf20 Server Problems

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

CIA_Luis

New Member
Jul 29, 2019
6
0
0
when i join the server minecraft closes on me
help
19.01 22:48:38 [Server] Startup Done (0.819s)! For help, type "help" or "?"
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:38 [Multicraft] Skipped 726 lines due to rate limit (30/s)
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Skipping TileEntity with id tileCrystal
19.01 22:48:37 [Server] INFO Preparing start region for level 0
19.01 22:48:37 [Server] INFO Preparing level "world"
19.01 22:48:37 [Server] INFO Starting Minecraft server on 66.85.148.130:25571
19.01 22:48:37 [Server] INFO Generating keypair
19.01 22:48:37 [Server] INFO Default game type: SURVIVAL
19.01 22:48:37 [Server] INFO Loading properties
19.01 22:48:37 [Server] WARNING To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
19.01 22:48:37 [Server] INFO Starting minecraft server version 1.4.6
 

Chthon

New Member
Jul 29, 2019
45
0
0
Your server is not having problems. There are a lot of [SEVERE] and [STD ERR] messages that really should be [STD OUT]. Mod developers are using those codes however to differentiate their normal messages for debugging purposes. Hopefully they will fix that soon and get them listed properly.

Some of the [STD ERR] messages are actually normal exception events that are properly handled by the server without issue, so no need to do anything else. Anything having to do with java.net.*socket* anything is a network connection that closed. All the server needs to do is remove it from it's list of connections, and the easiest way to detect that it's happened is to throw an exception. This is why it's under [STD ERR] and not [SEVERE]. I mean, what is the server going to really do if someone loses connection to the internet? Should it crash in that case, or just close the connection and wait for recconection? The latter is a better option.

Just a brief expanation of what the codes mean:
[STD OUT] = Informational message reported from the server. Nothing is wrong, but you might be interested in what it has to say.
[STD ERR] = Exception was thrown, but was handled well. Nothing is wrong anymore as the server knew how to deal with it. It's often good to know what is throwing exceptions however, but if you don't know what it means you can ignore this.
[SEVERE] = Exception was thrown but was not handled. Usually this results in a process terminating, however if it's not the main process, the server might continue running, though some mods may malfunction. Knowing what caused this is very important as you can often figure out how to fix it for the future.
 

BuzZBladE

New Member
Jul 29, 2019
35
0
0
using mcmyadmin?

mcmyadmin detected Original server was specified, looked for minecraft_server.jar didnt find it, decided to download it for you and run a vanilla server.

the mcmyadmin needs to be set for Forgemod instead of Original. and direwolf20.jar renamed to forgemod.jar and delete minecraft_server.jar mcmyadmin created.
 
  • Like
Reactions: CIA_Luis

Chthon

New Member
Jul 29, 2019
45
0
0
I sill don't understand why I my minecraft crashes after I try to connect?
Are you talking about your client crashing? None of the logs you displayed show the server crashing at all. If anything is crashing it's your client, and you need to provide the client logs in the client tech support forums.