Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] is that with your modified reader?

[DiscordArchive] is that with your modified reader?

[DiscordArchive] is that with your modified reader?

Pages (3): 1 2 3 Next
rektbyfaith
Administrator
0
11-04-2018, 05:20 PM
#1
Archived author: Marlamin • Posted: 2018-11-04T17:20:30.868000+00:00
Original source

is that with your modified reader?
rektbyfaith
11-04-2018, 05:20 PM #1

Archived author: Marlamin • Posted: 2018-11-04T17:20:30.868000+00:00
Original source

is that with your modified reader?

rektbyfaith
Administrator
0
11-04-2018, 05:20 PM
#2
Archived author: Marlamin • Posted: 2018-11-04T17:20:35.365000+00:00
Original source

because i would suspect an issue there then
rektbyfaith
11-04-2018, 05:20 PM #2

Archived author: Marlamin • Posted: 2018-11-04T17:20:35.365000+00:00
Original source

because i would suspect an issue there then

rektbyfaith
Administrator
0
11-04-2018, 05:21 PM
#3
Archived author: MaxtorCoder • Posted: 2018-11-04T17:21:24.370000+00:00
Original source

It worked before.
rektbyfaith
11-04-2018, 05:21 PM #3

Archived author: MaxtorCoder • Posted: 2018-11-04T17:21:24.370000+00:00
Original source

It worked before.

rektbyfaith
Administrator
0
11-04-2018, 05:21 PM
#4
Archived author: MaxtorCoder • Posted: 2018-11-04T17:21:31.363000+00:00
Original source

rektbyfaith
11-04-2018, 05:21 PM #4

Archived author: MaxtorCoder • Posted: 2018-11-04T17:21:31.363000+00:00
Original source

rektbyfaith
Administrator
0
11-04-2018, 05:24 PM
#5
Archived author: Marlamin • Posted: 2018-11-04T17:24:51.780000+00:00
Original source

before you rewrote it?
rektbyfaith
11-04-2018, 05:24 PM #5

Archived author: Marlamin • Posted: 2018-11-04T17:24:51.780000+00:00
Original source

before you rewrote it?

rektbyfaith
Administrator
0
11-04-2018, 05:31 PM
#6
Archived author: MaxtorCoder • Posted: 2018-11-04T17:31:35.520000+00:00
Original source

I haven't rewritten the ByteReader stuff
rektbyfaith
11-04-2018, 05:31 PM #6

Archived author: MaxtorCoder • Posted: 2018-11-04T17:31:35.520000+00:00
Original source

I haven't rewritten the ByteReader stuff

rektbyfaith
Administrator
0
11-04-2018, 05:32 PM
#7
Archived author: MaxtorCoder • Posted: 2018-11-04T17:32:03.510000+00:00
Original source

I only added ReadSignedUInt64 or what ever that function was
rektbyfaith
11-04-2018, 05:32 PM #7

Archived author: MaxtorCoder • Posted: 2018-11-04T17:32:03.510000+00:00
Original source

I only added ReadSignedUInt64 or what ever that function was

rektbyfaith
Administrator
0
11-04-2018, 05:35 PM
#8
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)
```
rektbyfaith
11-04-2018, 05:35 PM #8

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)
```

rektbyfaith
Administrator
0
11-04-2018, 05:35 PM
#9
Archived author: MaxtorCoder • Posted: 2018-11-04T17:35:49.267000+00:00
Original source

The error log
rektbyfaith
11-04-2018, 05:35 PM #9

Archived author: MaxtorCoder • Posted: 2018-11-04T17:35:49.267000+00:00
Original source

The error log

rektbyfaith
Administrator
0
11-04-2018, 05:35 PM
#10
Archived author: MaxtorCoder • Posted: 2018-11-04T17:35:50.621000+00:00
Original source

Sort off
rektbyfaith
11-04-2018, 05:35 PM #10

Archived author: MaxtorCoder • Posted: 2018-11-04T17:35:50.621000+00:00
Original source

Sort off

Pages (3): 1 2 3 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)