Hello! I have problem with loading and saving in my project, and cant find if this issues of some plugins or not.
TypeError: Cannot read property 'name' of undefined
● ARCHIVED · READ-ONLY
-
-
does the error happen after you started a new game?
By that I mean starting a new game and then saving and loading only that, nothing that is older.
if yes, then press F8 when the error happens next and give us a screenshot of the console output.
Additionally, open the projects rpg_core.js file and tell us the version number in its title line (which is not automatically the same as your editor version) -
Yes, right after starting new game,
rpg_core.js v1.6.1 (but i updated files only today from 1.2, problem dont fixed, previously i thinking that this problem with older version of editor (1.2 i work on different pc and due to restriction of job network cannt update editor) -
I has steam version
-
those screenshots are unreadable small - please use alt-prtscrn instead of prtscrn alone for your screenshots.
-
Saving
-
Loading
-
Either your core engine is corrupt or some plugin overwrote it. I'd suspect Oggy 1_3_1 memory leak fix or whatever plugin it is, because 1.3.1 was a really old version of the core engine.
-
Disabled and deleted it still no effect
-
I see. My suggestion would be to throw out all plugins and only use the ones you need, because in this cocktail of plugins from various authors it is really difficult to suggest anything. For example one of the plugins begins to malfunction right at the beginning, because it's missing one function that has never been defined for some reason. This plugim is BM_EquipCore.
-
I think this problem not with plugins - make different map without my events and place start here and everything going normal (withou or with plugins, even BM_Equip). I think its some bug with maker itself (may be portrait of hero, as i read in one plugin there is bug with saving when showing image or some problems with parallel process)
-
It's unlikely. It could be that the map you had the error on had an event that was activating one of the plugins.
I suggest you start a brand new project with the newest version of the engine (that will give you the newest core files), add in the latest version of just the plugins you need, making sure they're compatible with the newest version of the engine, and in the correct sequence. Then copy in all the files from your current project - all the data, audio, img, etc folders. Do not copy in files in the main project folder, or in the js subfolder.
Then play and see if you still have the issue. -
Made it already, also found thread where i read about problem with pictures
https://forums.rpgmakerweb.com/inde...sts-and-picture-based-animations.79700/page-2
I think its my problem -
Were you showing a picture on the map at the time you were trying to save?
-
Yes.
And clearing image before saving is really workaround