MineEdit icon indicating copy to clipboard operation
MineEdit copied to clipboard

Unable to load SMP-World

Open NobodysNightmare opened this issue 14 years ago • 0 comments

Trying to load my SMP-World following error occurs:

System.Collections.Generic.KeyNotFoundException: Player
   bei LibNbt.Tags.NbtCompound.Get[T](String tagName) in c:\Users\Rob\Documents\MineEdit\lib\LibNBT\LibNbt\Tags\NbtCompound.cs:Zeile 159.
   bei LibNbt.Tags.NbtCompound.Get(String tagName) in c:\Users\Rob\Documents\MineEdit\lib\LibNBT\LibNbt\Tags\NbtCompound.cs:Zeile 145.
   bei LibNbt.Tags.NbtCompound.Query[T](TagQuery query, Boolean bypassCheck) in c:\Users\Rob\Documents\MineEdit\lib\LibNBT\LibNbt\Tags\NbtCompound.cs:Zeile 102.
   bei LibNbt.Tags.NbtTag.Query[T](TagQuery query) in c:\Users\Rob\Documents\MineEdit\lib\LibNBT\LibNbt\Tags\NbtTag.cs:Zeile 24.
   bei LibNbt.Tags.NbtCompound.Query[T](TagQuery query, Boolean bypassCheck) in c:\Users\Rob\Documents\MineEdit\lib\LibNBT\LibNbt\Tags\NbtCompound.cs:Zeile 108.
   bei LibNbt.Tags.NbtTag.Query[T](TagQuery query) in c:\Users\Rob\Documents\MineEdit\lib\LibNBT\LibNbt\Tags\NbtTag.cs:Zeile 24.
   bei LibNbt.NbtFile.Query[T](String query) in c:\Users\Rob\Documents\MineEdit\lib\LibNBT\LibNbt\NbtFile.cs:Zeile 183.
   bei OpenMinecraft.InfdevHandler.GetInventory(Int32 slot, Int16& itemID, Int16& Damage, Byte& Count, String& failreason) in c:\Users\Rob\Documents\MineEdit\OpenMinecraft.Core\MapHandlers\InfdevHandler.cs:Zeile 1397.
   bei MineEdit.Inventory.ReadFromMap() in c:\Users\Rob\Documents\MineEdit\NBTForgeCS\UIControls\Inventory.cs:Zeile 141.
   bei MineEdit.Inventory.set_Map(IMapHandler value) in c:\Users\Rob\Documents\MineEdit\NBTForgeCS\UIControls\Inventory.cs:Zeile 75.
   bei MineEdit.frmMap.set_Map(IMapHandler value) in c:\Users\Rob\Documents\MineEdit\NBTForgeCS\frmMap.cs:Zeile 215.
   bei MineEdit.frmMain.OpenFile(Object sender, EventArgs e) in c:\Users\Rob\Documents\MineEdit\NBTForgeCS\frmMain.cs:Zeile 927.
   bei System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   bei System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   bei System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   bei System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   bei System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   bei System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ToolStrip.WndProc(Message& m)
   bei System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

is MineEdit not supposed to load SMP-World (as they have no Player) or am I doing something wrong here?

NobodysNightmare avatar Oct 10 '11 17:10 NobodysNightmare