You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to load my SMP-World following error occurs:
is MineEdit not supposed to load SMP-World (as they have no Player) or am I doing something wrong here?
The text was updated successfully, but these errors were encountered: