Skip to content
This repository has been archived by the owner. It is now read-only.

Stuck on Activation Screen #11

Open
dgpmaluco opened this issue Jan 14, 2017 · 2 comments
Open

Stuck on Activation Screen #11

dgpmaluco opened this issue Jan 14, 2017 · 2 comments

Comments

@dgpmaluco
Copy link

Hello,

I tried the program, but it's not working for me, it's stuck on the first screen of activation and doesn't advance.

Windows 10 x64
1920x1080p.

Any details I can provide to help investigate the problema? Steam is with default skin, nothing changed...

@SeDemal
Copy link

SeDemal commented Feb 28, 2017

I found the problem, this project use some commands that waits for a window to popup, the problem is that if this window title is not the same as set in the code, it can't continue. So if your PC is not in english, it'll not work.

Repair:

  • You'll have to work directly on the AHK file (unfortunatly).
  • 1st, set steam language to english.
  • 2nd, go to your "SteamBulkKeyActivator.ahk" file in the "AHK" folder and right click -> open with -> notepad (or directly "modify with notepad++").
  • 3rd, go to the "is_print_window()" function (line 336 to 351).
  • 4th, replace all "print" by the name of the print window in your pc language.
  • 5th, save.
  • 6th, run the modified file.

Don't forget to have the "keys.txt" file on the same folder as your ahk file.

@SilBoydens
Copy link

faster fix:
put steam on "english(english)"
put windows on "english (usa)"
log off and back on
run it again
(you can change your language back afterwards)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants