mmarcincin / HB-DRM-free-bulk-downloader

powershell script for downloading humble bundle DRM-Free files
96 stars 13 forks source link

Internet explore open and nothing more #10

Closed GiuseppeChillemi closed 4 years ago

GiuseppeChillemi commented 4 years ago

Hi, I have dowloaded the new version and overwritten the old files. Now when I start the script internet explorer pop ups and nothing more happen in the powershell console.

GiuseppeChillemi commented 4 years ago

Just a note, download dir is: "\?\R:\HB-START-HERE\downloads" Is "\?\" correct ? (Note: there are 2 "\" at the beginning but I don't know the scape character to show them)

mmarcincin commented 4 years ago

The path is ok, it's representation for 260+ length. The IE shouldn't pop up unless the script file is modified, it's hidden window by default. I just updated to 0.3.6 version today because of some other issues so you might try that one now.

GiuseppeChillemi commented 4 years ago

Have tried and it is working. "Maybe" internet explorer popping up could be related to a humble bundle "purchases" link I have found in my bundles links.

GiuseppeChillemi commented 4 years ago

I have experimented and found the cause: "run.bat" must be executed with "run as administrator".

mmarcincin commented 4 years ago

Have you added https://www.humblebundle.com/ to trusted sites in IE and also enabled protected mode for them (disabled by default)?

GiuseppeChillemi commented 4 years ago

The protected mode was missing. Now it seems to work without starting the script as admin. Feel free to close the ticket if you have no further annotations.

mmarcincin commented 4 years ago

Without protected mode you get blank return for ie.ReadyState for some reason so you can't really work with Internet Explorer at all :).