PenguLoader / PenguLoader

✨ The ultimate JavaScript plugin loader, build your unmatched LoL Client.
https://pengu.lol
Do What The F*ck You Want To Public License
346 stars 56 forks source link

Bootstrapper failed with error 0x5 #90

Closed nomi-san closed 6 months ago

nomi-san commented 7 months ago

This error is caused by creating LeagueClientUx process in the bootstrapper and CreateProcess failed with last error 0x5 (ERROR_ACCESS_DENIED - Access is denied).

image

You may have come across these reasons:

  1. LeagueClientUx.exe has a higher file permission than your current user.
  2. UAC is prompted when launching LeagueClientUx.exe but no permissions are granted.
  3. Both RiotClient and LeagueClient are running with admin privileges, while rundll32.exe is not (system or AV denied).

Symlink mode (introduced in v1.1.0) should solve this problem without touching the system.

UseSymlink=true