[Bug]: Second joker asset missing in the default table "Standard w/ Joker"
Opened this issue · 3 comments
Describe the Bug
The default table "Standard w/ Joker" is missing the asset for one of the jokers causing errors in the MapTool log.
Originally raised in Discord: https://discord.com/channels/296230822262865920/1406814454758379621
To Reproduce
- Open a new campaign in MapTool 1.17.1 or 1.18.3
- Help -> Add Default Tables...
- Open the table "Standard w/ Joker"
- Observe the asset at Range = 54 is missing and showing a red 'X'
- Save campaign.
- Tool -> Open Log Console
- Re-open campaign, observe log entry
WARN net.rptools.maptool.util.PersistenceUtil - Reference to 'broken' asset 'assets/d9babe6a911b8409c85a7f7bd2360f43' not restored. - On autosave, observe log entry
ERROR net.rptools.maptool.util.PersistenceUtil - AssetId d9babe6a911b8409c85a7f7bd2360f43 not found while saving?!
Expected Behaviour
All default tables should reference correct and real assets.
Screenshots
MapTool Info
1.17.1, 1.18.3
Desktop
No response
Additional Context
To fix this particular missing joker in my MapTool campaign file, the following worked for me:
- open the campaign file
- open the tables panel
- edit the "Standard w/ Joker" table
- go to the range 54 and you will see a red 'X' where the image should be
- press the little green plus button to replace the broken image and select an image from the library (e.g. Default/Cards/xJoker)
- click Accept to save the table
- save the campaign
Poking @bubblobill on this one as I recall he added the second Joker semi-recently #1375
Ping someone else :p
My investigation into a fix have led me to think that there needs to be a new release of https://github.com/RPTools/maptool-resources published to incorporate the second joker image provided in: RPTools/maptool-resources#4. Someone with more permissions and know-how than I would need to do this...
Then https://github.com/RPTools/maptool/blob/develop/gradle/libs.versions.toml#L165 needs to be updated to point this new published version.