ruipin/fvtt-lib-wrapper

"Failed to initialise Plutonium!" On forge.vtt

Closed this issue · 1 comments

"libWrapper: Can't wrap 'Token.prototype._onUpdateTokenActor', target does not exist or could not be found."
image
Not sure what this really means or how to fix it.

As the error message says very prominently in the first line, this is an error with a module that uses libWrapper, not libWrapper itself.

You probably should start by reporting this issue to the creators of said module, especially considering the module in question.

For reference, the error is complaining that said module is trying to wrap the method Token.prototype._onUpdateTokenActor, but this method does not exist in the version of Foundry you are currently running. This indicates to me that this module does not yet support said version of Foundry. I assume you recently updated to 0.8.6, and the module does not yet support it.

Closing this issue as invalid.