Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Error I've been having Locked

A topic by Gibb Gobb created Sep 04, 2023 Views: 165 Replies: 5
This topic was locked by Hakuen Studio Sep 05, 2023

Solved!

Viewing posts 1 to 3
(1 edit)

I don't know what I did but I know I did something that killed the plug-in. All other plugins are off, this error happens with a fresh version of the plugin as well.

Developer

Hi there!

1) Are you trying to load a previous save file?

2) if not, where did exactly this error js happening? When the map loads? When trying to use a plugin Command? Enter on a vehicle?

Thanks for the quick response! It happens on playtest, new game on map load.

Developer

I guess the problem is you are using an outdated version of EliMZ_Book. Your screenshot is on version 5.0.0. But the current version is 5.4.12.

characterGenerator is a property of $eliData, which is the object that holds the saved contents of my plugins. On previous versions of Eli Book, the $eliData was created after the game objects. But on the current, it is created before. I guess the game is trying to access $eliData, but it has not been created yet.

Please, update your EliMZ_Book and see if the problem will be fixed. Otherwise, send me a sample project replicating the issue on the PM of the forums so I can take a look.

https://forums.rpgmakerweb.com/index.php?members/eliaquim.123037/

(+1)

Thank you so much! That fixed it. I thought I was going insane, I tried a new project and everything.

Developer

Nice! Have fun ^^

Developer locked this topic