On game load, the following warning appears in the log:
2026-03-20 22:55:48.082 :48 [info lp2572] Vehicle configuration file ...vehicleConfigurations.xml does not exist.
2026-03-20 22:55:48.093 Warning: Could not retrieve GUI profile 'ingameMenuAILimitReached'. Using base reference profile instead.
2026-03-20 22:55:48.165 :48 [info lp2572] Current mod name: FS25_Courseplay, Current version: 8.1.0.3, Last version: 8.1.0.3
The warning originates from this declaration in config/gui/pages/CourseGeneratorFrame.xml, line 134:
<Text profile="ingameMenuAILimitReached" id="limitReachedWarning"
text="$l10n_ai_warningLimitReached" visible="false"/>
Additional observations:
- The profile
ingameMenuAILimitReached is not defined anywhere in the mod's own files
-
- There are no Lua references to
self.limitReachedWarning anywhere in the mod
-
-
- The translation key
ai_warningLimitReached does not appear elsewhere in the mod
Tested with Courseplay 8.1.0.3 on FS25 1.17.x.
log.txt
On game load, the following warning appears in the log:
The warning originates from this declaration in
config/gui/pages/CourseGeneratorFrame.xml, line 134:Additional observations:
ingameMenuAILimitReachedis not defined anywhere in the mod's own filesself.limitReachedWarninganywhere in the modai_warningLimitReacheddoes not appear elsewhere in the modTested with Courseplay 8.1.0.3 on FS25 1.17.x.
log.txt