realbloom icon indicating copy to clipboard operation
realbloom copied to clipboard

Program does not start - Failed to initialize ImGui

Open kvakerok opened this issue 1 year ago • 2 comments

Config:load The required fonts could not be loaded Failed to initialize ImGui issue Help solve the problem

kvakerok avatar Mar 28 '24 15:03 kvakerok

The first line looks like an empty error happening in the Config::load() function, presumably failing to open the config file. The second line indicates that the font files couldn't be loaded. It seems like the program is failing to open its files. Did you put RealBloom in the C drive? If so, try copying it to another drive and see if it works. Similarly, you can run the program as administrator (if possible) which should hopefully give it permission to read/write files in the C drive.

bean-mhm avatar Mar 28 '24 16:03 bean-mhm

I moved the program to drive C and everything worked...) thanks

The first line looks like an empty error happening in the Config::load() function, presumably failing to open the config file. The second line indicates that the font files couldn't be loaded. It seems like the program is failing to open its files. Did you put RealBloom in the C drive? If so, try copying it to another drive and see if it works. Similarly, you can run the program as administrator (if possible) which should hopefully give it permission to read/write files in the C drive.

kvakerok avatar Mar 28 '24 16:03 kvakerok