When I click the repeat the roll button on a chat card, I get a red notification saying: Dice roll evaluation failed: Cannot read property 'formula' of undefined.
To reproduce in FoundryVTT 0.8.8
Create a new world using Dnd5e system 1.4.1
Enable Better Rolls 1.6.4, libWrapper 1.8.0.0
Create a new scene (you can use all the defaults)
Drag a compendium character into scene (I used "Akra (dragonborn cleric)")
Roll an insight check (rolls and pops a card in the chat)
Click on the repeat the roll button on the card
The above has some example values, but I've seen this with every roll for every character that I tried.
Traceback in the console is:
fields.js:82 Uncaught (in promise) TypeError: Cannot read property 'formula' of undefined
at Function.constructMultiRoll (fields.js:82)
at Function.constructModelsFromField (fields.js:446)
at CustomItemRoll._processField (custom-roll.js:964)
at async CustomItemRoll.roll (custom-roll.js:698)
at async CustomItemRoll.toMessage (custom-roll.js:812)
at async CustomItemRoll.repeat (custom-roll.js:890)
at async BetterRollsChatCard._performAction (chat-message.js:350)
at async HTMLDivElement.<anonymous> (chat-message.js:328)
When I click the repeat the roll button on a chat card, I get a red notification saying: Dice roll evaluation failed: Cannot read property 'formula' of undefined.
To reproduce in FoundryVTT 0.8.8
The above has some example values, but I've seen this with every roll for every character that I tried.
Traceback in the console is: