Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steam Client browser ID issue #6

Closed
DPoolAGP opened this issue Oct 13, 2023 · 6 comments
Closed

Steam Client browser ID issue #6

DPoolAGP opened this issue Oct 13, 2023 · 6 comments
Labels
Patch Files Issue regards the patch files
Milestone

Comments

@DPoolAGP
Copy link

DPoolAGP commented Oct 13, 2023

Everytime i open friends and try say clicking on a friend or changing status, it does this before going away again. This is CeceMe from steam, and it doesnt let me hit refresh, I just have to wait until it decides to randomly work. It isnt at a set time, just will randonly work. its been on that screen since last night.
image

@TiberiumFusion
Copy link
Owner

TiberiumFusion commented Oct 14, 2023

Please resize the window and take a new screenshot that shows the entire error message.

Or, launch steam with the -dev command line argument, then press F12 to open the blink debug tools, go to the Console tab, and share the contents of the console log.


I have never experienced this issue before myself. Please share the following information:

  • Version of the Steam client you are using
  • The "Download Region" setting under Steam -> Settings -> Download (e.g. US - New York)
  • Your PC's operating system

Perhaps you are using the patch on an unsupported version of the Steam client.


Assuming you are using the patch on a supported version of the Steam client, this may be related to issue #5.

There is a test version of the patch (intended for issue 5) that might help with the issue you are experiencing. Or it might do nothing.
If you are interested in trying it, the patch files are here:
PatchPayload_v1.1.0.1-{00000000-0000-0000-0000-000000000000}.zip

There's no QuickPatcher this time. You'll have to install the patch manually (see install instructions page on wiki).

And don't worry, you can easily go back to a normal release (like 1.0.0 or 1.1.0) at any time by using the QuickPatcher. It always removes the old patch before installing a new one.

@TiberiumFusion TiberiumFusion added the Patch Files Issue regards the patch files label Oct 14, 2023
@DPoolAGP
Copy link
Author

image
So This is the version I'm using, which is the one used on the tutorial for "old steam" from this one https://steamcommunity.com/sharedfiles/filedetails/?id=2967855237 and I'll try the patch

@DPoolAGP
Copy link
Author

So even with your patch, I am still getting this issue, even after restarting windows etc

@TiberiumFusion
Copy link
Owner

TiberiumFusion commented Oct 19, 2023

I'm able to reproduce the issue in my test environment with the Dec 2022 steam client. The issue occurs when you invoke the context menu for something, either by right-clicking a friend or by left-clicking the v icon near their name.

The problem is that the late July 2023 steam-chat.com code (which my patch uses as its foundation) tries to use an interface that the Dec 2022 steam client does not create.

Unfortunately, I do not have a circa Dec 2022 snapshot of steam-chat.com to compare against. So I will take my best guess at appropriately resolving the use of the nonexistent interface in a future update to the patch.

In the meantime, you can avoid the issue by not invoking the context menu.

@TiberiumFusion TiberiumFusion added the In Progress Issue research & resolution is currently underway label Oct 19, 2023
@TiberiumFusion
Copy link
Owner

@DPoolAGP
A workaround to this issue with GetBrowserID (and also another fix to a related Valve screwup re: IsWindowMaximized) have been completed and will be in the next release of the patch. It should resolve the issue for you.

I do not have a release date yet for the next version of the patch, but it will be soon™. Until then, you can use this test version in the meantime. Follow the manual install steps on the wiki pages to install it.

@TiberiumFusion
Copy link
Owner

Patch version 1.2.0 has been released, which resolves this issue.

The specific environment I've tested in is the December 2022 Steam client, but this improvement is also applicable to more older versions that also use Window.* methods instead of Browser.* methods.

@TiberiumFusion TiberiumFusion removed the In Progress Issue research & resolution is currently underway label Oct 23, 2023
@TiberiumFusion TiberiumFusion added this to the Release 1.2.0 milestone Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Patch Files Issue regards the patch files
Projects
None yet
Development

No branches or pull requests

2 participants