Skip to main content

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

So I got this when changing an option in the Options menu (i turned on AlwaysDash). Seems to be an issue with the rpg_managers.js plugin

(1 edit)

That's really odd. I gotta try to replicate it myself. Is it like the variable simply does't exist? strange.

Edit: I used some custom menus and options on my projects. Maybe that makes some difference? Gotta test more. I think I can try to reimplement it when I am more free on time

(+1)

After looking into it, it basically is saying the items don't exist and it can't save either.  

Hello again. It seems the issue is a bit deeper than I expected. I feel I need to reimplement it. But I need a bit more time for that. Just an info, what is the minimal desired android version for you?

(1 edit)

Android 12 is probably the lowest. I've been trying to troubleshoot it, but haven't gotten anywhere useful other than error logs and trying to edit some js

Okay then. It is easier with newer versions. The issues are likely about some safety stuff as far as I can see. Althou it doesn't seems that at first glance.

I mean, it is more about the plugins. I made it with a good amount of plugins but I tested all them before build the final APK. I had to replace some of them due some js errors. So yeah it depends on how the plugins are made. Some works just fine others doesn't so much

Android 14 is what I've been testing on mostly. The error I thought was with the rpg_manager.js file, which is just part of the engine, as far as I could tell. 

Okay then. I didn't had that problem. Except for the saving, which I didn't test extensivily. Everything else just worked out of the box with exceptions already mentioned. I'll test with android 14 too.

Thanks for reporting back. I'm gonna search for a solution!

I appreciate you working on this. I've tried but I've only got limited knowledge with any sort of programming and chatgpt was not very helpful.