Windows Codec Patch Game Crash.
To whom it may concern,
I'm not sure why, or what is causing this issue. However, every time I have run the patch command, then relaunched Gmod, it has caused it to crash merely 25 seconds after launching. - Then after verifying the integrity of Gmod files, it said that I didn't have the patch downloaded and would need it to see what was on cinema screens. When I downloaded it again, it did the same thing, where it was crashing within 25 seconds of launch.
Whether this is a patch bug, or possibly something I can resolve, I am unsure. - However, thank you for your time and hard work, and hopes to hear back from you soon.
- Max.
This is on Windows? Strange. I doubt it's anything to do with GModPatchTool. Much more likely it's one of your addons.
When you say "25 seconds," what do you mean exactly? On the main menu? Trying to join a server/start a game?
I also had a crash problem. When sending an XMLHttpRequest (POST method), if the send function is set to undefined or null, the game crashes.
Network version 2025.03.26 (garrysmod) Exe build: 15:46:44 Nov 5 2025 (9860) (4000) GMod version 2025.11.12, branch: unknown, multicore: 1 Windows 32bit Version GModPatchTool: 20251102
Chromium log:
[13848:17324:1210/033633.800:WARNING:chrome\browser\signin\account_consistency_mode_manager.cc:72] Desktop Identity Consistency cannot be enabled as no OAuth client ID and client secret have been configured.
[13848:17324:1210/033847.103:INFO:CONSOLE:45] "Uncaught ReferenceError: md5key is not defined", source: https://url/modules/bannerModule.js (45)
[12908:28292:1210/033847.104:WARNING:net\disk_cache\blockfile\backend_impl.cc:1759] Destroying invalid entry.
[12908:28292:1210/033847.107:WARNING:net\disk_cache\blockfile\backend_impl.cc:1759] Destroying invalid entry.
@ImPerzz That could very well be a different issue. Can you provide the JS code that causes your crash?
@ImPerzz That could very well be a different issue. Can you provide the JS code that causes your crash?
Can you tell me where I can send it? I can't distribute it publicly.
@ImPerzz That could very well be a different issue. Can you provide the JS code that causes your crash?
Can you tell me where I can send it? I can't distribute it publicly.
You can email me at [email protected]
If you need the PGP Key for that address: https://solsticegamestudios.com/pgp-keys/publickey.winter@solsticegamestudios.com-9f12e2ffc4edb9d5dab78fd330e488e433473334.asc
Hello! I forgot about this, I resolved the issue. The issue was when I was idle on the menu/or loading into a server it would crash within 25 seconds of launching the game. So within 25 seconds of the game being loaded up.
However, I figured out what happened, for some reason when I was running the patch, it was messing with the game integrity. So I had to validate the integrity, which was getting rid of the patch. Then I had to continue running the patch, rinse and repeat process. I digress, I fixed it by switching the Gmod from x86-64, to None, let it redownload, then switch it back to x86-64 to allow it to run alongside the patch.
Updated. Surprisingly, the crash actually occurs due to any Javascript exception or error. Each mistake led to the end of the game.
[36988:35008:1210/125154.672:WARNING:chrome\browser\signin\account_consistency_mode_manager.cc:72] Desktop Identity Consistency cannot be enabled as no OAuth client ID and client secret have been configured.
[38800:27044:1210/125309.822:ERROR:base\values.cc:219] NOTREACHED hit. Non-finite (i.e. NaN or positive/negative infinity) values cannot be represented in JSON
[38800:27044:1210/125309.827:ERROR:base\values.cc:219] NOTREACHED hit. Non-finite (i.e. NaN or positive/negative infinity) values cannot be represented in JSON
[38800:27044:1210/125309.832:ERROR:base\values.cc:219] NOTREACHED hit. Non-finite (i.e. NaN or positive/negative infinity) values cannot be represented in JSON
[38800:27044:1210/125309.836:ERROR:base\values.cc:219] NOTREACHED hit. Non-finite (i.e. NaN or positive/negative infinity) values cannot be represented in JSON
[38800:27044:1210/125309.845:ERROR:base\values.cc:219] NOTREACHED hit. Non-finite (i.e. NaN or positive/negative infinity) values cannot be represented in JSON
[33620:35272:1210/125334.361:ERROR:base\values.cc:219] NOTREACHED hit. Non-finite (i.e. NaN or positive/negative infinity) values cannot be represented in JSON
[33620:35272:1210/125334.366:ERROR:base\values.cc:219] NOTREACHED hit. Non-finite (i.e. NaN or positive/negative infinity) values cannot be represented in JSON
[33620:35272:1210/125334.370:ERROR:base\values.cc:219] NOTREACHED hit. Non-finite (i.e. NaN or positive/negative infinity) values cannot be represented in JSON
[33620:35272:1210/125334.374:ERROR:base\values.cc:219] NOTREACHED hit. Non-finite (i.e. NaN or positive/negative infinity) values cannot be represented in JSON
[33620:35272:1210/125334.379:ERROR:base\values.cc:219] NOTREACHED hit. Non-finite (i.e. NaN or positive/negative infinity) values cannot be represented in JSON
[36988:35008:1210/125350.492:INFO:CONSOLE:0] "Access to XMLHttpRequest at 'https://url/watch/2025_12_10_9_52_50-185.ts' from origin 'asset://html' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."
@ImPerzz Your issue appears to be an issue with 32-bit. We recommend using 64-bit on the x86-64 branch as a general rule. It's unknown if or when this'll be fixed as 32-bit support is low priority for us.