Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 20.06.18 12:51
  5. Description: Exception in server tick loop
  6.  
  7. java.net.UnknownHostException: 63.422.42.434
  8. at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
  9. at java.net.InetAddress$2.lookupAllHostAddr(Unknown Source)
  10. at java.net.InetAddress.getAddressesFromNameService(Unknown Source)
  11. at java.net.InetAddress.getAllByName0(Unknown Source)
  12. at java.net.InetAddress.getAllByName(Unknown Source)
  13. at java.net.InetAddress.getAllByName(Unknown Source)
  14. at java.net.InetAddress.getByName(Unknown Source)
  15. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:176)
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
  17. at java.lang.Thread.run(Unknown Source)
  18.  
  19.  
  20. A detailed walkthrough of the error, its code path and all known details is as follows:
  21. ---------------------------------------------------------------------------------------
  22.  
  23. -- System Details --
  24. Details:
  25. Minecraft Version: 1.12.2
  26. Operating System: Windows 7 (x86) version 6.1
  27. Java Version: 1.8.0_161, Oracle Corporation
  28. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  29. Memory: 945650032 bytes (901 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
  30. JVM Flags: 3 total; -Xmx1024M -Xms1024M -XX:MaxPermSize=128M
  31. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  32. CraftBukkit Information:
  33. Running:
  34. Failed to handle CraftCrashReport:
  35. java.lang.NullPointerException
  36. at org.bukkit.Bukkit.getName(Bukkit.java:92)
  37. at org.bukkit.craftbukkit.v1_12_R1.CraftCrashReport.call(CraftCrashReport.java:21)
  38. at net.minecraft.server.v1_12_R1.CrashReportSystemDetails.a(SourceFile:78)
  39. at net.minecraft.server.v1_12_R1.CrashReport.h(CrashReport.java:128)
  40. at net.minecraft.server.v1_12_R1.CrashReport.<init>(CrashReport.java:35)
  41. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:597)
  42. at java.lang.Thread.run(Unknown Source)
  43.  
  44. Profiler Position: N/A (disabled)
  45. Is Modded: Definitely; Server brand changed to 'Spigot'
  46. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement