Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hi, nice plugin. But it´s collides with ocram plugin.  Do you know why?
With Ocram come the error:

Error
GGZ Formation Manager -> One of the entries in List parameter have incorrect data. Open the console, to see the data that it fails to parse.

(1 edit)

Hello!

Hmm, which of the Ocram plugins conflict with mine? I need to replicate the error to be able to investigate the reason. 

Also, did you try to disable Ocram's plugin, to make sure the error is really because colide, but not incorrect data input?

(+1)

I use Visustella Plugins too, but i tried something and it´s collide only with Ocram and your Plugin. IT´s started with ocram_core.
The Error on Devtool:

Uncaught Error: GGZ Formation Manager -> One of the entries in List parameter have incorrect data. Open the console, to see the data that it fails to parse.
at Object.GGZiron.FormationManager.parseNewIpt (GGZFormationManager.js:1526)
at Object.GGZiron.FormationManager.ipdArr (GGZFormationManager.js:1551)    at Object.GGZiron.FormationManager.ipdObj (GGZFormationManager.js:1574)    at Object.GGZiron.FormationManager.ipdObj (GGZFormationManager.js:1577)    at Object.GGZiron.FormationManager.interpretParametersData (GGZFormationManager.js:1586)
at GGZFormationManager.js:1590

Found what cause the troubles. Later will post additional file, a small js snippet that must be placed after OcRam's Core and before my Formation Manager.

As temporary solution, if possible, move my Formation Manager above Ocram's Core. That should work too, though I do not recomend it as permanent solution. 

okay, thanks :)

(1 edit)

Ended up simply updating my plugin to not use for-in loop when iterating through array, since for-of was working just fine.

I think OcRam should update his core too, because it would conflict with all other plugins that use for-in loop for iterating through array, but that is up to him.

Downloading my newest version should resolve your issue. Would like to know if is so. Thanks!