Hello everybody!
I downloaded from Steam RPG Maker MV (version 1.5). I have some problems when I try to play in an Android platform. In particular at the beginin screen appear the error "TypeError undefined is not a function"
I don't know how to solve it, when I play the game using the player it works well
Thank
TypeError on Android
● ARCHIVED · READ-ONLY
-
-
[move]MV Deployment[/move]
We can't help you unless you give us more details:
1) which method did you use to convert your game to Android?
2) Screenshot of the error message -
Hello everybody!
I downloaded from Steam RPG Maker MV (version 1.5). I have some problems when I try to play in an Android platform. In particular at the beginin screen appear the error "TypeError undefined is not a function"
I don't know how to solve it, when I play the game using the player it works well
Thank
[move]MV Deployment[/move]
We can't help you unless you give us more details:
1) which method did you use to convert your game to Android?
2) Screenshot of the error message
Here's a temporary fix
line 1720 of rpg_core.js , add this line:
Graphics._cssFontLoading = false
see the full issue here, where one of the devs gives the temp fix : https://forums.rpgmakerweb.com/index.php?threads/rpg-maker-1-5-will-not-delpoy-to-android.80399/ -
Thank you ShellFlare, it works!