# Troubleshooting

> **I get this `Debug Error!` everytime I close the game, how do I fix?**

![Debug Error](https://github.com/WrekLess/shield-docs/assets/9027113/a61e46b9-8457-4f60-a2b8-fa25ad416ed8)

⁠ This is behavior has been fixed. If you see this error, update the launcher.

> **I get this `Fatal error_Error code: 402296948` when I try to play the game by clicking `Online` or `Offline`, how do I fix?**

![Crash - Fatal Error](https://github.com/WrekLess/shield-docs/assets/9027113/b2dcdc65-1844-448d-9f64-29998eb9dd80)

⁠ The game crashed because you are probably missing files. Try verifying the game files using the Battlenet launcher.

> **I get this `Fatal error_Error code: 140707235801993` when I joined a public lobby on multiplayer and the game crashed, how do I fix?**

![2](https://github.com/WrekLess/shield-docs/assets/9027113/26a52238-c1dc-4d04-819f-4af4c82d81e1)

⁠ The game crashed because you are probably missing files. Try verifying the game files using the Battlenet launcher.

> **I get this `ERROR_Connection to the Battle.net servers could not be established. Error code: BLZBNTBGS000003E9` when I try joining a public match.**

![Bnet Error](https://github.com/WrekLess/shield-docs/assets/9027113/5695182a-ae45-4c48-b052-4c2e152fb298)

⁠ This is likely due to Windows Defender or your antivirus deleting the d3d11.dll file that the bo4-launcher installs to the root of your bo4 game directory. To resolve this, either add an exception for the file or the game directory to avoid future deletions. Then, restore the file from the Recycle Bin and try again.

> **I get this `ERROR_server script error can't allocate more variables` starting Voyage of dispair / ix and are using BlackOps4\_shield\_atianmenu in the mods folder, how do I fix?**

![Script Error](https://github.com/WrekLess/shield-docs/assets/9027113/07a8eafa-443d-42f8-9112-0be32063d321)

⁠ It’s a common bug, but needs a dev to write a profiler. Solution is to remove the mod. Fix is TBD.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shield-bo4.gitbook.io/document/useful-infomation/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
