WDBXEditor
WDBXEditor copied to clipboard
WDC3 known problems
- [ ] If the file has already been modified by WDBX before, saving it again results in an error
- [ ] Some files cannot be opened, error: Index was outside the bounds of the array/Reading after the end of the stream is not possible/An item with the same key has already been added...
- [ ] Some Definitions are not up to date
- [ ] Server crashes when trying to read modified WDBX file (Only using Hotfixes)
- [ ] Some new lines entered into the file are not read by the server/client
I discovered that in WDC3.cs on line 272 is where the error 'Index was outside the bounds of the array' is occurring. For instance if you try to load the ItemDisplayInfo.db2 it crashes on column 14, because the variable c is 28 at that point, and index 28 does not exist in the columnSizes array