SteamBulkKeyActivator icon indicating copy to clipboard operation
SteamBulkKeyActivator copied to clipboard

Application doesn't install DLC correctly.

Open ghost opened this issue 10 years ago • 2 comments

Because there is no next button with DLC, it hangs after it failed/succeeded.

ghost avatar Sep 09 '15 17:09 ghost

Can you please tell me exactly what happens in the flow? see the following notes from the code:

;~ ScreenFLow Notes

;~ 1 : Activation 1 basic info: click_btn(2, "next") ;~ 2 : Activation 2 subscriber agreement: click_btn(2, "i agree") ;~ 3 : Activation 3 product key: Enter Key and click_btn(2, "next") ;~ NOW 3 options and different flows (handled in steam_check_if_key_worked()) ;~ 4a : Invalid Key or Too many attempts: click_btn(3, "cancel") ; check for link

;~ 4b : Already Owned: click_btn(2, "next") ; fall through case ;~ 4b1 : Install : click_btn(3, "cancel")

;~ 4c : Success : click_btn(3, "finish") ; check for print

I'm assuming you are talking about a new option: 4d : Add DLC successful. You should also mention the failure case, is it the same as 4a? Can you please post a screenshot of that here? Without that I cannot imagine how to detect the success condition. As I don't have any separate DLC keys it makes it difficult to test your particular use case.

VijayS1 avatar Oct 05 '16 04:10 VijayS1

When trying to activate a DLC I already own, the script hangs at the "Product Already Owned" screen. It does not click "Finish", and the script never exits. Here's what's in the log:

26/11/2016 10:03:28 AM ----- App start ------ 26/11/2016 10:03:28 AM ----- some info ------ 26/11/2016 10:03:28 AM AHK version =>1.1.24.01 26/11/2016 10:03:28 AM OS Type =>WIN32_NT 26/11/2016 10:03:28 AM OS Version =>WIN_7 26/11/2016 10:03:28 AM is x64 =>1 26/11/2016 10:03:28 AM is elevated =>1 26/11/2016 10:03:28 AM ---- console log ----- 26/11/2016 10:03:28 AM found keys.txt 26/11/2016 10:03:28 AM [start of a new key] 26/11/2016 10:03:28 AM requested to close all activation windows (and print) 26/11/2016 10:03:28 AM activated steam url to open activation window 26/11/2016 10:03:28 AM waited and activated the steam activation window 26/11/2016 10:03:29 AM waited and activated the steam activation window 26/11/2016 10:03:30 AM waited and activated the steam activation window 26/11/2016 10:03:30 AM > clicked I Agree [activation] 26/11/2016 10:03:30 AM waited and activated the steam activation window 26/11/2016 10:03:30 AM > sent input to steam activation window 26/11/2016 10:03:31 AM waited and activated the steam activation window 26/11/2016 10:03:31 AM > clicked I Agree [activation] 26/11/2016 10:03:31 AM steam is working hold on ... 26/11/2016 10:03:32 AM steam is done working ! 26/11/2016 10:03:32 AM we need to check if the key worked 26/11/2016 10:03:32 AM waited and activated the steam activation window 26/11/2016 10:03:32 AM moved mouse to check if there is an invalid link 26/11/2016 10:03:32 AM key is good 26/11/2016 10:03:32 AM steam reports that our key is valid 26/11/2016 10:03:32 AM checking if this is a new product 26/11/2016 10:03:33 AM waited and activated the steam activation window 26/11/2016 10:03:33 AM > clicked print [activation] 26/11/2016 10:03:33 AM waiting 5 seconds for the print window to pop up 26/11/2016 10:03:38 AM did not get a print window within 5 seconds 26/11/2016 10:03:38 AM [duplicate product] we activated a duplicate product 26/11/2016 10:03:38 AM > clicked next [activation] 26/11/2016 10:03:38 AM checking if we are on the install window

pokerdan avatar Nov 26 '16 15:11 pokerdan