09-14-2014, 03:12 AM
(08-27-2014, 12:27 AM)qualia Wrote: Hello
I´ve been messing with "Gears of War PC" lately, and I keep bumping into very similar line:
"....
// Failed to decompile this line:
/* ReturnToken NothingToken */
// Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
...."
i.e.:
Code:...
or
Code:...
These are just examples: its found in many different scripts across the entire codebase. Its the same in version 1.2.2.1 and also in 1.2.6.0. Other games I´ve tried (GoW3, GoWJ, BatmanAA, UDK) do not have such errors (or any AFAIK?).
If its not an issue or a bug within the UE Eplorer, please excuse my ignorance. I´m not a programmer, just very curious and still very new to the entire concept...
Thank you for any information on this.
Definitely a bug with the deserializing of GoW PC packages.
The following error:
Code:
//return;
// Failed to decompile this line:
/* ReturnToken NothingToken */
// Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Equals to
Code:
return;