Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program does not start - Failed to initialize ImGui #12

Open
kvakerok opened this issue Mar 28, 2024 · 2 comments
Open

Program does not start - Failed to initialize ImGui #12

kvakerok opened this issue Mar 28, 2024 · 2 comments

Comments

@kvakerok
Copy link

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

@bean-mhm
Copy link
Owner

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants