Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WDC3 known problems #99

Open
5 tasks
Luzifix opened this issue Aug 5, 2020 · 1 comment
Open
5 tasks

WDC3 known problems #99

Luzifix opened this issue Aug 5, 2020 · 1 comment

Comments

@Luzifix
Copy link
Collaborator

Luzifix commented Aug 5, 2020

  • 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
@jeffbdavenport
Copy link

jeffbdavenport commented Apr 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants