Skip to main content

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

[SOLVED] Occasional Boot Crash: fontBitmap.searchBounds is not a function Locked

A topic by cathxart created 45 days ago Views: 67 Replies: 3
This topic was locked by Hakuen Studio 29 days ago
Viewing posts 1 to 4
(1 edit)

I'm posting this as a separate topic so if anyone is having the same problem can easily find a possible solution.

The game has a 25%〜 chance of crashing at startup. This is the crash report. EliBook is version 5.4.17. 

I think I filled every parameter of the plugin. Also, Build Bitmap File is set to true and the font name is spelled correctly. I have tried running the project on multiple devices and the issue persists. 




Developer

Hi there!

The error seems the same to me. The issue is happening because somehow the bitmap is not being recognized. And that is really strange because, my plugin only runs that code when he make sure the bitmap is loaded.

My guess is, that somehow another plugin is conflicting. I can see that you are using Fossil and some other plugins. I think maybe Fossil can have something to do with it. The right thing here is you test your project without any plugins to eliminate the risk of the plugin conflict. Then, if the error still happens, we will know that it is not a plugin conflict.

Or even, in a long shot, your font file name with the "-" can be a problem. Maybe replacing that with an "_":

  • hero_speak or heroSpeak

You also didn't fix the EliMZ_WindowSkin issue. Try fix that as I told you on the other post.

-----------------------------------------------------------------------

You can send me that exactly same project, in a way that I can replicate the error, to my discord.  And I will download it and take a look to find the problem.

It seems to have been solved by replacing hero-speak to hero_speak. Thank you! :) 

Developer

Wow nice!

I guess it has to do the way filenames works on web. Just try to always use "_" instead of "-" on filenames. And not uses spaces or any other special characters that by default RPG Maker does not use.

Have fun!

Developer locked this topic