SAM stopped inserting Code Guard. Everything worked fine before. After today’s update, it stopped entering.
SAM stopped inserting Code Guard. Everything worked fine before. After today’s update, it stopped entering. SAM stopped inserting Code Guard. Everything worked fine before. After today’s update, it stopped entering. SAM stopped inserting Code Guard. Everything worked fine before. After today’s update, it stopped entering.
DON’T UPDATE SAM! Whait a fix
on other computers everything works but there is no update installed.
For the most part, even rolling back to the previous version does not help
Steam client updated for me today and SAM is working fine
I do not know what additional information is needed.
Before everything worked, the SAM update came, I updated, everything stopped working.
only login and password are entered. Guard code is not available.
steam version is lasted and sam
and this shit got frezee
use latest update and try again. I have confirmed it is working even with Russian language selected
not work :{
SAM version is 1.5.9331.17422 steam - lasted
there may be a discrepancy with SAM correctly detecting the code window is ready for input with your version of Steam. It's possible Valve is changing their UI layout under the hood as the day or so it was not working a couple of weeks ago I observed they had completely removed the Document parent UI element SAM sources it's control detection from. what's weird is they seem to have reverted this change a few days after and everything started working again. maybe your region's version has some differences. if you run SAM from the source code you should see this log:
Console.WriteLine("Inputs: " + inputs.Count + " Buttons: " + buttons.Count + " Groups: " + groups.Count + " Images: " + images.Count + " Texts: " + texts.Count);
this is currently the criteria for detecting the code window:
inputs.Count == 0 && buttons.Count == 5 && groups.Count == 0 && images.Count == 3 && texts.Count == 5
I have no problem admitting that this isn't probably the best solution for this sort of thing, but it has been working for the most part for a long time in my case avoiding trying to detect specific text in various languages.
if you can provide me the log output for when it is stuck looking for the steam guard window we can better understand what is going on
if you're not familiar with running from source code in visual studio, you can download this tool:
https://github.com/FlaUI/FlaUInspect
which is what SAM uses under the hood to interact with the Steam windows, and run it as admin. select the Steam Guard window and screenshot the results in the window like this
@csgo51435314 try the latest hotfix
thanks this helps a lot. as you can see, your layout seems to be very different from mine regardless of the language setting. looks like valve is experimenting with different layouts per region as suspected. Tons of 'Custom' elements and still using 'Edit' controls for the input over 'Buttons' in my case. I will need to come up with a more creative way to correctly detect this window for all users
I changed the Steam interface language to English, but the error remains
Hi, did you solve the problem?