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.
Fresh clone of main (also tested last CI-green 67ddf93), Java 21, Windows.
gradlew install+:or-cache:freshCachesucceed (LIVE rev 239 cache, or2 2.4.12 and 2.4.14 both tested). Boot fails:Investigated:
gamevals-binary/gamevals.dat(PackGameVals output) contains slayer_rewards clientscript names but notasks_slot_1component 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.