(02-09-2017, 02:52 AM)GentleSlayer Wrote: Hello!
I must say I really enjoy your Data Changer!
I don't know if this is only affecting me, but when I try to open a stage file the program crashes (like stage1.dat).
However if I double click on the stage file, it opens up normally, but when I switch tabs and try to come back to the stage's
tab, the program crashes.
I'm using Neora but I don't remember having a problem opening the files before.
I think it's because file stage.dat don't have sprites, and files like davis.dat or davis_ball.dat have sprites.
I have problem with your data changer. It worked perfectly, but now when I try to open a .dat file, or just only program, it crashes and gives this error:
Code:
System.InvalidOperationException: The dock state is invalid.
w WeifenLuo.WinFormsUI.Docking.DockContentHandler.SetDockState(Boolean isHidden, DockState visibleState, DockPane oldPane)
w WeifenLuo.WinFormsUI.Docking.DockPane.RefreshStateChange(INestedPanesContainer oldContainer, DockState oldDockState)
w WeifenLuo.WinFormsUI.Docking.DockPane.InternalAddToDockList(INestedPanesContainer container, DockPane prevPane, DockAlignment alignment, Double proportion)
w WeifenLuo.WinFormsUI.Docking.DockPane.DockTo(INestedPanesContainer container, DockPane previousPane, DockAlignment alignment, Double proportion)
w WeifenLuo.WinFormsUI.Docking.DockPanel.Persistor.LoadFromXml(DockPanel dockPanel, Stream stream, DeserializeDockContent deserializeContent, Boolean closeStream)
w WeifenLuo.WinFormsUI.Docking.DockPanel.Persistor.LoadFromXml(DockPanel dockPanel, String fileName, DeserializeDockContent deserializeContent)
w WeifenLuo.WinFormsUI.Docking.DockPanel.LoadFromXml(String fileName, DeserializeDockContent deserializeContent)
w LF2.IDE.MainForm..ctor(String[] args)
w LF2.IDE.Program.Main(String[] args)