SaveScum / skyrim-plugin-decoding-project

Automatically exported from code.google.com/p/skyrim-plugin-decoding-project
0 stars 0 forks source link

Chunk size error reported by the CK after copying a quest. #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select a quest flagged to start with an event. (000A2C86 will do)
2. Copy as override to a new file.
3. Load the new file into the CK.

What is the expected output?
The EditorWarnings.txt file should load without errors (as much as possible)

What do you see instead?
FORMS: Chunk size 5 too big in chunk ENAM_ID in form QUST_ID (000A2C86).
Max size is 4, data truncated to "CLO".

What version of the product are you using? On what operating system?
TES5Edit 3.0.23

Please provide any additional information below.
A chunk size error is considered fatal. Any mod that throws one is corrupted. 
In this case the chunk size error resulted in the quest losing its assigned 
event type.

Original issue reported on code.google.com by arthmoor on 25 Oct 2012 at 9:15

GoogleCodeExporter commented 9 years ago
Looks like it is not a null-terminated string (4+1=5 bytes), but simpy 4 byte 
array of chars. Ok I'll change it to array.

Original comment by zila...@gmail.com on 25 Oct 2012 at 10:43

GoogleCodeExporter commented 9 years ago
I pm'd you on forum.

Original comment by zila...@gmail.com on 25 Oct 2012 at 10:58

GoogleCodeExporter commented 9 years ago

Original comment by zila...@gmail.com on 25 Oct 2012 at 8:27