Cannot read property 'resizeTo' of undefined?

● ARCHIVED · READ-ONLY
Started by Percarus 8 posts View original ↗
  1. capture1.PNG capture2.PNG

    When I tried to playtest my game, I got this. Any help?
  2. I suspect wrong plugin ordering. There are multiple plugins dealing with Scene_Boot, one of them is YEP core engine, another one is the console.js plugin. Try putting the console.js below the yep core maybe?
    I cannot say anything fpor sure though, since I don't even know half of these scripts.
  3. Does this happen on a new game or after you load a savedgame or in both cases?
  4. @Poryg
    Thing is, I actually just copy-pasted the plug in list from a working demo. Sure, I'll try reordering it, but hopes are not high.

    @Andar
    I just click on playtest and even before loading anything, it instantly shows this error.
  5. Another option can be too new engine, so to speak. What are the versions of the demo's rpg_core and this project's rpg_core?
  6. Pardon me but, I don't know how you can know the version. How do you do it?
  7. Open the projects rpg_core.js file with a text editor, the Version number is in the title line.
    Also post a Screenshot of your plugin manager
  8. Turns out my engine is 1.6.1 while the demo is 1.5.1.
    Is it possible to downgrade? If so, how?

    Also, here is the plugin manager.capture3.PNG capture4.PNG