AtomCrafty / UniversalInjectorFramework

A framework to inject your own code into Windows applications.
46 stars 3 forks source link

Turn on the allocate_console may lead to bugs #11

Open jyxjyx1234 opened 2 months ago

jyxjyx1234 commented 2 months ago

Describe the bug A clear and concise description of what the bug is. Just turn on the allocate_console may lead to bugs.

Expected behavior A clear and concise description of what you expected to happen. When I trun off the allocate_console, the program performed well. image BUT when I just set allocate_console as True without changing any other configs, the game can't show text well. image image

UIF config Please upload your uif_config.json uif_config.json

AtomCrafty commented 2 months ago

I don't see how allocate_console could possibly cause this. It's more likely that the font manager is somehow responsible for it.