Hello, the current GRF editor 1.8.4.1 is not compatible with the latest KrO client 20220119, such as some maps( 1@iwp 、 1@jorchs 、 1@jorlab ), an error prompt will appear directly after opening. Will you update a higher version to view these map contents?
-------------- Message --------------
Index out of range. Must be non negative and less than the collection size.
Parameter name: StartIndex
-------------- Stack trace --------------
GrfToWpfBridge.Application.DefaultErrorHandler._reportAnyManagedExceptions(String message, Exception exception, ErrorLevel errorLevel)
GrfToWpfBridge.Application.DefaultErrorHandler.Handle(Exception exception, ErrorLevel errorLevel)
GRFEditor.WPF.PreviewTabs.PreviewGnd._load(FileEntry entry)
GRFEditor.WPF.PreviewTabs.FilePreviewTab._baseLoad(FileEntry entry)
GRFEditor.WPF.PreviewTabs.FilePreviewTab.<Update>b__2()
System.Threading.ThreadHelper.ThreadStart_Context(Object state)
System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
System.Threading.ThreadHelper.ThreadStart()
-------------- Exception --------------
System. Argumentoutofrangeexception: index out of range. Must be non negative and less than the collection size.
Parameter name: StartIndex
System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
System.BitConverter.ToInt32(Byte[] value, Int32 startIndex)
GRF.IO.ByteReader.Int32()
GRF.FileFormats.RswFormat.Rsw._loadOjbects(IBinaryReader reader)
GRF.FileFormats.RswFormat.Rsw..ctor(IBinaryReader reader)
GRF.FileFormats.RswFormat.Rsw..ctor(MultiType data)
GRFEditor.WPF.PreviewTabs.PreviewGnd._load(FileEntry entry)