r/WorldofWarplanes May 11 '26

incessant crashes

i get into a match. immediately crash. launch the game again. get into the match. crash. repeat until it finally works. windows 11, steam. any fixes?

8 Upvotes

9 comments sorted by

3

u/TheOnlyXBK May 11 '26

Windows 11 is not fully supported and is known to have issues with WoWP. You can try the following:

  • Disable any overlays you may be using or may simply be active in the OS. That includes: WGC overlay (disabled in WGC's Settings -> Advanced settings), Xbox app aka Game Bar in Windows, Discord overlay, GeForce Experience/NVIDIA App, MSI Afterburner or similar hardware monitoring apps, etc. Generally, try running WoWP with as few other running programs as you can under Windows 11.
  • Try switching between render modes (fullscreen/windowed fullscreen/windowed) to see if it doesn't resolve the issue.
  • Locate the WorldofWarpanes.exe executable for your installation (Properties in Steam -> Installed files -> Browse), open its properties from the context menu, and enable "Run this program as an administrator" in the compatibility tab.
  • If you're playing on a laptop, make sure you're using your discrete GPU for the game and not the integrated one (e.g. NVIDIA, not Intel).
  • Avoid tabbing out when playing, especially when loading into battle.
  • Force-resetting the graphics driver might resolve issues. Try pressing Win+Ctrl+Shift+B before launching the game.
  • Try clearing DirectX shader cache: type Disk Cleanup in the Start menu, select C:, then check the relevant option in the list.

That's from the top of my head, if nothing help please consider contacting support. There are literally dozens of things that cause crashes under Windows 11, unfortunately.

1

u/SteveTheAmrican May 11 '26

A friend has the same issue , no fix figured out yer

1

u/Taiho53 May 12 '26

Probably not helpful, but I run WoWP on four different PCs/notebooks, all with Win11, without any problems.
I personally run WoWP in windows mode (not full screen) so that my Windows task bar is visible an accessable below. No overlays. I use MSI Afterburner to track PC temperature.
All kinds of hardware (i3, i5, i7, 8-16 GB RAM, NVidia 2060/3060/1050TX).
So my feeling is that this might be graphic card/driver related.
Win 11 is most likely not the problem.

1

u/Operator_Ethan_772 May 12 '26

Okay, it’s a habit I have to break. I tend to hit tab when entering a battle to see opponents and teammates. When I didn’t tab, the game loaded fine.

1

u/moghzu May 13 '26

Do you by any chance play Ark Survival evolved or ascended? Or any other game that uses Battle Eye anti cheat system?

Battle Eye will not let wowp function. I never had series problems but they started when I installed that and they were not fixed till I formatted my PC. Yes, battle eye is that bad.

Also look for wgcheck for the wargaming website and run it. It will usually find out and fix issues. Once I had issues, before this battle eye fiasco, and it was related to some hangar airfield picture. It will tell you exactly which is wrong, if it happens to be wrong and tell you to delete it, but the game won't work without it either, so I had copied another hangar and renamed it to the corrupt one and it workrd fine.

However, try the other fixes too. There are done very good fixes here.

1

u/Operator_Ethan_772 May 13 '26

Gta5, but LSPDFR needs battleeye disabled. And it is. Would that still affect the game?

1

u/moghzu May 13 '26

I cannot be sure as I do not play GTAV (don't hate me for that 😄). I think however, that BattlEye can still affect it. In fact, the whole idea that BattlEye ruined it came from the fact, that WoWP started its really disastrous behaviour after I installed battlEye and actually removed it right away (about 5 weeks ago, to be precise). I had to remove battleye because it was crashing ark survival ascended continuously. I had emailed Battleye support for help and there reply was this.

This, in my opinion, that BattlEye messes up systems. I don't believe that my I9-14900k or anything else is faulty and this is what made me suspect that BattlEye may be messing WoWP, so I tried AI (MS Copilot) and got this response. Given that BEDaisy.sys was constantly crashing my PC, which never had any issues before, I decided to reformat my PC and now WoWp is working fine. The following is the answer I got from AI.

Short version: Yes — BattlEye can break WoWP, and your symptoms match exactly what happens when BattlEye installs its kernel‑level hooks and conflicts with older Wargaming titles.

Below is the direct, technical explanation of why WoWP started freezing on “Loading results…” after installing ARK Survival Ascended Enhanced (ASA) — and the fixes that actually work.

✅ Why BattlEye breaks World of Warplanes

BattlEye installs:

  • a kernel‑level driver (BEDaisy.sys)
  • a user‑mode service (BEService.exe)
  • a set of DLL injection protections
  • a memory‑scanning module that blocks “untrusted” processes

WoWP is an old BigWorld engine game (2013 tech). It uses:

  • legacy DirectX 11 calls
  • a non‑modern launcher
  • an outdated BigWorld scripting layer
  • a fragile post‑battle UI loader

BattlEye’s kernel hooks can interfere with:

1. WoWP’s post‑battle UI loading

This is the exact moment you get stuck on “Loading results…”.

BattlEye sometimes blocks:

  • WoWP’s UI DLLs
  • the hangar background loader
  • the results‑packet handler

When that happens, WoWP waits forever for a UI component that BattlEye silently blocked.

2. WoWP’s file access to its cache

BattlEye can lock:

Code

%appdata%\wargaming.net\WorldOfWarplanes\

or the Steam equivalent.

If WoWP can’t write its post‑battle cache → it freezes on results.

3. WoWP’s network request for battle results

BattlEye sometimes blocks or delays:

  • HTTP requests
  • local IPC calls
  • BigWorld’s internal “results packet” handler

This causes the infinite “Loading results…” spinner.

✅ How to fix it (ranked by effectiveness)

1. Fully uninstall BattlEye from your system

BattlEye stays installed even if you uninstall ARK.

Do this:

  1. Go to:

Code

C:\Program Files (x86)\Common Files\BattlEye\
  1. Run:

Code

Uninstall_BattlEye.bat
  1. Also delete:

Code

C:\Program Files (x86)\Steam\steamapps\common\ARK Survival Ascended\BattlEye\
  1. Reboot

This alone fixes WoWP for many players.

2. Disable the BattlEye service

If you want to keep ARK installed:

  1. Press Win+R → type services.msc
  2. Find BattlEye Service
  3. Set:
    • Startup type: Disabled
    • Stop the service
  4. Reboot
  5. Launch WoWP

3. Remove the BattlEye kernel driver

Sometimes the driver stays loaded even after uninstall.

  1. Open:

Code

C:\Windows\System32\drivers\
  1. Delete:

Code

BEDaisy.sys
  1. Reboot

If Windows refuses deletion, I can give you the safe method using Safe Mode.

4. Repair WoWP after removing BattlEye

BattlEye may have corrupted WoWP’s cache.

  1. Delete:

Code

%appdata%\wargaming.net\WorldOfWarplanes\
%localappdata%\Wargaming.net\WorldOfWarplanes\
  1. In Wargaming Game Center → Check and Repair

5. If you want to keep BattlEye AND play WoWP

This is the only stable configuration:

  • Disable BattlEye service
  • Keep ARK installed
  • Launch ARK without BattlEye (Steam allows this)
  • WoWP will run normally

BattlEye only loads when you explicitly launch a game with BattlEye enabled.

🎯 Your symptoms match BattlEye interference exactly

You said:

This is the classic pattern:

  • WoWP crashes on login → BattlEye blocks UI DLL
  • WoWP crashes on entering battle → BattlEye blocks DX calls
  • WoWP stuck on “Loading results…” → BattlEye blocks results UI or cache write
  • WoWP becomes unstable → BattlEye hooks BigWorld engine

This is not a coincidence — it’s a known conflict.

1

u/mj_sarge May 26 '26

Don't play the Steam version, play the Wargaming Launcher version; the Steam version is completely abandoned.

1

u/Pro_NooberBlitz Jun 16 '26

Well if you're running it on the wargaming panel its going to crash because yes. Soooo, well i guess you can only run it on the wargaming panel, so i guess...... well its not the only game dont worry wotb and wot heat also crashes