You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discover a bug in your application. When the language of the win10 is not English (United States), bakkes "stop" working at main.cpp row 81 LOG_LINE(INFO, "Initialized logger for " << BAKKESMODINJECTOR_VERSION);
Probabily in QApplication something happen that cant start the bakkes.
I installed my OS with italian language and when launching bakkes it goes into processes of the Task Manager but the interface doesnt appear and in the injector.log only "Initialized logger for 28" appears... after the US language pack has set it works flawlessly.
Hope you can fix it
The text was updated successfully, but these errors were encountered:
I can confirm this behaviour. I could not manage to start the application for some weeks now. After changing my system language to English it works perfectly fine.
This issue still persists for me. Even though my system is now switched to English.
I start BakkesMod with admin priviledges and also see an entry in task manager, but never see the GUI of the program itself. Also ingame it does not work.
I discover a bug in your application. When the language of the win10 is not English (United States), bakkes "stop" working at main.cpp row 81
LOG_LINE(INFO, "Initialized logger for " << BAKKESMODINJECTOR_VERSION);
Probabily in QApplication something happen that cant start the bakkes.
I installed my OS with italian language and when launching bakkes it goes into processes of the Task Manager but the interface doesnt appear and in the injector.log only "Initialized logger for 28" appears... after the US language pack has set it works flawlessly.
Hope you can fix it
The text was updated successfully, but these errors were encountered: