Skip to content

Fresh clone won't boot: Missing mapping 'component.slayer_rewards:tasks_slot_1' — where do curated gameval mappings come from? #147

Description

@mainstreetrpstim-byte

Fresh clone of main (also tested last CI-green 67ddf93), Java 21, Windows.

gradlew install + :or-cache:freshCache succeed (LIVE rev 239 cache, or2 2.4.12 and 2.4.14 both tested). Boot fails:

Exception in thread "main" java.lang.IllegalStateException: Missing mapping for key: 'component.slayer_rewards:tasks_slot_1'
  at dev.openrune.definition.constants.ConstantProvider.getMapping(ConstantProvider.kt:125)
  at dev.openrune.rscm.RSCM.getRSCM(RSCM.kt:102)

Investigated: gamevals-binary/gamevals.dat (PackGameVals output) contains slayer_rewards clientscript names but no tasks_slot_1 component name; SymDumper.dumpAll output doesn't include it either; not in any dev.or2 jar resources (checked all/tools/osrs/definition/filestore 2.4.14); not in the hosting repo. So it looks like a curated component-name file that exists locally for the team but isn't shipped or generated by the gradle flow.

What's the intended way for a fresh clone to obtain the curated gameval/component mappings (slayer_rewards:tasks_slot_* and any others content references)? A doc pointer or the missing file/task would be much appreciated — happy to PR a README note once I know the flow.

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