-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy patherrors.html
121 lines (108 loc) · 5.61 KB
/
errors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="keywords"
content="h1-mod, mwr, client, h1, modded mwr, iw7-mod, infinite warfare, iw7, modded infinite warfare">
<meta property="og:title" content="Aurora" />
<meta property="og:description"
content="Aurora is a project that creates clients for Call of Duty: Modern Warfare Remastered (November 2016) & Call of Duty: Infinite Warfare (October 2016)." />
<meta property="og:image" content="content/h1banner.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://auroramod.dev" />
<link rel="shortcut icon" href="content/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.1.1/css/duotone.css">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="snippet.css">
<title>Errors - Aurora</title>
</head>
<body>
<header>
<a href="https://auroramod.dev" class="logo">
<h3><span><i class="fa-solid fa-a"></i></span></h3>
</a>
<nav class="navigation">
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="SUPPORT">H1-Mod <i
class="fas fa-angle-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="faq.html" class="w3-bar-item w3-button"><i class="fa fa-question"></i> - FAQ</a>
<a href="cmd.html" class="w3-bar-item w3-button"><i class="fa fa-terminal"></i> - CMD</a>
<a href="errors.html" class="w3-bar-item w3-button"><i class="fas fa-exclamation-triangle"></i> -
Errors</a>
<a href="https://docs.auroramod.dev/troubleshoot" class="w3-bar-item w3-button"><i
class="fa fa-tools"></i>
- Repair</a>
<a href="https://docs.auroramod.dev/install" class="w3-bar-item w3-button"><i
class="fa fa-headset"></i> -
Support</a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More" style="color: #fff">Other <i
class="fas fa-angle-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="https://docs.auroramod.dev" class="w3-bar-item w3-button"><i class="fa fa-book"></i> -
Docs</a>
<a href="https://github.com/auroramod" class="w3-bar-item w3-button"><i class="fab fa-github"></i> -
GitHub</a>
<a href="https://discord.com/invite/RzzXu5EVnh" class="w3-bar-item w3-button"><i
class="fab fa-discord"></i> - Discord</a>
</div>
</div>
</nav>
</header>
<section class="errors">
<center>
<h1>H1-Mod Errors - <i class="fas fa-exclamation-triangle"></i></h1>
</center>
<center>
<br>
</center>
<div style="color: #fff;text-align: center;">
<h6>Q: My game is crashing as soon as i open it</h6>
<h6>A: Make sure to have steam installed.</h6>
<br>
<h6>Q: H1-Mod is not responding</h6>
<img src="./content/fuckavastandanyav.png">
<h6>A: Uninstall any Third-Party Anti-Viruses you have.</h6>
<br>
<h6>Q: MENU_CONTENT_NOT_AVAILABLE</h6>
<img src="./content/mcna.png">
<h6>A: Install <a
href="https://docs.auroramod.dev/install#i-already-have-the-steam-version--i-dont-have-the-dlc">DLCs</a>
or
Make sure `english` folder is in zone directory</h6>
<br>
<h6>Q: Failed to read/map game binary.</h6>
<img src="./content/gamebinaryerr.png">
<h6>A: Copy the h1-mod.exe into your MWR folder and run it from there.</h6>
<br>
<h6>Q: Out of Memory Error.</h6>
<img src="./content/memoryError.png">
<h6>A: Make sure to free some memory or Read <a style="color: #af19c3"
href="https://docs.auroramod.dev/troubleshoot#memory-error-crash">Memory Error troubleshooting</a>.
</h6>
<br>
<h6>Q: Create2DTexture Fatal Error.</h6>
<img src="./content/Create2DTexture.png">
<h6>A: 1. Disable shader cache preloading, 2. Update GPU drivers, 3. Free up ram, 4. Low your graphics
settings</h6>
</div>
</section>
<footer class="footer">
<p class="footer-title">Aurora <span style="color: #a119c3;"><i class="fas fa-code"></i></span></p>
<p class="footer-desc">Aurora is not affiliated with Activision Blizzard, Inc., Infinity Ward, or Raven
Software.
All rights belong to their respective owners.</p>
<div class="social-icons">
<a href="https://github.com/auroramod"><i class="fab fa-github"></i></a>
<a href="https://discord.com/invite/RzzXu5EVnh"><i class="fab fa-discord"></i></a>
</div>
</footer>
</body>
</html>