Log in

View Full Version : Drop dice+bonus result into a table - ActorManager.getActor - DEPRECATED



Engelmann
March 9th, 2022, 17:31
Hi,
Here is the background :
- FGU (latest)

Ruleset :
- MoreCore (CoreRPG)

Extensions :
- Calendar plus
- CoreRPG - AudioOverseer
- Feature : Moon Tracker
- Forgotten Realms Calendar Supporting
- PFRPG2. Theme.Sword.and.Sorcery

I have a player stat that is preset with dice (d100+bonus).
I drag the dice into a table with other tables embedded (multi level tables).

It works fine except that I have following message before any throw:

ActorManager.getActor - DEPRECATED - 2021-01-01 - Contact forge/extension author

Any clue how to handle this ?

Thanks

51936

Moon Wizard
March 9th, 2022, 17:47
The function mentioned was deprecated 14 months ago; and will soon be removed completely. The extra warning message has been in the console for the last year to give extension developers time to migrate their code. It has been expanded to a chat message warning in order to prevent breaking extensions outright, while increasing the warning level.

I'm not familiar with those rulesets and extensions; but my guess is that MoreCore still has some of those references in place. Make sure that you have the latest version of MoreCore; and report in the MoreCore thread. You could also try without extensions to rule those out.

Regards,
JPG

Zacchaeus
March 9th, 2022, 17:49
The problem will be with one of your extensions. Make sure you have the latest versions of them. Otherwise test in a new campaign and add the extensions one at a time until you find which one is causing the problem.

Engelmann
March 10th, 2022, 07:03
After testing a MoreCore from scratch with no extension activated, the problem still there.
I'll report to Damned.

Engelmann
March 10th, 2022, 15:08
After running the updater, the problem is fixed now. Thanks

damned
March 10th, 2022, 21:21
Thanks for the update Engelmann