ngld / old-knossos

A mod launcher/installer for FSO
https://fsnebula.org/knossos/
Apache License 2.0
58 stars 23 forks source link

"Download with Knossos" (fso://) link on FSNebula site isn't working #240

Open jg18 opened 2 years ago

jg18 commented 2 years ago

First reported at https://www.hard-light.net/forums/index.php?topic=97879.0

While Knossos was running, I tried installing Awakenings using the "Download with Knossos" link from this page : https://fsnebula.org/mod/awakenings

Nothing happens. I don't see "Awakenings" in Knossos's Home tab.

I'm pretty sure the "fso://" links were working for me in the past.

How can I verify that I have "fso://" Support enabled?

Using Knossos 0.14.3.on Windows 10.

My browser is Chrome Version 95.0.4638.69 (Official Build) (64-bit).

ngld commented 2 years ago

Open regedit.exe, go to HKEY_CLASSES_ROOT and check if it has a fso subfolder. If it's there, fso:// links should work. However, something seems to have changed and the installer doesn't create the keys correctly. This picture demonstrates the issue quite clearly: image

You can manually fix this by editing the (Default) key so it matches the Default key (Windows ignores the latter). I would probably have to update the installer to fix this issue. I'm not sure whether I have to change the script or if updating NSIS itself is enough... either way, this won't be an issue for NuKnossos since it doesn't use NSIS in the first place.