Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hello!

First of all, I would like to say that I really LOVE the way you rearranged everything in the updated version! ✦.✦
Now to answer your question, unfortunately yes, I do get an error message but this time, its when I open the menu screen after my characters have leveled up. I can open the menu screen just fine before my characters gain a level though. I tried moving your plugins around in my list of plugins, but that didnt work. I also tried turning off your plugins. When I did that and I tested the game, the error message didnt appear after I leveled up my characters. When I looked at the console log, your plugin wasnt listed there, so I hope its not a compatibility issue that can only be solved on VisuStellas side... :(

Anyway! The error that appears on the screen is the following:
Error
Uncaught TypeError: Failed to execute
'createLinearGradient' on 'CanvasRenderingContext2D':
The provided double value is non-finite.

And heres the screenshot for the console log:

(+1)

I took a look at the console log again and I turned off the plugin that appeared several times, in other words, I disabled the SkillStatesCore plugin and the plugins that needed the SkillStatesCore plugin to function(the SkillCooldowns plugin and the VisualStateEffects plugin). When I did that and I tested the game, the error message didnt appear. I hope this helps somehow.

(1 edit)

Hi there!

As I can see in the error log, I have no idea what is causing this, my plugins aren't listed there. My plugin doesn't draw anything. The only thing that he changes is the function paramBase of the Actor class. Still, it returns the same thing that the original one, the parameter value of the actor. I don't know what Visustella did since their plugins are obfuscated. But maybe is something related to how they access the parameter of the actor.

But in the forum, someone had the same error as you, using Visustella plugins, and he manages to solve it! Maybe you can take a look?

https://forums.rpgmakerweb.com/index.php?threads/eli-custom-parameter-curve-buil...

Hello!

Thanks for the quick reply! I see... Thats exactly what I feared. Ill give RK DracoRoy's solution a try. I hope itll fix my problem. Thanks again!