Comments

Log in with itch.io to leave a comment.

Window_DeclCardList is not defined keeps popping up when i try to launch, making me unable to use this plugin.

Thanks for reporting this in! Could you post a screenshot of the console log (press F8 while the game is running) when the crash happens? That'll help us figure out what is causing this issue.

Unfortunately I am unable to screenshot when loading the game, it instantly crashes and pressing f8 appears to do nothing.

That's extremely unusual. Would you be able to share with us your Plugin Manager List so we can replicate your setup?

(1 edit)

I think I found the problem. When deckeditorcore is below libraryplus,it works fine. When it's above, the issue comes back. I've left it deckeditorcore low in the load order and it seems to be working, that is until you try to edit your deck in game. Now my issue is that when I try to edit the deck for the character, the game crashes with "TypeError Cannot set property to 'smooth' of undefined." Here's the f8 list for that:

Lyra_ErrorExtras.js:149 undefined false

pixi.js:4426 PixiJS Deprecation Warning: Please use object-based options for Graphics#beginTextureFillDeprecated since vv5.2.0

Lyra_ErrorExtras.js:149 TypeError: Cannot set property 'smooth' of undefined

    at Sprite_SkillCard.drawAmount (MYTH_CGC_LibraryPlus.js:609)

    at Window_DeckDeckList.Window_CardList.createCard (MYTH_CGC_CoreEngine.js:8936)

    at Window_DeckDeckList.createCard (MYTH_CGC_DeckEditorCore.js:1991)

    at Window_DeckDeckList.Window_CardList.updateCardCreation (MYTH_CGC_CoreEngine.js:8871)

    at Window_DeckDeckList.updateCardCreation (MYTH_CGC_DeckEditorCore.js:1978)

    at Window_DeckDeckList.Window_CardList.update (MYTH_CGC_CoreEngine.js:8861)

    at WindowLayer.update (rmmz_core.js:4287)

    at Scene_DeckSelector.Scene_Base.updateChildren (rmmz_scenes.js:129)

    at Scene_DeckSelector.Scene_Base.update (rmmz_scenes.js:52)

    at Scene_DeckSelector.Scene_MenuBase.update (rmmz_scenes.js:1200) false

rmmz_managers.js:2036 TypeError: Cannot set property 'smooth' of undefined

    at Sprite_SkillCard.drawAmount (MYTH_CGC_LibraryPlus.js:609)

    at Window_DeckDeckList.Window_CardList.createCard (MYTH_CGC_CoreEngine.js:8936)

    at Window_DeckDeckList.createCard (MYTH_CGC_DeckEditorCore.js:1991)

    at Window_DeckDeckList.Window_CardList.updateCardCreation (MYTH_CGC_CoreEngine.js:8871)

    at Window_DeckDeckList.updateCardCreation (MYTH_CGC_DeckEditorCore.js:1978)

    at Window_DeckDeckList.Window_CardList.update (MYTH_CGC_CoreEngine.js:8861)

    at WindowLayer.update (rmmz_core.js:4287)

    at Scene_DeckSelector.Scene_Base.updateChildren (rmmz_scenes.js:129)

    at Scene_DeckSelector.Scene_Base.update (rmmz_scenes.js:52)

    at Scene_DeckSelector.Scene_MenuBase.update (rmmz_scenes.js:1200)

SceneManager.catchNormalError @ rmmz_managers.js:2036

DevTools failed to load SourceMap: Could not load content for chrome-extension://njgcanhfjdabfmnlmpmdedalocpafnhl/js/libs/pixi.js.map: System error: net::ERR_FILE_NOT_FOUND

DevTools failed to load SourceMap: Could not load content for chrome-extension://njgcanhfjdabfmnlmpmdedalocpafnhl/js/plugins/pixi-filters.js.map: System error: net::ERR_FILE_NOT_FOUND

DevTools failed to load SourceMap: Could not load content for chrome-extension://njgcanhfjdabfmnlmpmdedalocpafnhl/js/plugins/pixi-filters.js.map: System error: net::ERR_FILE_NOT_FOUND

DevTools failed to load SourceMap: Could not load content for chrome-extension://njgcanhfjdabfmnlmpmdedalocpafnhl/js/plugins/pixi-filters.js.map: System error: net::ERR_FILE_NOT_FOUND

DevTools failed to load SourceMap: Could not load content for chrome-extension://njgcanhfjdabfmnlmpmdedalocpafnhl/js/plugins/pixi-filters.js.map: System error: net::ERR_FILE_NOT_FOUND

been trying to get it to work but it seems to be some sort of incompatibility between library plus and deck editor.

Sure! We'll look into it and issue a patch once we have a better idea of what's causing it.