TotemArts / Launcher

[WIP] Launcher for Renegade-X (Not Electron)
GNU General Public License v3.0
25 stars 9 forks source link

Certain special characters in pathname to executable results in empty UI #9

Closed SonnyX closed 4 years ago

SonnyX commented 5 years ago

As the title says. A tester confirmed this for the character #, should investigate which other characters do not work.

SonnyX commented 5 years ago

The maker of sciter confirmed that sciter uses URL's internally. thus any characters that are used in url's should be restricted in the pathname. Thus at the very least the following characters can't be used # ? / from the top of my head

SonnyX commented 5 years ago

Likely fixed since we are using a newer version of sciter (since 94bb739 )

SonnyX commented 5 years ago

# is still broken.