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

Stuck at the first screen, doens't register #12

Open
SweKiwi opened this issue Jan 23, 2017 · 9 comments
Open

Stuck at the first screen, doens't register #12

SweKiwi opened this issue Jan 23, 2017 · 9 comments

Comments

@SweKiwi
Copy link

SweKiwi commented Jan 23, 2017

It doesn't work. I just get this screen and nothing.. happens.

image

What's wrong?

@skapytek
Copy link

same for me.
Is this software still working?

@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.

@cln-io
Copy link
Owner

cln-io commented Feb 28, 2017

@Tagaishi feel free to create a PR

@Cartman34
Copy link

I set set me steam client's language to English, it seems to do something but this is not working either....

@SeDemal
Copy link

SeDemal commented Apr 4, 2017

@Cartman34 Did you change the line in the file like i said? And check that you're not using any Skins for steam.

@Cartman34
Copy link

Nope... I don't get what to do with point 4.
Could we have an example ?

@SeDemal
Copy link

SeDemal commented Apr 4, 2017

@Cartman34 I hope this helps enough:
changes for sbka
I Forgot to box one on the 344th line, on the right, you have to change it too.

@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)

@SeDemal
Copy link

SeDemal commented Aug 9, 2017

Only problem with that solution, you have to install the language if you don't have it and you need to restart the session to apply the changes :/ Simpler but longer.

Sent from my OnePlus ONEPLUS A3003 using FastHub

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

6 participants