7rebux / league-tools

A cross-platform desktop app with many League Client exploits (e.g profile customization)
MIT License
51 stars 2 forks source link

White screen #18

Closed CrackHub closed 12 months ago

CrackHub commented 1 year ago

If folder name has "#" character app not work, it shows white screen.

7rebux commented 1 year ago

Which folder are you refering to?

CrackHub commented 1 year ago

"D:\Riot Games\#league-tools\league-tools.exe"

7rebux commented 12 months ago

"D:\Riot Games\#league-tools\league-tools.exe"

Generally I would avoid # in file system paths, especially in web app related things. What's happening here is that the # is treated as an linked HTML anchor. So everything after the # is gonna be treated as an anchor name rather than the actual path. Seems to be a more or less "bug" of electron apps in general.