[DiscordArchive] is that with your modified reader?
[DiscordArchive] is that with your modified reader?
Archived author: Marlamin • Posted: 2018-11-04T17:20:30.868000+00:00
Original source
is that with your modified reader?
Archived author: Marlamin • Posted: 2018-11-04T17:20:35.365000+00:00
Original source
because i would suspect an issue there then
Archived author: MaxtorCoder • Posted: 2018-11-04T17:21:24.370000+00:00
Original source
It worked before.
Archived author: MaxtorCoder • Posted: 2018-11-04T17:21:31.363000+00:00
Original source
Archived author: Marlamin • Posted: 2018-11-04T17:24:51.780000+00:00
Original source
before you rewrote it?
Archived author: MaxtorCoder • Posted: 2018-11-04T17:31:35.520000+00:00
Original source
I haven't rewritten the ByteReader stuff
Archived author: MaxtorCoder • Posted: 2018-11-04T17:32:03.510000+00:00
Original source
I only added ReadSignedUInt64 or what ever that function was
Archived author: MaxtorCoder • Posted: 2018-11-04T17:35:39.160000+00:00
Original source
```
IndexOutOfRangeException: Index was outside the bounds of the array.
DB2+BitReader.ReadUInt64 (System.Int32 numBits) (at Assets/Data/WoW Format Parsers/DB2/DB2.cs:89)
DB2+BitReader.ReadValue64 (System.Int32 numBits) (at Assets/Data/WoW Format Parsers/DB2/DB2.cs:107)
DB2+WDC1Row.GetFieldValue[T] (System.Int32 Id, DB2+BitReader r, DB2+FieldMetaData fieldMeta, DB2+ColumnMetaData columnMeta, DB2+Value32[] palletData, System.Collections.Generic.Dictionary`2[TKey,TValue] commonData) (at Assets/Data/WoW Format Parsers/DB2/WDC1.cs:142)
DB2+WDC1Row..ctor (DB2+DB2Reader reader, DB2+BitReader data, System.Int32 id, System.Nullable`1[T] refData, System.Int32 recordIndex) (at Assets/Data/WoW Format Parsers/DB2/WDC1.cs:50)
DB2+WDC1..ctor (System.String fileName, System.IO.Stream stream) (at Assets/Data/WoW Format Parsers/DB2/WDC1.cs:357)
DB2.Read (System.String fileName) (at Assets/Data/WoW Format Parsers/DB2/DB2.cs:47)
DevTools.ReadDB2 (System.String filename) (at Assets/UI/DevTools.cs:11)
```
Archived author: MaxtorCoder • Posted: 2018-11-04T17:35:49.267000+00:00
Original source
The error log
Archived author: MaxtorCoder • Posted: 2018-11-04T17:35:50.621000+00:00
Original source
Sort off