View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000654 | OpenIV | General | public | 2019-07-14 09:07 | 2019-07-30 11:03 |
Reporter | chevyman21 | Assigned To | Team | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Windows | OS | 10 (64-bit, 32-bit) | OS Version | 10.0 |
Product Version | 3.1 | ||||
Target Version | 3.2 | Fixed in Version | 3.2 | ||
Summary | 0000654: Improve method of reading unsigned integer values from XML/META files (GTAV/PSO) | ||||
Description | Change 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 ~~~ | ||||
Tags | No tags attached. | ||||
Game | Grand Theft Auto V | ||||
|
openiv save fail error.zip (2,705,300 bytes) |
|
Please provide the lines you are trying to insert. And your copy of carcols if it is already changed. |
|
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. |
|
Where are the files? |
|
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) |
|
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. |
|
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? |
|
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 |
|
There are two values like this: <sequencer value="-858993460"/> Change them both to: <sequencer value="3435973836"/> And it should work. |
|
thank you |
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 |