fifty-six / Scarab

An installer for Hollow Knight mods written in Avalonia.
GNU General Public License v3.0
577 stars 157 forks source link

1 Scarab not finding Hollow knight path, 2 an exception occurring when trying to install mods, 3 and Hollow Knight opening to black screen when Scarab is installed. #176

Closed BlueRedShark closed 1 year ago

BlueRedShark commented 1 year ago

Scarab Version

v1.33

Hollow Knight Version

v1.5.80.11835

Steps to Reproduce

Just Install Scarab, 1 try to change path, 2 try to install any mod, 3 open HK with Scarab downloaded.

Expected Behaviour

Everything to work.

Actual Behaviour

1

Screenshot 2023-07-08 123733

2

Screenshot 2023-07-08 123703

3 HK just has a black screen.

The reason why I have all 3 issues here is because I do not know if they are connected or not. I will close the other 2 issues that I put up so that all my problems will be collected here.

Logs

2 ModInstaller.log

fifty-six commented 1 year ago

Whenever you get the chance, could you try v1.34, it should fix the path issues at least.

BlueRedShark commented 1 year ago

Whenever you get the chance, could you try v1.34, it should fix the path issues at least.

It does not work, I still have all the same problems. I do have a theory on what's going on. That is, when installing Scarab, something in the code destroys the code for the game. I think this because, I opened the broken HK after installing Scarab, uninstalled Scarab while it is still open. (The error of not finding the correct path only shows up when I try to change path and then it says it cannot find the installation, so when I first open Scarab it appears fine) I re install Scarab with HK still open and instead of being able to do stuff, it brings me straight to the cannot find path error. So I believe that something in the Scarab code destroys the path for HK and so it can't find HK and HK also opens to a never ending black screen. Maybe I have a different problem to the other guy so hopefully 1.34 works for him but otherwise, it does not work for me. But Idk, I might be completely wrong.

fifty-six commented 1 year ago

Do you have the Xbox Gamepass version? The typical hollow knight version isn't 1.5.80, it's 1.5.78 - which is probably what would lead to a black screen

BlueRedShark commented 1 year ago

Do you have the Xbox Gamepass version? The typical hollow knight version isn't 1.5.80, it's 1.5.78 - which is probably what would lead to a black screen

Yes, I do have the Xbox Gamepass version and I just checked now and it is 1.5.80

BlueRedShark commented 1 year ago

Do you have the Xbox Gamepass version? The typical hollow knight version isn't 1.5.80, it's 1.5.78 - which is probably what would lead to a black screen

I forgot to add this but Scarab used to work for me and now it doesn't.

fifty-six commented 1 year ago

Ah, could you try resetting the path again? It can't find the modded Assembly-CSharp atm so it's dying, if you verify your game/whatever the Gamepass equivalent is and then change paths so it's at a "fresh slate" it should in theory work from there.

emeldar commented 1 year ago

@BlueRedShark I was running into this issue as well. Deleting my %APPDATA%/HKModInstaller folder fixed it for me.

BlueRedShark commented 1 year ago

Ah, could you try resetting the path again? It can't find the modded Assembly-CSharp atm so it's dying, if you verify your game/whatever the Gamepass equivalent is and then change paths so it's at a "fresh slate" it should in theory work from there.

Yeah that apears to have worked, thanks