-
Notifications
You must be signed in to change notification settings - Fork 24
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
Modern Warfare II does not launch properly #84
Comments
bnetlauncher should detected the exe from the launcher and just copy the parameters as is to relaunch it under steam so it should always be 1:1. If there's a difference I can only guess two things:
There's already code to stop 1 from happening, and there's not much that could be done about 2 without going into dangerous territory. |
Okay well, holy shit. I just accidentally found a workaround to launch the game without bnetlauncher and even without battlenet. Create a shortcut of the cod.exe located in
It shows the Richochet anticheat splashscreen, and the game launches. My battlenet info is passed through perfectly fine despite it never opening. I have no idea why this works, as it doesn't work with any of the other COD games, or any other game on battlenet at all. If I were to guess, I'd say it's because this is the first COD in 4 years to be multistore front on PC so they didn't tie their Blizzard launcher stub into the executable. See how great the PC space can be without needless DRM? Edit: Leaving this topic open as this is something I can see Activision breaking on purpose in the future. Edit2: After restarting my PC, it seems to not work. But I can report this, I found out that the cod.exe game runs underneath the bootstrapper.exe which is also another executable in the folder. I'll do some more testing tomorrow when I have time. Edit3: Found out why it wasn't working; It's NOT Edit4: Okay this is just beyond me. Sometimes launching cod directly with the parameters I wrote above works, and sometimes it doesn't. The bootstrapper method works for my streamdeck but not as a standard shortcut in a folder. I'm losing it here, and admittedly my environment isn't as clean as it should be for doing this. |
Sorry to necro a year old post, but I'm back again. I also found out the trick to this is the run it again while bnet launcher is open. A command script like this works perfectly.
First line opens battle net to the COD HQ page, second waits for however long it takes to actually get battlenet to open (adjustable) third line actually opens the game, unlike previous CODs this one wants two calls to open, which is what's missing from the current implementation, and last one exits. |
My issue is very much like #76 I am also on Windows 11 and im running into issues where the launcher does not open the game at all.
How it looks in task manager
One thing I do notice is that the anti cheat screen doesn't come up at all, and as I'm typing this, I think I know what the issue is. I think there's some sort of check or Ricochet check that the game is looking for (to make sure its open) and the cod.exe game fails to launch because of its absense.
The text was updated successfully, but these errors were encountered: