Hello everyone again. Dear friends and dear support members, I spent a day of rerunning the game. Can’t imagine why I’ve spent so much time with that. But that testing have moved me to conclusion, that sometimes the game starting with normally working GPU rendering of Chromium which integrated in Warcraft III - Reforged, and renders the scene and menu.
What I did to understand what prevents the game from starting without fps slowed down
I tried to kill BlizzardBrowser process many times while Warcraft III main process working because I was thinking that the problem in BlizzardBrowser process exactly and I was thinking that if it will be restarted then at some restart BlizzardBrowser process with type=gpu-process which provides hardware accelerated rendereing will not be crashed and executed successfully (If you kill BlizzardBrowser process while Warcraft is working, Warcraft will restart Blizzard Browser)
It is all was invain.
Then I just applied that practice to Warcraft III executable. I’ve written application in Golang programming language, which rerun Warcraft allover again, if after BlizzardBrowser subprocess start will be no BlizzardBrowser subprocess which provides gpu rendering. And it is working! Sometimes it needs 6 attempts to restart the game, sometimes it needs 20 attempts of Warcraft to be restarted to make that BlizzardBrowser and Warcraft tondem to work normally.
Also I’m thinking that the problem is not in BlizzardBrowser process, but exactly in Warcraft executable. I’m thinking so, because you can terminate BlizzardBrowser alloveragain in your task manager and it never will be restarted with hardware acceleration support, but if you restarting Warcraft itself, at some rerun, BlizzardBrowser will be started with Hardware acceleration usage, because BlizzardBrowser subprocess will not crash.
What you can do to start the game normally
As I’ve said I’ve written utility/application in Golang. That utility have no reverse engineering of the game itself and have no anything bad made to Blizzard licence agreement. No hacking. No game process memory interruption/intrusion. It gathers no information. It just starts Warcraft executable and restarts it if no hardware acceration BlizzardBrowser subprocess after few seconds of Warcraft start.
Disclaimer first:
A kind of disclaimer
- It’s better to disable internet temporarely, as every restart of Warcraft turns to connections to server, and it can make some usage of resources of the server if application connecting all over again.
- There is no guarantee, that my approach and my app will work in your case.
- There is no guarantee, that the game will work stable at any case, with or without hardware acceleration supported BlizzardBrowser execution.
- Also, I can’t give you a guarantee that the system will not hang or will not go to BSOD (blue screen of death) after the game will be restart for so many times in a short period of time. For example from my point of view, nvidia drivers the most instable last years (IMHO). Maybe I will be wrong in this statement.
- Please feel free to check my file with your antivirus, be with actual antivirul databases. Also you can use virustotal service. You can search VirusTotal by your own in the google for example.
Here are the results of latest check of binary in virustotal. Sadly link to VirusTotal aren’t allowed here, so I can share only part of the link with you guys:
/gui/file/92055045ac73f0eee0727c2d8c24a4cf965ea8c3df914dd709593bdc8ff12b9e/details - Blizzard, please feel free to check my code. There is no nothing to hide.
- Please keep in mind that antiviral products presented on VirusTotal works in paranoid mode, which means that they can treat almost any application as threat. From my point of view best approach will be to look on what the most antiviral products are saying, like Kaspersky, DrWeb, Symantec, McAffe.
- You can compile that executable by your own anyway, or ask a friend to do that. Reminding that repository is here on GitHub:
https://github.com/ivy-reps/war3-reforged-menu-hw-accel-bug-workaround
You can freely fork it if you need. I hope I will be ready to mke fixes. To request them, please use Issues tab of repository.
This is my first GitHub repository shown to the peoples and I’m sorry if it is prepared badly. That repositiory contains the source code of that utility:
https://github.com/ivy-reps/war3-reforged-menu-hw-accel-bug-workaround
Here is the link to executable that I’ve compiled and placed there on the GitHub:
https://github.com/ivy-reps/war3-reforged-menu-hw-accel-bug-workaround/releases/download/v.0.1.9/Try-to-start-Warcraft-III-Reforged-without-freezes.v.0.1.9.exe
Here is release page for 0.1.9
Changelog of 0.1.9 from 16.04.2022
- Forced the game to start in windowed mode, to allow to a window to be really hidden
- Window blinking finally not happening
- Now you can see what number attempt is happening
- After 3D renderer will be started with Hardware acceleration, without crash, you will get also balloon notification (at leased works in Windows 7)
- Possibly, game window will go windowed fullscreen after you will press Go play it! button. (made with simulation of ALT + ENTER keys pressed)
- Launcher will show the game only after Go play it! button pressed. I want you to be sure that the app have closed before you will start the game
- Launcher window width have increased to include all texts
- Add minutes spent on reloading of the game
- Make relauncher to react only on Warcraft’s III child BlizzardBrowser.exe processes
Executable have compiled in Windows 7 environment. I can’t say whether that will work in Windows 8 and Windows 10 or not.
That executable should be placed to the game executable folder
For example the game installed here:
Q:\Games\Blizzard Entertainment\Warcraft III
Then the file should be placed here:
Q:\Games\Blizzard Entertainment\Warcraft III\_retail_\x86_64
Then just open Try-to-start-Warcraft-III-Reforged-without-freezes.v.0.1.9.exe and wait until app will be rerunning the game allover again until it will start normally with no freeze.
At my case, my system is Windows 7. And I have almost obsolete PC of 2008 year, but the game works fine except that lighting effect. If lighting effect have turned on, the game became incredible laggy, but I think, with now days video devices will be no such problem as it happend in my case.
I think there are no need to make them, because the game starts at some point as it expected, and it’s enought even if I made code it dirty and roughly. I’m ready to fix something anyway.
Dear Blizzard/Activision. I’m playing your games for so long! I love you very much! I really want you to make the best games in the world. Please find your time to make small hotfix. You don’t need to rewrite the whole game. If you have sources you need to make just a small fix to prevent that badly working communication between Warcraft III and Chromium, or a fix of how Warcraft III initializes 3D Rendering, because I’m sure that it’s a problem not in BlizzardBrowser, but exactly in Warcraft exeutable. But, anyway… Who the hell I’m?
Best Regards!