-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Bug]Can not load the community and others with VPN #197
Comments
The left-down of the first pic is the url of inventory. Just now, I delete the user32.dll and python311.dll, restart steam, and solved the problem(and surely delete the skin) I used millennium for a long time. Near days this internet wrong happened. |
github-actions bot
pushed a commit
that referenced
this issue
Dec 29, 2024
# [2.17.0](v2.16.2...v2.17.0) (2024-12-29) ### Bug Fixes * Add proxy support for web requests within Steam. ([71dabc6](71dabc6)) * Fix installer script ([fb4053d](fb4053d)) * Fix webkit and CSP related issues. closes [#197](#197), [#196](#196), [#194](#194) ([e2cd49d](e2cd49d)) * Fix webkit issues, Close [#194](#194), [#196](#196) ([2c91a95](2c91a95)) * Fix webkit patcher edge cases on redirects ([2573215](2573215)) * Fix webkit patcher skipping non-secure requests. ([b9a6d0d](b9a6d0d)) ### Features * Add system accent color to webkit ([af602c3](af602c3))
🎉 This issue has been resolved in version 2.17.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
shdwmtr
added a commit
that referenced
this issue
Jan 4, 2025
* feat: Slightly Better Russian Translation (#187) * Slightly Better Russian Translation * Whoops * fix: Use correct classes for Field (#189) * fix: Fix plugin JS being removed from webkit when a new theme is selected. * chore(release): bump version to v2.16.0 [skip ci] * chore(release): 2.16.0 [skip ci] # [2.16.0](v2.15.0...v2.16.0) (2024-12-19) ### Bug Fixes * **CI:** Fix CI ([b897b49](b897b49)) * **CI:** Fix CI ([914df34](914df34)) * Close installer after successful install ([cfd961c](cfd961c)) * Fix plugin JS being removed from webkit when a new theme is selected. ([a29c7df](a29c7df)) * Fix settings icons not being centered and plugin settings button not having propper styling ([#184](#184)) ([5fddc2d](5fddc2d)) * Fix system accent color not working on some startups ([2eb7a94](2eb7a94)) * Fix the artifact CI ([3faf711](3faf711)) * Fix typo in install.sh ([#178](#178)) ([76349b3](76349b3)), closes [#4](#4) * Fix typo on themes page [#168](#168) ([e05ec19](e05ec19)) * Prevent debug info from growing insanely large [#176](#176) ([d23bec9](d23bec9)) * **Unix:** Fix LD_PRELOAD variable interfering with Steam games. ([cbfd653](cbfd653)) * Use correct classes for Field ([#189](#189)) ([4ce6b5d](4ce6b5d)) ### Features * Add better webkit support for plugins ([33b6cde](33b6cde)) * Add Swedish localization. ([#180](#180)) ([0d9e8b4](0d9e8b4)) * Added CPS bypass & Added Millennium API to webkit modules ([eda0f54](eda0f54)) * Conditional webkit patching based on URL with regex [#127](#127) ([bf36bd5](bf36bd5)) * **Security:** Blacklist certain pages, like the checkout, from being injected into by plugins. ([54edc4c](54edc4c)) * Slightly Better Russian Translation ([#187](#187)) ([639390d](639390d)) * Softer and better crash detection. ([fc5e756](fc5e756)) * Updated plugin support for better webkit modding. ([1a8daf0](1a8daf0)) * fix: Properly handle theme config with invalid props. * fix: Catch installer socket being used instead of crashing. * fix: Fix unix pathing * fix: Fix crashing on new installs * chore(release): bump version to v2.16.1 [skip ci] * chore(release): 2.16.1 [skip ci] ## [2.16.1](v2.16.0...v2.16.1) (2024-12-20) ### Bug Fixes * Catch installer socket being used instead of crashing. ([8817735](8817735)) * Fix crashing on new installs ([9b7e1e5](9b7e1e5)) * Fix unix pathing ([07dc66c](07dc66c)) * Properly handle theme config with invalid props. ([d25461d](d25461d)) * fix: Fix installer crashes (again) * chore(release): bump version to v2.16.2 [skip ci] * chore(release): 2.16.2 [skip ci] ## [2.16.2](v2.16.1...v2.16.2) (2024-12-21) ### Bug Fixes * Fix installer crashes (again) ([bfafcb7](bfafcb7)) * fix: Fix installer script * fix: Add proxy support for web requests within Steam. * fix: Fix webkit and CSP related issues. closes #197, #196, #194 * fix: Fix webkit issues, Close #194, #196 * fix: Fix webkit patcher edge cases on redirects * feat: Add system accent color to webkit * chore: Rename pipe * chore: Remove debug logs * chore: Fix linux * fix: Fix webkit patcher skipping non-secure requests. * Fix: prevent artifact builder from bumping the version * chore(release): bump version to v2.17.0 [skip ci] * chore(release): 2.17.0 [skip ci] # [2.17.0](v2.16.2...v2.17.0) (2024-12-29) ### Bug Fixes * Add proxy support for web requests within Steam. ([71dabc6](71dabc6)) * Fix installer script ([fb4053d](fb4053d)) * Fix webkit and CSP related issues. closes [#197](#197), [#196](#196), [#194](#194) ([e2cd49d](e2cd49d)) * Fix webkit issues, Close [#194](#194), [#196](#196) ([2c91a95](2c91a95)) * Fix webkit patcher edge cases on redirects ([2573215](2573215)) * Fix webkit patcher skipping non-secure requests. ([b9a6d0d](b9a6d0d)) ### Features * Add system accent color to webkit ([af602c3](af602c3)) * fix: Fix workshop pages not rendering HTML. * chore(release): bump version to v2.17.1 [skip ci] * chore(release): 2.17.1 [skip ci] ## [2.17.1](v2.17.0...v2.17.1) (2024-12-29) ### Bug Fixes * Fix workshop pages not rendering HTML. ([4614cc8](4614cc8)) * fix: Fix overlay browser not loading on pages without a response phrase. * chore(release): bump version to v2.17.2 [skip ci] * chore(release): 2.17.2 [skip ci] ## [2.17.2](v2.17.1...v2.17.2) (2024-12-29) ### Bug Fixes * Fix overlay browser not loading on pages without a response phrase. ([7d0fbcf](7d0fbcf)) * feat: Add embedded updater * chore: CMake cleanup * fix: allow frontend function to send booleans & numbers to backend (#198) * fix: allow frontend function to send booleans to backend * fix: allow frontend function to send numbers to backend * feat(ipc): add support for fetching frontend settings from webkit context * chore: integrate new settings framework in example plugin * feat: render plugin settings modal based on plugin settings object * fix: settings not receiving in other context when using tabs --------- Co-authored-by: dotFelixan <[email protected]> Co-authored-by: ricewind012 <[email protected]> Co-authored-by: shadow <[email protected]> Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: semantic-release-bot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before Reporting
Describe the Bug
This thing is disappear when using the browser, and I have uninstalled and reinstalled it with different themes, it still happened. And before install millennium I can and load community quickly. And must to be concerned, I can use the cloud-save normal as I must use a VPN can do before.
![Snipaste_2024-12-27_17-20-35](https://private-user-images.githubusercontent.com/117416915/398905601-98899e8b-29a1-4f9f-a81f-a9fcc2a28028.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDU0MDIsIm5iZiI6MTczODk0NTEwMiwicGF0aCI6Ii8xMTc0MTY5MTUvMzk4OTA1NjAxLTk4ODk5ZThiLTI5YTEtNGY5Zi1hODFmLWE5ZmNjMmEyODAyOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNjE4MjJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lMjY3OWI0N2FhZGY5NDVmYmEyNGU1ZGUyOTMxMzE5YWM1MmU1NjM3ZDQxZWYxMmQ5N2RlMmQwMTgzZTc3MjJiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.QEwld_Pisjj6rg9RSMdSj0HVt8hwHZ-FGylcdiSbJhc)
![Snipaste_2024-12-27_17-21-05](https://private-user-images.githubusercontent.com/117416915/398905626-8216224a-5fb6-4241-8ce7-27dde2d29229.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDU0MDIsIm5iZiI6MTczODk0NTEwMiwicGF0aCI6Ii8xMTc0MTY5MTUvMzk4OTA1NjI2LTgyMTYyMjRhLTVmYjYtNDI0MS04Y2U3LTI3ZGRlMmQyOTIyOS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNjE4MjJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05NGIxNWZlNmQxMzk0NTc4Yzk2OWM1NGI2NzljYzNkYjhjYjhhYTg3YmQwN2FhNWQ1Mjg5NDgzY2RlN2ZmYTc1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.V_wwqaMcKmwpYDUWyMKuVmpi-hqq4iHDPhHViqc1Uso)
Expected Behavior
Want to know why. And if necessary, can give the HeyBox VPN for researches.
Steps To Reproduce
Operating System
Windows
Anything else?
No response
The text was updated successfully, but these errors were encountered: