Advertisement
Guest User

Untitled

a guest
Feb 6th, 2013
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad, have a hug! <3
  3.  
  4. Time: 2/6/13 12:28 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NullPointerException
  8. at net.minecraft.server.v1_4_R1.DedicatedServer.al(DedicatedServer.java:256)
  9. at net.minecraft.server.v1_4_R1.DedicatedServer.a(DedicatedServer.java:202)
  10. at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:424)
  11. at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
  12.  
  13.  
  14. A detailed walkthrough of the error, its code path and all known details is as follows:
  15. ---------------------------------------------------------------------------------------
  16.  
  17. -- System Details --
  18. Details:
  19. Minecraft Version: 1.4.7
  20. Operating System: Linux (amd64) version 2.6.18-308.4.1.el5
  21. Java Version: 1.7.0_05, Oracle Corporation
  22. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  23. Memory: 3006476840 bytes (2867 MB) / 3087007744 bytes (2944 MB) up to 7635533824 bytes (7281 MB)
  24. JVM Flags: 2 total; -Xms3G -Xmx8G
  25. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  26. Suspicious classes: [net.minecraft.server.v1_4_R1.ICommandListener, IMojangStatistics, IDataManager, ...], [org.bukkit.World, BlockChangeDelegate, Server], [org.bukkit.block.BlockState], [org.bukkit.command.CommandSender, RemoteConsoleCommandSender], [org.bukkit.configuration.serialization.ConfigurationSerializable], [org.bukkit.craftbukkit.Main], [org.bukkit.craftbukkit.libs.jline.Terminal, TerminalSupport, UnsupportedTerminal, ...], [org.bukkit.craftbukkit.libs.jline.console.ConsoleReader, CursorBuffer, ConsoleKeys, ...], [org.bukkit.craftbukkit.libs.jline.console.completer.CompletionHandler, CandidateListCompletionHandler], [org.bukkit.craftbukkit.libs.jline.console.history.History, MemoryHistory], [org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader, Configuration, Log], [org.bukkit.craftbukkit.libs.joptsimple.OptionException, OptionParser, OptionSpec, ...], [org.bukkit.craftbukkit.libs.joptsimple.internal.AbbreviationMap, ReflectionException, Reflection, ...], [org.bukkit.craftbukkit.libs.joptsimple.util.KeyValuePair], [org.bukkit.craftbukkit.v1_4_R1.LoggerOutputStream, CraftServer], [org.bukkit.craftbukkit.v1_4_R1.inventory.CraftItemStack, CraftRecipe, CraftShapedRecipe, ...], [org.bukkit.craftbukkit.v1_4_R1.potion.CraftPotionEffectType], [org.bukkit.craftbukkit.v1_4_R1.util.Waitable, ServerShutdownThread, ExceptionHandler, ...], [org.bukkit.entity.Entity], [org.bukkit.event.Event, Cancellable, HandlerList, ...], [org.bukkit.event.block.BlockEvent, BlockFadeEvent, BlockGrowEvent, ...], [org.bukkit.event.entity.EntityEvent, EntityInteractEvent, EntityDamageEvent, ...], [org.bukkit.event.hanging.HangingEvent, HangingPlaceEvent], [org.bukkit.event.painting.PaintingEvent, PaintingPlaceEvent], [org.bukkit.event.player.PlayerEvent, PlayerInteractEvent, PlayerFishEvent], [org.bukkit.event.server.ServerEvent, MapInitializeEvent, ServerCommandEvent], [org.bukkit.event.world.WorldEvent, WorldSaveEvent, WorldInitEvent, ...], [org.bukkit.inventory.ItemStack, Recipe, ShapedRecipe, ...], [org.bukkit.map.MapView], [org.bukkit.metadata.Metadatable], [org.bukkit.permissions.ServerOperator, Permissible], [org.bukkit.plugin.messaging.PluginMessageRecipient], [org.bukkit.potion.PotionEffectType, PotionEffectTypeWrapper]
  27. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  28. CraftBukkit Information:
  29. Running:
  30. Failed to handle CraftCrashReport:
  31. java.lang.NullPointerException
  32. at org.bukkit.Bukkit.getName(Bukkit.java:68)
  33. at org.bukkit.craftbukkit.v1_4_R1.CraftCrashReport.call(CraftCrashReport.java:20)
  34. at net.minecraft.server.v1_4_R1.CrashReportSystemDetails.a(SourceFile:74)
  35. at net.minecraft.server.v1_4_R1.CrashReport.h(CrashReport.java:43)
  36. at net.minecraft.server.v1_4_R1.CrashReport.<init>(CrashReport.java:30)
  37. at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:434)
  38. at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
  39.  
  40. Profiler Position: N/A (disabled)
  41. Is Modded: Definitely; Server brand changed to 'craftbukkit'
  42. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement