Jump to content

Beardo_CD

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Beardo_CD's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I am attempting to join my own server and am getting an "Internal Server Error" when I attempt to join. I have deleted my UUID, reinstalled Minecraft and forge from scratch, and other people who try to join have no issues. Please help! Here is the code that pops up in the server after I attempt to join. ←[m←[33m[12:01:51] [Server thread/WARN] [minecraft/NetworkSystem]: Failed to handle packet for /25.1.115.47:64845 java.lang.NullPointerException: null at journeymap.server.JourneymapServer.isOp(JourneymapServer.java:152) ~[?:1.15.2-5.7.0beta1] {re:classloading} at journeymap.common.util.PlayerConfigController.canTeleport(PlayerConfigController.java:130) ~[?:1.15.2-5.7.0beta1] {re:classloading} at journeymap.common.util.PlayerConfigController.getPlayerConfig(PlayerConfigController.java:52) ~[?:1.15.2-5.7.0beta1] {re:classloading} at journeymap.server.events.ForgeEvents.sendConfigsToPlayer(ForgeEvents.java:82) ~[?:1.15.2-5.7.0beta1] {re:classloading} at journeymap.server.events.ForgeEvents.onEntityJoinWorldEvent(ForgeEvents.java:65) ~[?:1.15.2-5.7.0beta1] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_139_ForgeEvents_onEntityJoinWorldEvent_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.0.0-milestone.1-service.jar:?] {} at net.minecraft.world.server.ServerWorld.func_217448_f(ServerWorld.java:871) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,pl:runtimedistcleaner:A} at net.minecraft.world.server.ServerWorld.func_217435_c(ServerWorld.java:863) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:quark:change-sleeping-player-count,xf:fml:quark:add-rave-hook,pl:runtimedistcleaner:A} at net.minecraft.server.management.PlayerList.func_72355_a(PlayerList.java:167) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.network.login.ServerLoginNetHandler.func_147326_c(ServerLoginNetHandler.java:116) ~[?:?] {re:classloading} at net.minecraft.network.login.ServerLoginNetHandler.func_73660_a(ServerLoginNetHandler.java:63) ~[?:?] {re:classloading} at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:224) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) [?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:866) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330) [?:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:637) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} at java.lang.Thread.run(Unknown Source) [?:1.8.0_251] {} ←[m←[32m[12:01:51] [Server thread/INFO] [minecraft/ServerPlayNetHandler]: NicoshMC lost connection: Internal server error ←[m←[32m[12:01:51] [Server thread/INFO] [minecraft/DedicatedServer]: NicoshMC left the game
  2. You have to start the vanilla to get the EULA to pop up. But even after that the forge server still won't launch. It just starts and then crashes.
  3. Yeah, you're supposed to start the vanilla part first to allow the files to create and then start forge (at least that's what every video I have watched is showing). But the vanilla part won't even load.
  4. I just created a new server and am doing the correct steps. When I attempt to open the minecraft_server jar the server starts loading but then stops after "Loaded 825 advancements" and never makes a world. How do I fix this? [12:11:14 WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] [12:11:14 WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [12:11:14 WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] [12:11:14 WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] [12:11:14 WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [12:11:14 INFO]: Starting minecraft server version 1.15.2 [12:11:14 WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar" [12:11:14 INFO]: Loading properties [12:11:14 INFO]: Default game type: SURVIVAL [12:11:14 INFO]: Generating keypair [12:11:14 ERROR]: Exception handling console input java.io.IOException: The handle is invalid at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_31] at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_31] at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_31] at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_31] at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_31] at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_31] at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_31] at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_31] at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_31] at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_31] at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_31] at wd$2.run(SourceFile:110) [minecraft_server.1.15.2.jar:?] [12:11:15 INFO]: Starting Minecraft server on *:25565 [12:11:15 INFO]: Using default channel type [12:11:16 INFO]: Preparing level "world" [12:11:16 INFO]: Found new data pack vanilla, loading it automatically [12:11:16 INFO]: Reloading ResourceManager: Default [12:11:18 INFO]: Loaded 6 recipes [12:11:18 INFO]: Loaded 825 advancements
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.