B3akers / LeagueSkinChanger

Skin changer for League of Legends
MIT License
239 stars 75 forks source link

Freezing problems #41

Open OktarPwnar opened 3 years ago

OktarPwnar commented 3 years ago

Hello,

first it was working really good. But then it started to freeze the game client when it loads up. I tried recompiling ... it works maybe one game then next one the same issue. Tried to remove remove things in my temp file if it helps but nothing. I do not know really ... how can i fix this issue? Because none else is reporting this ... it has to be on my side. Kind regards

edit:

i forgot to say that i have to close the app before i can get into the game otherwise i would loop ... Re-running the app does not help.

B3akers commented 3 years ago

Try to run injector when you are already in game (not in loading screen) and let me know

OktarPwnar commented 3 years ago

It works that way. Seems that very moment when game loads up - app wants to change the skin and there freeze occur. Hmmm maybe some kind of a delay would be good here. I already tried to find where 'config' is saved to delete it ... you know to always loads in with a default skin. Also tried to // some code to skip that loading part but i failed (well i did not bother more than 30 sec tbh ... ).