Skip to content

Warning: GUI profile 'ingameMenuAILimitReached' not found in CourseGeneratorFrame.xml #1218

@CrankyAnt

Description

@CrankyAnt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions