Advertisement
Guest User

Untitled

a guest
Jun 26th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Ouch. That hurt :(
  3.  
  4. Time: 6/19/13 2:01 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NullPointerException
  8. at net.minecraft.server.v1_5_R3.DedicatedServer.an(DedicatedServer.java:258)
  9. at net.minecraft.server.v1_5_R3.DedicatedServer.a(DedicatedServer.java:204)
  10. at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:417)
  11. at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
  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.5.2
  20. Operating System: Linux (amd64) version 2.6.32-5-amd64
  21. Java Version: 1.7.0_21, Oracle Corporation
  22. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  23. Memory: 8017293720 bytes (7645 MB) / 8232042496 bytes (7850 MB) up to 8232042496 bytes (7850 MB)
  24. JVM Flags: 2 total; -Xmx8G -Xms8G
  25. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  26. Suspicious classes: [net.minecraft.server.v1_5_R3.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.TerminalFactory, Terminal, Flavor, ...], [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.v1_5_R3.LoggerOutputStream, CraftServer], [org.bukkit.craftbukkit.v1_5_R3.inventory.CraftItemStack, CraftInventory, CraftInventoryDoubleChest, ...], [org.bukkit.craftbukkit.v1_5_R3.potion.CraftPotionEffectType], [org.bukkit.craftbukkit.v1_5_R3.util.Waitable, ServerShutdownThread, TerminalConsoleHandler, ...], [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.inventory.InventoryMoveItemEvent], [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, Inventory, DoubleChestInventory, ...], [org.bukkit.map.MapView], [org.bukkit.metadata.Metadatable], [org.bukkit.permissions.ServerOperator, Permissible], [org.bukkit.plugin.messaging.PluginMessageRecipient], [org.bukkit.potion.PotionEffectType, PotionEffectTypeWrapper], [org.fusesource.jansi.AnsiOutputStream, Ansi, NoAnsi, ...]
  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:72)
  33. at org.bukkit.craftbukkit.v1_5_R3.CraftCrashReport.call(CraftCrashReport.java:20)
  34. at net.minecraft.server.v1_5_R3.CrashReportSystemDetails.a(SourceFile:74)
  35. at net.minecraft.server.v1_5_R3.CrashReport.h(CrashReport.java:41)
  36. at net.minecraft.server.v1_5_R3.CrashReport.<init>(CrashReport.java:28)
  37. at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:427)
  38. at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
  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