-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Patches are not working, and JS Patches break steamwebhelper.exe #113
Comments
Yeah, same problem, css changes work fine but js breaks steamwebhelper |
It does seem to be broken on Steam Beta, and I still haven't figured out why... |
It's not looking good, it appears Steam now has an invisible check that determines whether the JS has been modified. As in, because OldGlory beautifies the JS code (and then minifies it), the resulting code is not the same format as the original. So there's too many differences, and bam, Steam won't load. Tiny manual changes won't trigger this though, but the file is impractical to edit without beautifying it first. |
Couldn't there be a way to edit some config file to prevent the JS from being barred or something like that? I recall some time ago, when I was dabbling with different UIs, there was some file that could be deleted in order to prevent Steam from updating, and thus not undoing the "downgrade" done. |
It looks like Steam Families has been released onto stable. There may be a way to still have JS tweaks available by editing the JS files directly (byte-by-byte instead of line-by-line), but I am not sure how reliable this is. As of now, JS tweaks will not be working. |
Just got booted off of Steam, saw the news. For now... Would work. Editing, just wanted to mention I re-installed. Well, I'll futz about with things and maybe see if I can make hand-editing the JS 'stick.' |
At worst case, you can just delete the At this point I don't use the JS at all.
kinda does work if you don't make any drastic changes |
As recent as a couple months ago, the new Steam updates have broken the old features, but for the 5.15 update, it outright does not want to apply anymore, and JS patches gives me the "steamwebhelper.exe is not working" issue from Steam. Before that, it was working just fine, but now, it does not want to apply, and it breaks Steam in the process.
The text was updated successfully, but these errors were encountered: