Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Unknown section REF_V2 #35

Closed
intelligide opened this issue Jun 26, 2017 · 1 comment
Closed

Unknown section REF_V2 #35

intelligide opened this issue Jun 26, 2017 · 1 comment

Comments

@intelligide
Copy link
Contributor

Hi,
I found a new section:

There were 1 unknown sections: {'REF_V2'} (see console log for more details)

Unknown section at offset 552736 with tag=REF_ version=2 repetitions=1 sectionLengthInBytes=160 guessedUnusedSectionBytes=4 guessedBytesPerEntry=156.0

So, i'm trying to define this section. I did:
Hi

I dont know








And i fix this error:

Field MODL.unknownMaybeRef1 can be marked as a reference pointing to REF_

With:

<field name="unknownMaybeRef1" type="Reference" refTo="REF_" since-version="28" />

But, i got an error:

Unable to load all data: There were 4 unreferenced sections. View log for details

WARNING: CHARV0 (14 repetitions) got 0 times referenced
  -> Found a reference at offset 0 in a section of type REF_V2
Offsets of REF_ in version 2:
0: entries
4: index
8: flags
WARNING: LAYRV26 (1 repetitions) got 0 times referenced
  -> Found a reference at offset 8 in a section of type REF_V2

WARNING: LAYRV26 (1 repetitions) got 0 times referenced
  -> Found a reference at offset 8 in a section of type REF_V2

WARNING: LAYRV26 (1 repetitions) got 0 times referenced
  -> Found a reference at offset 8 in a section of type REF_V2

I do not understand, a Reference has a size of 4 bytes. So I can only put the LAYR reference at offset 12, not 8. what's wrong ?

There are the data of the section:

0E 00 00 00  9F 00 00 00  00 00 00 00  00 00 00 00 
01 00 00 00  1F 4F 4B 75  CD CC 4C 3F  00 00 00 00 
FF FF FF FF  01 00 00 00  48 1E 90 5E  00 00 D3 43  
00 00 00 00  FF FF FF FF  01 00 00 00  6A AF 28 24 
00 00 00 00  00 00 00 00  FF FF FF FF  01 00 00 00  
70 13 E2 27  00 00 34 42  00 00 00 00  FF FF FF FF  
01 00 00 00  51 57 59 25  00 00 20 41  00 00 00 00  
FF FF FF FF  01 00 00 00  A0 00 00 00  00 00 00 00  
01 00 00 00  A1 00 00 00  00 00 00 00  01 00 00 00  
A3 00 00 00  00 00 00 00  0A 00 00 00  AA AA AA AA
@flo
Copy link
Owner

flo commented Jan 22, 2018

References have more than 4 bytes.. The Data structure REF_ prepresents ar reference for example with 12 bytes. The first message looks like a bug.

However since I don't plan to maintain this addon I will close this ticket now. Sorry.

@flo flo closed this as completed Jan 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants