Jump to content
  • 0

Error when importing a WorldPainter world


Message added by TopicLocker3000

This topic was automatically locked after 6 months of inactivity. If you are the topic owner, please contact a moderator to have it unlocked.

Question

Hi everyone,

When loading a world created with WorldPainter, I get this error:

https://imgur.com/ViVYYLN

System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at import.Chunk.Section.Load(NBTCompound nbtSection, BlockFormat blockFormat, StorageFormat storageFormat)
   at import.Chunk.Load()
   at import.Region.Load()
   at import.World.GetRegion(Int32 x, Int32 y)
   at import.World.GetChunk(Int32 x, Int32 y)
   at import.frmImport.UpdateXYMap(Int32 x, Int32 y)
   at import.frmImport.LoadWorld(String filename)
   at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
   at System.Windows.Forms.ComboBox.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

The world had already been loaded in-game before importing to mine-imator.

If anyone could help me that would be awesome!

Link to post
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    No registered users viewing this page.

  • Create New...