fifty-six / Scarab

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

Application hangs attempting to install/update certain mods #178

Closed MShrieken closed 11 months ago

MShrieken commented 1 year ago

Scarab Version

v1.34.0.0

Hollow Knight Version

v1.5.78.11833

Steps to Reproduce

  1. Launch Scarab via .exe.
  2. Attempt to install Randomizer 4.
  3. Wait until frustrated, 30+ minutes.

Expected Behaviour

After a short delay, the progress bar should stop revolving and fill from left to right, before install is completed.

Actual Behaviour

The progress bar continually sends the 'waiting' signal, a short bar flying across the length of the window without being anchored to either side.

Logs

None

MShrieken commented 1 year ago

Noticed this when attempting to install or update anything dependent on Randomizer4. Uninstalling the mod works correctly, but subsequent attempts to reinstall still prompt the above issue.

fifty-six commented 1 year ago

Did you check for the existence of logs? There should be some given the application launched at all.

MShrieken commented 1 year ago

I did, but couldn't find any 'HKModInstaller' folder in the suggested spots of the issue form. Is there somewhere else they might be?

On Mon, Jul 17, 2023, 18:41 Yusuf Bham @.***> wrote:

Did you check for the existence of logs? There should be some given the application launched at all.

— Reply to this email directly, view it on GitHub https://github.com/fifty-six/Scarab/issues/178#issuecomment-1638985580, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACWQUFBGRSOYMUSGWG5GEETXQW5R7ANCNFSM6AAAAAA2NRNAYI . You are receiving this because you authored the thread.Message ID: @.***>

fifty-six commented 1 year ago

Nah, on windows the only location is just %appdata%/HKModInstaller, could I see a picture of your %appdata% folder maybe?

PinkPlasma6083 commented 1 year ago

i'm having this same issue when trying to update the vocalized mod

fifty-six commented 1 year ago

Could you also give your logs? How long did you wait regarding the vocalized mod also? It's huge so it generally takes a bit longer than other mods, so some people have thought it was paused when it was still working.

MShrieken commented 1 year ago

ModInstaller.log found logs from another attempt just now

arrowmahn commented 1 year ago

having the same issue. looked in my logs and it says this at the very end: https://github.com/homothetyhk/RandomizerMod/ [Binding]Error in binding to 'Avalonia.Animation.AnimatorKeyFrame'.'Value': 'Null value in expression '{empty}' at '$parent[ProgressBar, 0]'.'(AnimatorKeyFrame #17383282) [Binding]Error in binding to 'Avalonia.Animation.AnimatorKeyFrame'.'Value': 'Null value in expression '{empty}' at '$parent[ProgressBar, 0]'.'(AnimatorKeyFrame #22231815) [Binding]Error in binding to 'Avalonia.Animation.AnimatorKeyFrame'.'Value': 'Null value in expression '{empty}' at '$parent[ProgressBar, 0]'.'(AnimatorKeyFrame #65868610) [Binding]Error in binding to 'Avalonia.Animation.AnimatorKeyFrame'.'Value': 'Null value in expression '{empty}' at '$parent[ProgressBar, 0]'.'(AnimatorKeyFrame #55946580) Launching... LogHost: Initializing to normal mode (.cctor) Checking if up to date... Loading settings. Fetching links Fetched links successfully Building service provider Built service provider Displaying model

here is the full .log file: ModInstaller.log

MShrieken commented 1 year ago

Managed to figure a workaround, it seems to be hanging up on something to do with mod dependencies. Uninstalling then reinstalling all the mod's listed dependencies allowed me to download Randomizer 4, and from there, other mods dependent on Rando4.

fifty-six commented 11 months ago

Should be fixed now