View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0026825 | AI War 2 | Bug - Other | Apr 3, 2022 11:29 am | Apr 21, 2022 10:07 pm | |
Reporter | Lord Of Nothing | Assigned To | Daniexpert | ||
Status | resolved | Resolution | fixed | ||
Product Version | 4.009 Architrave Taming | ||||
Fixed in Version | 5.000 End Of An Era | ||||
Summary | 0026825: Error on starting game with DLC2 but not DLC1. | ||||
Description | If I load the game with DLC2 enabled but not DLC1, I get the following error during the initial asset load: 4/3/2022 4:25:11 PM 4.009 SINGLEP Windshield Wiping (0.0900s) 4/3/2022 4:25:12 PM 4.009 SINGLEP DELAYED16 TID7 Table GameEntityTypeDataTable was asked for record with InternalName='MakeshiftDrone' but it's not there. You may be missing a mod or an expansion. 4/3/2022 4:25:12 PM 4.009 SINGLEP DELAYED17 TID7 No counting set up for DLC2MakeshiftDrone. is this by design? If so, is_expecting_to_not_be_encyclopedia_counted_at_all='true' should be set. If not, then please set encyclopedia_counting_redirects_to='RowOfYourChoice' so that it will be counted properly in that other row. 4/3/2022 4:25:12 PM 4.009 SINGLEP Last Organizational Modeling (0.2841s) | ||||
Tags | No tags attached. | ||||
|
|
|
This is an interesting one. This happens with the line encyclopedia_counting_redirects_to="MakeshiftDrone", when DLC1 is not installed, because MakeshiftDrone does not then exist. I am guessing that encyclopedia_counting_redirects_to needs to check for the target not existing in a non-offensive way (in other words, if it doesn't find it, ignore it rather than complain), and if it's not found then run the usual logic. r17160 is my initial guess at a fix for this Daniexpert, but if you wouldn't mind looking into it further that would be awesome. |
|
I'll check it and reduce the verbosity if necessary. |
|
* Fixed error complaining for missing DLC1 when DLC2 is active. ** It regarded Makeshift Drones missing the encyclopedia_counting_redirects_to that is set to the DLC1's Makeshift Drones. ** Added a new "skip_error_message_if_encyclopedia_counting_goes_to_is_missing" tag to prevent the game from complaining in this edge cases. Thank you! |
Date Modified | Username | Field | Change |
---|---|---|---|
Apr 3, 2022 11:29 am | Lord Of Nothing | New Issue | |
Apr 3, 2022 11:30 am | Lord Of Nothing | Note Added: 0065692 | |
Apr 3, 2022 11:30 am | Lord Of Nothing | File Added: ArcenDebugLog.txt | |
Apr 3, 2022 8:01 pm | Chris_McElligottPark | Assigned To | => Daniexpert |
Apr 3, 2022 8:01 pm | Chris_McElligottPark | Status | new => assigned |
Apr 3, 2022 8:05 pm | Chris_McElligottPark | Note Added: 0065716 | |
Apr 3, 2022 8:07 pm | Daniexpert | Note Added: 0065717 | |
Apr 21, 2022 10:07 pm | Daniexpert | Note Added: 0066239 | |
Apr 21, 2022 10:07 pm | Daniexpert | Status | assigned => resolved |
Apr 21, 2022 10:07 pm | Daniexpert | Resolution | open => fixed |
Apr 21, 2022 10:07 pm | Daniexpert | Fixed in Version | => 5.000 End Of An Era |