SaveScum / skyrim-plugin-decoding-project

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

AV when adding script properties #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy VoicePowers "Voice Powers" [QUST:00013E06] as override into new file
2. Right click on "Properties" and Add a new one
3. Editing added property causes AV.

What is the expected output?
No AV

What do you see instead?
AV

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

Please provide any additional information below.
I'm not sure it is fixable because property type is undefined in newly added 
entries. So what do you think about it?
1) fix it if possible.
2) don't fix and update readme that adding/removing VMAD entries is not 
supported.
3) Hide Add/Remove menu options in UI when editing VMAD.

Original issue reported on code.google.com by zila...@gmail.com on 28 Mar 2013 at 1:34

GoogleCodeExporter commented 9 years ago
I can fix it by removing the restriction on variable size struct in 
TwbStruct.GetSize.
That restriction came from issue when adding or copying records, but it is 
likely later changes have made that superfluous.

Likely as: requires verification...

Original comment by HuguesLe...@gmail.com on 28 Mar 2013 at 10:27

GoogleCodeExporter commented 9 years ago
Cannot be fixed easaly. Adding script properties forbidden instead.

Original comment by HuguesLe...@gmail.com on 28 Apr 2013 at 12:18