View Issue Details

IDProjectCategoryView StatusLast Update
0000654OpenIVGeneralpublic2019-07-30 11:03
Reporterchevyman21Assigned ToTeam 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformWindowsOS10 (64-bit, 32-bit)OS Version10.0
Product Version3.1 
Target Version3.2Fixed in Version3.2 
Summary0000654: Improve method of reading unsigned integer values from XML/META files (GTAV/PSO)
DescriptionChange range checks during reading unsigned integer values from XML/META to improve support for user created XMLs.

~~~ Original issue ~~~

I was adding a new light and siren to my carcols file, after these edits where made i get an error that openiv cannot save this file right now, please try again later.

copied data from notepad++, clicked edit mode in openiv, clicked edit on carcols file, pasted in file at line 12230, clicked save and then the error appeared.

~~~ Original issue ~~~
TagsNo tags attached.
GameGrand Theft Auto V

Activities

chevyman21

2019-07-14 09:07

reporter  

openiv save fail error.zip (2,705,300 bytes)

Team

2019-07-16 19:36

developer   ~0000487

Please provide the lines you are trying to insert. And your copy of carcols if it is already changed.

chevyman21

2019-07-17 03:32

reporter   ~0000488

I provided a copy of both my current carcols file and carcols file which contains the lines I am supposed to add. I've changed the name of the carcols file that I am supposed to add to "carcols addition" to make this obvious and easier for you. If it helps, the additional files come from 2017 Camaro found on the lcpdfr website. I have carcol for other vehicles i need to add also, so hopefully you can get this issue resolved soon.

Team

2019-07-17 18:49

developer   ~0000489

Where are the files?

chevyman21

2019-07-19 03:38

reporter   ~0000490

I don't know why they didn't show up. I added them again.

carcols addition.meta (32,450 bytes)
carcols.ymt (455,660 bytes)

Team

2019-07-19 20:02

developer   ~0000491

In the code you whant to insert there is Lights Item with ID value = 990. OpenIV cannot save this into binary PSO format because this value is one byte number. So, it's limited to 255 max.

id_error.png (6,383 bytes)
id_error.png (6,383 bytes)

chevyman21

2019-07-21 06:18

reporter   ~0000493

Thanks for the help, I will change this number to something within the limits. Is there a way to increase this max limit as I have found similar issues with other vehicle mods?

chevyman21

2019-07-21 22:19

reporter   ~0000494

I was able to change the id value 990 and and save successfully, however when i try to insert the siren data id value 19 from the same file it is once again unable to save

Team

2019-07-24 21:13

developer   ~0000496

There are two values like this:
<sequencer value="-858993460"/>

Change them both to:
<sequencer value="3435973836"/>

And it should work.

chevyman21

2019-07-29 06:10

reporter   ~0000498

thank you

Issue History

Date Modified Username Field Change
2019-07-14 09:07 chevyman21 New Issue
2019-07-14 09:07 chevyman21 File Added: openiv save fail error.zip
2019-07-16 19:36 Team Status new => feedback
2019-07-16 19:36 Team Note Added: 0000487
2019-07-17 03:32 chevyman21 Note Added: 0000488
2019-07-17 03:32 chevyman21 Status feedback => new
2019-07-17 18:49 Team Status new => feedback
2019-07-17 18:49 Team Note Added: 0000489
2019-07-19 03:38 chevyman21 File Added: carcols addition.meta
2019-07-19 03:38 chevyman21 File Added: carcols.ymt
2019-07-19 03:38 chevyman21 Note Added: 0000490
2019-07-19 03:38 chevyman21 Status feedback => new
2019-07-19 20:02 Team File Added: id_error.png
2019-07-19 20:02 Team Note Added: 0000491
2019-07-19 20:02 Team Status new => feedback
2019-07-21 06:18 chevyman21 Note Added: 0000493
2019-07-21 06:18 chevyman21 Status feedback => new
2019-07-21 22:19 chevyman21 Note Added: 0000494
2019-07-24 21:13 Team Status new => feedback
2019-07-24 21:13 Team Note Added: 0000496
2019-07-29 06:10 chevyman21 Note Added: 0000498
2019-07-29 06:10 chevyman21 Status feedback => new
2019-07-30 11:03 Team Assigned To => Team
2019-07-30 11:03 Team Status new => resolved
2019-07-30 11:03 Team Resolution open => fixed
2019-07-30 11:03 Team Category Archive editing => General
2019-07-30 11:03 Team Fixed in Version => 3.2
2019-07-30 11:03 Team Target Version => 3.2
2019-07-30 11:03 Team Summary After modifing a file it will not save => Improve method of reading unsigned integer values from XML/META files (GTAV/PSO)
2019-07-30 11:03 Team Description Updated View Revisions
2019-07-30 11:03 Team Steps to Reproduce Updated View Revisions