realbloom
realbloom copied to clipboard
Program does not start - Failed to initialize ImGui
Config:load
The required fonts could not be loaded
Failed to initialize ImGui
Help solve the problem
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.
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.