-
Notifications
You must be signed in to change notification settings - Fork 11
/
iw6x_errors.html
235 lines (210 loc) · 12.4 KB
/
iw6x_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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="iw4x, iw6x, x labs, game modifications, cod clients, opensource, open source, ghosts client, mw2 client, iw4, iw6, iw6x errors">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:title" content="X Labs" />
<meta property="og:description" content="Errors related to the IW6x client and server with potential fixes. " />
<meta property="og:image" content="https://xlabs.dev/img/xlabs_social.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="X Labs" />
<meta name="twitter:description" content="Errors related to the IW6x client and server with potential fixes." />
<meta name="twitter:url" content="https://xlabs.dev/iw6x_errors" />
<meta name="twitter:image" content="https://xlabs.dev/img/xlabs_social.png" />
<title>IW6x Errors | X Labs</title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="https://kit.fontawesome.com/72366d0c6b.js" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EJKDYYL6WF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-EJKDYYL6WF');
</script>
</head>
<body>
<!-- Menu Section Start -->
<div class="fixed-top">
<div class="container">
<div class="row">
<div class="col-12">
<script src="header.js"></script>
</div>
</div>
</div>
</div>
<!-- Menu Section End -->
<!-- Header Section End -->
<!-- Client Support Section -->
<section id="blog" class="section">
<!-- Client Container Starts -->
<div class="container">
<div class="section-header">
<div class="blog-item-img">
<img src="img/iw6x_banner.png" alt="IW6x">
</div>
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">IW6x <span>Errors</span></h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="0.3s">Learn how to fix your game here.</p>
<a href="#MENU_CONTENT_NOT_AVAILABLE" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">MENU_CONTENT_NOT_AVAILABLE</a>
<a href="#no_bsp" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Couldn't find the bsp for this map.</a>
<a href="#script_error" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Script Error: An error has occurred in the script on this page.</a>
<a href="#xinput" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Unable to load import '#4' from module 'XINPUT1_3.dll'</a>
<a href="#blank_launcher" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Blank Menu (No Singleplayer/Multiplayer Option)</a>
<a href="#disc_read" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Disc read error</a>
<a href="#game_binary" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Failed to read/map game binary</a>
<a href="#steam_api64" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">The code execution cannot proceed because steam_api64.dll was not found.</a>
</div>
<div class="row">
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="MENU_CONTENT_NOT_AVAILABLE"></a>
Q: MENU_CONTENT_NOT_AVAILABLE
</p>
<img src="https://i.imgur.com/m6tjRb9.png" alt="MENU_CONTENT_NOT_AVAILABLE" class="img-fluid">
<p>
A: Install the <a href="support_iw6x_client">DLCs</a>.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="no_bsp"></a>
Q: Couldn't find the bsp for this map.
</p>
<img src="https://i.imgur.com/LhirQ3z.png" alt="Couldn't find the bsp for this map" class="img-fluid">
<p>
A: Install the <a href="support_iw6x_client">DLCs</a>, or if you are 100% sure you installed them right, just restart your game.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="script_error"></a>
Q: Script Error: An error has occurred in the script on this page.
</p>
<img src="https://i.imgur.com/0b7l2no.png" alt="Script Error" class="img-fluid">
<p>
A: Try restarting the launcher. If it still happens, make a shortcut of IW6x.exe and add -multiplayer at the end of the target field.
</p>
<img src="https://i.imgur.com/1tWW4Nm.png" alt="Solution -multiplayer" class="img-fluid">
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="xinput"></a>
Q: Unable to load import '#4' from module 'XINPUT1_3.dll'
</p>
<img src="https://i.imgur.com/C6c1GyF.png" alt="XINPUT1_3.dll" class="img-fluid">
<p>
A: Install <a href="https://www.microsoft.com/en-us/download/details.aspx?id=35">DirectX</a>.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="blank_launcher"></a>
Q: Blank Menu (No Singleplayer/Multiplayer Option)
</p>
<img src="https://i.imgur.com/8TaY8pF.png" alt="Blank Menu" class="img-fluid">
<p>
A: Try restarting the launcher or, if it still happens, make a shortcut of IW6x.exe and add -multiplayer at the end of the target field. <img src="https://i.imgur.com/1tWW4Nm.png" class="img-fluid">
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="disc_read"></a>
Q: Disc read error
</p>
<img src="https://i.imgur.com/5y13KBK.png" alt="Disc read error" class="img-fluid">
<p>
A: Verify your game files through Steam, or use the <a href="iw6x_repair"> IW6x Repair Guide</a>.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="game_binary"></a>
Q: Failed to read game binary
</p>
<img src="https://i.imgur.com/LZ4ds8h.png" alt="Failed to read game binary" class="img-fluid">
<p>
A: Make sure IW6x.exe is in your Ghosts directory. If this still happens, verify your game files using Steam or use the <a href="iw6x_repair">IW6x Repair Guide</a>
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="steam_api64"></a>
Q: The code execution cannot proceed because steam_api64.dll was not found.
</p>
<img src="https://i.imgur.com/J7qNtru.png" alt="steam_api64.dll was not found" class="img-fluid">
<p>
A: Make sure you are launching the game with IW6x.exe, instead of iw6mp64_ship.exe.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
</div>
</div>
</section>
<!-- blog Section End -->
<!-- Footer Section Start -->
<script src="footer.js"></script>
<!-- Footer Section End -->
<!-- Go To Top Link -->
<a href="#" class="back-to-top">
<i class="fas fa-arrow-up"></i>
</a>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r123/three.min.js" integrity="sha512-Q+IG0h7As6sfqE2t1Xf5IeamNyCXb4EXxGCA9Mlbpv7xtwurVHNdVDbyWeSQ3ulPf2FRlqeu77Ec3SJDdIR63w==" crossorigin="anonymous"></script>
<script src="js/classie.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/nivo-lightbox.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/wow.js"></script>
<script src="js/menu.js"></script>
<script src="js/jquery.vide.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>