aboutsummaryrefslogtreecommitdiff
path: root/subpages/Comments/GCFScape_v1.8.6_Full-page1.html
blob: 011fec4877e508c984cd3594d7518c26abd62bc4 (plain) (blame)
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
<!DOCTYPE html>

<head>
	<title>Nem's Tools [GCFScape - Download - GCFScape v1.8.6 Full]</title>
	<link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon">
	<link rel="stylesheet" type="text/css" href="../../css/default.css">
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta name="author" content="Ryan Gregg">
	<meta name="description" content="Nem&#39;s Half-Life and Half-Life 2 editing tools.">
</head>

<body>
	<div class="banner" onclick="location.href='https://nemstools.github.io/'"> </div>
	<div class="archived">This is archived copy of currently unavailable <a href="http://nemesis.thewavelength.net">Nem's
			Tools website</a>, restored from <a
			href="https://web.archive.org/web/20191202151405/http://www.nemesis.thewavelength.net/">Web Archive</a>. <br>
		Download section now provides links to both Web Archive and to this unofficial Github mirror.
	</div>
	<div class="main">
		<div class="group">
			<div class="separator"></div>
			<div class="heading2 menu">
				<a href="../../index.html" class="menuitem">Home</a>
				<a href="../../pages/GCFScape.html" class="menuitem">GCFScape</a>
				<a href="../../pages/Crafty.html" class="menuitem">Crafty</a>
				<a href="../../pages/VTFLib.html" class="menuitem">VTFLib</a>
				<a href="../../pages/Batch_Compiler.html" class="menuitem">Batch Compiler</a>
				<a href="../../pages/Terrain_Generator.html" class="menuitem">Terrain Generator</a>
				<a href="../../pages/BSP_Viewer.html" class="menuitem">BSP Viewer</a>
				<a href="../../pages/MAP_Viewer.html" class="menuitem">MAP Viewer</a>
				<a href="../../pages/virtuAMP.html" class="menuitem">virtuAMP</a>
				<a href="../../pages/Miscellaneous.html" class="menuitem">Miscellaneous</a>
			</div>
			<div class="separator"></div>
			<div class="content">
				<div class="main_area">
					<div class="space"></div>
					<div class="main_content">
						<div class="group">
							<div class="heading1">
								<div class="space"></div><span class="left"><a name="p169" href="#p169">GCFScape
										v1.8.6 Full</a> - <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
									class="right">Posted: Jan 17th, 2006 - 8:27:11 pm</span>
								<div class="space"></div>
							</div>
							<div class="content"><b>About:</b>
								<p>GCFScape v1.8.6 - GCFScape and all the files you need to run it (<span class="warning">except the
										.NET Framework</span>).</p>

								<b>Download:</b>
								<ul>
									<li><a
											href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/files/files/gcfscape186.exe">Installer
											(525 KB)</a></li>
									<li><a
											href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/files/files/gcfscape186.zip">Archive
											(334 KB)</a></li>
								</ul>

								<b>Runtimes: <span class="warning">(Required)</span></b>
								<p>.NET Framework - GCFScape is written in C++ .NET (using Visual C++ 2010 SP1) and as such requires the
									.NET Framework 4.0 (or later) and the Visual C++ 2010 SP1 runtime to run.</p>

								<b>Download:</b>

								<p>If you don't already have the .Net Framework installed, or are unsure what to do, download the .Net
									Framework 4.*:</p>
								<ul>
									<li><a
											href="https://web.archive.org/web/20200201044148/https://www.microsoft.com/net/download/framework">Microsoft
											.NET Framework</a></li>
								</ul>

								<p>If you already have the .Net Framework installed, and just want to update your C++ runtimes, download
									the appropriate Visual C++ runtime:</p>
								<ul>
									<li><a
											href="https://web.archive.org/web/20200201044148/https://www.microsoft.com/en-ca/download/details.aspx?id=8328">Microsoft
											Visual C++ 2010 SP1 Runtime (x86)</a></li>
									<li><a
											href="https://web.archive.org/web/20200201044148/https://www.microsoft.com/en-ca/download/details.aspx?id=13523">Microsoft
											Visual C++ 2010 SP1 Runtime (x64)</a></li>
								</ul>
							</div>
							<div class="heading1">
								<div class="space"></div><span class="left">Modified: Jan 22nd, 2017 - 7:24:37 pm</span><span
									class="right">[ 703489 Views ]</span>
								<div class="space"></div>
							</div>
						</div><br>

						<div class="offsets">[ 1
							<a href="GCFScape_v1.8.6_Full-page2.html#p169">2</a>
							]</div><br>

						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">1.</span> <a name="c1933"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=2055">elron</a></span><span
									class="right">Modified: Mar 20th, 2006 - 8:42:58 am</span>
								<div class="space"></div>
							</div>
							<div class="content">Cool!!! Espacially the progress bar!<br>Great, thanx!<br><br>One thing that would be
								useful (and should be easy to implant): <b>Batch extraction of GCF</b><br>
								<br>
								But anyway, thanks for this pretty cool program!</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">2.</span> <a name="c1934"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
									class="right">Posted: Mar 20th, 2006 - 11:05:46 am</span>
								<div class="space"></div>
							</div>
							<div class="content">For batch extraction, look at HLExtract which is part of <a
									href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?p=35">HLLib</a>.
							</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">3.</span> <a name="c2008"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=2182">Flippy</a></span><span
									class="right">Posted: May 27th, 2006 - 4:59:00 am</span>
								<div class="space"></div>
							</div>
							<div class="content">On startup of GCFscape v1.4.1 i recieve and error: "The application failed to
								initialize properly (0xc0000005). Click on OK to terminate the application."<br>
								which appears once more when I press 'OK' for the first error popup. <br>
								<br>
								I looked in the readme and it only had the solution for the error: "The application failed to initialize
								properly (0xc0000135). Click ok to terminate the application." <br>
								<br>
								I had already gotton Microsoft .NET frameword version 2.0 installed fine and yet i still get the error
								<img src="../../images/emotes/shrug.gif" width="32" height="32" alt="shrug"><br>
								<br>
								How can i solve this problem?</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">4.</span> <a name="c2011"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
									class="right">Posted: May 27th, 2006 - 2:54:29 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I tried searching for information on the error, but I wasn't able to find anything
								helpful. It looks like a problem with your .NET installation. You might try reinstalling .NET v2.0 or
								playing around with GCFScape v1.3.x which uses .NET v1.1<br>
								<br>
								Sorry! There ain't much I can do about it.<br>
								<br>
								<img src="../../images/emotes/exhausted.gif" width="32" height="32" alt="exhausted"></div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">5.</span> <a name="c2016"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=2192">Konoko</a></span><span
									class="right">Modified: Jun 30th, 2006 - 8:55:18 am</span>
								<div class="space"></div>
							</div>
							<div class="content">Hi all.<br><br>I maked KGamesEX v0.5 (Konoko Games Extractor). <br>Program based in
								HLExtract. <br><br>Faetures: <br>1) Changes destination path<br>2) Right click extraction of GCF (shell
								integration)<br>3) Not using .NET FrameWork<br><br>screenshots - <br><br><a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/e107_images/newspost_images/kgaemsex_shell.png"><img
										src="../../images/emotes/thumb_kgaemsex_shell.png" alt="" border="0"></a> <br><br><a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/e107_images/newspost_images/kgamesex.png"><img
										src="../../images/emotes/thumb_kgamesex.png" alt="" border="0"></a><br><br>news <a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/comment.php?comment.news.53">here</a><br>downloads
								<a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/download.php?view.13">here</a><br>forums
								<a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/e107_plugins/forum/forum_viewtopic.php?130.0">here</a><br><br><img
									src="../../images/emotes/free.gif" width="32" height="32" alt="free"> <img
									src="../../images/emotes/happy.gif" width="32" height="32" alt="happy"><br><a
									href="https://web.archive.org/web/20200201044148/http://maniacs-software.tk/">maniaCs Software</a>
							</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">6.</span> <a name="c2023"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=2192">Konoko</a></span><span
									class="right">Modified: Jun 28th, 2006 - 4:21:58 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">KGamesEX 0.6 Ready<br><br>+ Faetures: <br>4) Right click on folder changes
								destination path (shell integration) (new)<br>5) Right click extraction of GCF (shell integration)
								(new)<br><br>screenshots - <br><br><a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/e107_images/newspost_images/kgamesex_license.png"><img
										src="../../images/emotes/thumb_kgamesex_license.png" alt="" border="0"></a> <br><br><a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/e107_images/newspost_images/kgaemsex_shell_folder0.6.png"><img
										src="../../images/emotes/thumb_kgaemsex_shell_folder0.6.png" alt="" border="0"></a> <a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/e107_images/newspost_images/kgaemsex_shell_file0.6.png"><img
										src="../../images/emotes/thumb_kgaemsex_shell_file0.6.png" alt="" border="0"></a> <br><br><a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/e107_images/newspost_images/kgaemsex_shell_file0.6.png"><img
										src="../../images/emotes/thumb_kgamesex0.6.png" alt="" border="0"></a><br><br>news <a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/comment.php?comment.news.58">here</a><br>downloads
								<a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/download.php?view.16">here</a><br>forums
								<a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/e107_plugins/forum/forum_viewtopic.php?130.0">here</a><br><img
									src="../../images/emotes/free.gif" width="32" height="32" alt="free"> <img
									src="../../images/emotes/happy.gif" width="32" height="32" alt="happy"><br><a
									href="https://web.archive.org/web/20200201044148/http://maniacs-software.tk/">maniaCs Software</a>
							</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">7.</span> <a name="c2047"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=2192">Konoko</a></span><span
									class="right">Modified: Jun 28th, 2006 - 4:24:30 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">KGamesEX 0.7 Ready<br><br>SpaceBar Fix: fixed path to GCF file and Destination
								folder<br><br>news <a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/comment.php?comment.news.66">here</a><br>downloads
								<a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/download.php?view.17">here</a><br>forums
								<a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/e107_plugins/forum/forum_viewtopic.php?130.0">here</a><br><img
									src="../../images/emotes/free.gif" width="32" height="32" alt="free"> <img
									src="../../images/emotes/happy.gif" width="32" height="32" alt="happy"><br><a
									href="https://web.archive.org/web/20200201044148/http://maniacs-software.tk/">maniaCs Software</a>
							</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">8.</span> <a name="c2049"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=2192">Konoko</a></span><span
									class="right">Modified: Jun 28th, 2006 - 4:19:33 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">KGamesEX 0.8 Ready<br><br>+ Faetures:<br>6) Update Uninstall System (delete only
								KGamesEX files in program folder - all other files will stay)<br><br>news <a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/comment.php?comment.news.67">here</a><br>downloads
								<a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/download.php?view.18">here</a><br>forums
								<a
									href="https://web.archive.org/web/20200201044148/http://konoko.mapping.vbios.com/e107_plugins/forum/forum_viewtopic.php?130.0">here</a><br><img
									src="../../images/emotes/free.gif" width="32" height="32" alt="free"> <img
									src="../../images/emotes/happy.gif" width="32" height="32" alt="happy"><br><a
									href="https://web.archive.org/web/20200201044148/http://maniacs-software.tk/">maniaCs Software</a>
							</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">9.</span> <a name="c2059"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=2230">joeman</a></span><span
									class="right">Modified: Jul 5th, 2006 - 7:50:21 am</span>
								<div class="space"></div>
							</div>
							<div class="content">To Flippy,<br>
								<br>
								I had the same prob before, hope this helps you.<br>
								<br>
								Make sure that you have .Net Framework v2 installed and not v2b. You can download the program from
								microsoft. If it still doesn't work, then you must have an invalid registry, you can use TuneUp
								Utilities 2006 to fix it. If all fails, you'll have to revert back to the<br>
								previous GCFScape version (1.3.1) and have .Net Framework 1.1<br>
								installed.<br>
								<br>
								good luck.</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">10.</span> <a name="c2104"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=2298">basicfreak</a></span><span
									class="right">Modified: Aug 21st, 2006 - 11:51:41 am</span>
								<div class="space"></div>
							</div>
							<div class="content">i have installed all tools (dotnet runtime 2/ framework, windows installer 3) but it
								doesn't work.<br><br>there is an error ( <img src="../../images/emotes/err1.JPG" alt="" border="0">
								) (edited, its a unix server -.-)<br>
								<br>
								nearly the same it is by the other programms like map and bsp viewer<br>
								<br>
								what can i do?<br>
								<br>
								i have seen gcfscape working, as i was by a friend, and its a great tool<br>
								<br>
								sry, my english is not good, i'm from germany -.-<br>
								<br>
								thanks<br>
								<br>
								edit:<br>
								updated to sp2 and reinstalled .net framework<br>
								result: the same error appears<br>
								<br>
								edit2:<br>
								the same is for version 1.3.1, too<br>
								<br>
								system:<br>
								<br>
								&lt;--&gt;<br>
								<br>
								windows xp pro, sp2 ( updated )<br>
								amd athlon xp 2k+ ( 1667mhz )<br>
								512mb ram<br>
								<br>
								&lt;--&gt;</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">11.</span> <a name="c2106"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
									class="right">Posted: Aug 21st, 2006 - 10:59:47 am</span>
								<div class="space"></div>
							</div>
							<div class="content">I can't get your picture to work...</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">12.</span> <a name="c2107"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=2298">basicfreak</a></span><span
									class="right">Posted: Aug 21st, 2006 - 11:52:38 am</span>
								<div class="space"></div>
							</div>
							<div class="content">so, now it's inbound :P<br>
								<br>
								sry... i have written the ".jpg" not in capital letters -.-</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">13.</span> <a name="c2109"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
									class="right">Posted: Aug 22nd, 2006 - 8:00:09 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Sorry man, don't know if I can help you. If the bug was in GCFScape you would get a
								different error message because GCFScape is written in managed code. It doesn't look like Windows is
								getting to GCFScape's code at all, instead it looks like a bug with .NET or something funny with your
								Windows installation.<br>
								<br>
								I can only recommend that you get any Windows updates available to you (but it sounds like you've
								already tried this).<br>
								<br>
								<img src="../../images/emotes/shrug.gif" width="32" height="32" alt="shrug"></div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">14.</span> <a name="c2111"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=2298">basicfreak</a></span><span
									class="right">Posted: Aug 23rd, 2006 - 8:11:50 am</span>
								<div class="space"></div>
							</div>
							<div class="content">yes, i've already tried this...<br>
								<br>
								perhaps i should look for a different mirror than microsoft (maybe i can find something -.-)<br>
								<br>
								my windows is ok... i reinstalled it on saturday<br>
								<br>
								then i installed sp2, .net frame and then i got all updates<br>
								but the error is still there -.- <img src="../../images/emotes/exhausted.gif" width="32" height="32"
									alt="exhausted"><br>
								<br>
								nevertheless thanks</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">15.</span> <a name="c2124"
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=7">Slackiller</a></span><span
									class="right">Posted: Aug 28th, 2006 - 7:11:35 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">nice <img src="../../images/emotes/apple.gif" width="32" height="32" alt="apple">
							</div>
						</div><br>

						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">16.</span> <a name="c2254"
										href="index.php?a=2451">spidery_sheets</a></span><span class="right">Posted: Nov 14th, 2006 -
									10:47:39 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Hi Nem, I just wanted to add a comment regarding GCF fragmentation. Many people do
								not realize the difference between the gcf file itself being fragmented on their hard disk as opposed
								the files inside the gcf archive being fragmented. Obviously, GCFScape defragments the files inside the
								gcf file, but to gain the utmost performance, users should first defragment their hard drives to get the
								gcf file itself contiguous on the drive, then defragment the GCF with 'Scape. Running the GCFScape
								defragmenter obviously then leaves the physical file alone on the drive, only rearranging files within a
								file. I just thought I would mention that. Could it be gcf fragmentation is the source of Valve's
								infamous 'stuttering' bug in HL2? <img src="../../images/emotes/shrug.gif" width="32" height="32"
									alt="shrug" /> Please keep the quality projects coming!</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">17.</span> <a name="c2256"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Nov 15th, 2006 - 1:13:13 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Yep, you're correct; to get the most out of defragmenting you should defragment both
								your hard drive and your GCF files. If you <i>had</i> to choose but one, I'd recommend your GCF files,
								as my studies have shown they can contain upwards of 10,000 fragmentations which you're extremely
								unlikely to find in an NTFS file system. However, fragmentations in your file system can be more
								extreme...<br />
								<br />
								And it could just be the placebo effect, but I've noticed Steam and HL2 are a lot more responsive and so
								called stutters are much less exaggerated after defragmenting everything. This really is the main reason
								I wrote the tool, I was sick of load times.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">18.</span> <a name="c2270"
										href="index.php?a=2466">phil</a></span><span class="right">Modified: Nov 25th, 2006 - 10:29:27
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Sorry if this seems like a stupid question, but i downloaded your converter.. and
								tried converting a .bsp file, it ended up becoming an .ent file this is all well and good the
								extractions worked fine of the original file everything came out as .vmf's but i need the original file
								as a .vmf and must keep all the internal files together (map)<br />
								<br />
								as valve hammer can only seem to open .vmf's and i got the file as a whole .bsp map rather than single
								bits.<br />
								<br />
								Any thoughts? <br />
								<br />
								<img src="../../images/emotes/where.gif" width="32" height="32" alt="where" /></div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">19.</span> <a name="c2271"
										href="index.php?a=2111">DomIII</a></span><span class="right">Posted: Nov 25th, 2006 - 6:03:05
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">
								<div class="vbtitle">phil:</div>
								<div class="vbquote">.. and tried converting a .bsp file, it ended up becoming an .ent</div><br />So you
								want to decompile a .bsp into a .vmf? then you're looking for VMEX (<a
									href="https://web.archive.org/web/20180320051415/http://www.geocities.com/cofrdrbob/vmex.html">http://www.geocities.com/cofrdrbob/vmex.html</a>)<br />
								anyway nem, thanks soo much for the defrag-feature...my css is running much smoother now:)
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">20.</span> <a name="c2272"
										href="index.php?a=2466">phil</a></span><span class="right">Posted: Nov 25th, 2006 - 8:07:17
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">
								<div class="vbtitle">DomIII:</div>
								<div class="vbquote">
									<div class="vbtitle">phil:</div>
									<div class="vbquote">.. and tried converting a .bsp file, it ended up becoming an .ent</div><br />So
									you want to decompile a .bsp into a .vmf? then you're looking for VMEX (<a
										href="https://web.archive.org/web/20180320051415/http://www.geocities.com/cofrdrbob/vmex.html">http://www.geocities.com/cofrdrbob/vmex.html</a>)
								</div><br />
								<br />
								Told you it was a stupid question <img src="../../images/emotes/exhausted.gif" width="32" height="32"
									alt="exhausted" /> Thanks alot for that though. :D<br />
								<br />
								<img src="../../images/emotes/free.gif" width="32" height="32" alt="free" />
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">21.</span> <a name="c2274"
										href="index.php?a=2111">DomIII</a></span><span class="right">Posted: Nov 26th, 2006 - 4:34:02
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Nem, I think I have found an error:<br />Sometimes the defragmentation Progress is
								greater than 100%...<br />.NET Framework dropps the following exception:<br />
								<div class="vbtitle">Code:</div>
								<div class="vbcode">************** Ausnahmetext **************<br />System.ArgumentOutOfRangeException:
									Der Wert 308314112 ist für Value ungültig. Value sollte zwischen 'minimum' und 'maximum'
									liegen.<br />Parametername: Value<br /> bei System.Windows.Forms.ProgressBar.set_Value(Int32
									value)<br /> bei GCFScape.CProgress.SetProgress(UInt32 uiFilesDone, UInt32 uiFilesTotal, UInt32
									uiDataDone, UInt32 uiDataTotal)</div><br />in english this means (sorry for bad translation):<br />
								<div class="vbtitle">Code:</div>
								<div class="vbcode">************** Exceptiontext **************<br />System.ArgumentOutOfRangeException:
									The Value 308314112 is invalid for Value. Value should be between 'minimum' and
									'maximum'.<br />Parametername: Value<br /> at System.Windows.Forms.ProgressBar.set_Value(Int32
									value)<br /> at GCFScape.CProgress.SetProgress(UInt32 uiFilesDone, UInt32 uiFilesTotal, UInt32
									uiDataDone, UInt32 uiDataTotal)</div><br />I've also made a screenshot showing my PC's state at the
								time of the error:<br /><img src="../../images/pages/comments/gcfscape_error.JPG" alt=""
									border="0" /><br />
								This happened to me as I tried to defrag &quot;half-life deathmatch source.gcf&quot;, but it seems to be
								a cosmetic problem only, because it's an gui-error. If I click on &quot;Weiter&quot; (meaning
								&quot;Continue&quot;), gcf-scape still works propely and the file doesn't seem to be damaged (Steam does
								not complain).<br />
								Hope the supplied information helps.<br />
								GCF-Scape is really great!<br />
								Greetings<br />
								DomIII
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">22.</span> <a name="c2276"
										href="index.php?a=1">Nem</a></span><span class="right">Modified: Nov 26th, 2006 - 1:54:18 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Thanks for the info!<br />
								<br />
								It looks like a problem with HLLib's total data calculation, I will release a fix shortly. The bug
								shouldn't cause any damage to your .gcf as long as it is fully acquired, at least nothing you can't fix
								by validating the game. I specifically designed the algorithm to withstand a crash or system
								failure.<br />
								<br />
								<img src="../../images/emotes/lazy.gif" width="32" height="32" alt="lazy" /><br />
								<br />
								Edit: Alrighty, give v1.6.2 a try and let me know if it works.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">23.</span> <a name="c2277"
										href="index.php?a=2470">cLaD</a></span><span class="right">Modified: Nov 26th, 2006 - 2:29:49
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I don't think it's said enough , just how much this program help's people.<br />I
								just got to say thanks Nem on your work on gcfscape. 1 excellent program. <img
									src="../../images/emotes/yeahbaby.gif" width="32" height="32"
									alt="yeahbaby" /><br /><br />=====================<br />just got the update 1.6.2<br />i
								just tried to defrag my gcf's. <br />i had just enabled it so it can write. Then i tried to derag, after
								pressing defrag a window comes up saying it may take a few min's. i pressed ok, then a another window
								comes up and says:<br /><br />
								<div class="vbtitle">Code:</div>
								<div class="vbcode"><br />Error defragmenting file:<br />Error:<br />Package does not have write
									privileges,plaease enable them.<br /></div><br />
								<br />
								I had just enabled write. ?<br />
								after looking, in the log below. it says Defragmenting....<br />
								but when you click the error to go away it says done...<br />
								It's so fast i don't think it's working tho.<br />
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">24.</span> <a name="c2278"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Nov 26th, 2006 - 2:29:43 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">In the <b>Options</b> menu you need to enable <b>File Mapping</b> and <b>Write
									Access</b>, and disable <b>Volatile Access</b> before loading your .gcf file to defragment.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">25.</span> <a name="c2279"
										href="index.php?a=2470">cLaD</a></span><span class="right">Posted: Nov 26th, 2006 - 2:34:00
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">So the gcfscape needs to be opened , before ANY gcf file is loaded ?<br />
								<br />
								If so can an option in the file menu be added to close a gcf file with out closing the gcfscape program
								?</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">26.</span> <a name="c2280"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Nov 26th, 2006 - 2:58:06 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">You can always reload a .gcf file once GCFScape is opened. So if you double click a
								.gcf file to open it, and then change your options in GCFScape, reloading the .gcf from the <b>Recent
									Files</b> menu will apply the new settings.<br />
								<br />
								Your options will be saved when you restart GCFScape, so I don't think a close button is really
								necessary. Also, if you have your SteamApps folder open, you can just drag files onto GCFScape to open
								them instead of repeatedly double clicking.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">27.</span> <a name="c2281"
										href="index.php?a=2470">cLaD</a></span><span class="right">Modified: Nov 26th, 2006 - 3:06:34
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Ahh.. i see. ty<br />
								<br />
								also i kept getting an error about the Volatile Access ,and it was telling me to disable it.<br />
								i disabled it , and restarted gcfscape and then opened my file and started defraging it.<br />
								<br />
								Thanks again, great program.<br />
								<br />
								<br />
								edit: does it matter if steam is running when defraging ? i have closed it out while doing this.<br />
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">28.</span> <a name="c2282"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Nov 26th, 2006 - 3:17:53 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">You don't need to restart GCFScape to apply the options, just reload the .gcf.<br />
								<br />
								As for Steam, Volatile Access allows GCFScape to &quot;share&quot; files with Steam (which is why you
								are required to disable it before defragmenting). If Steam is using the .gcf file and you disable
								Volatile Access, GCFScape won't be able to open the file and thus wont be able to defragment it. If
								Steam isn't using the .gcf file, GCFScape will be able to open it and defragment it, but Steam won't
								(while it's open in GCFScape).<br />
								<br />
								Generally I would suggest not having Steam open at the same time just to be cautions, but because of the
								above described failsafes, it should be OK. GCFScape or Steam will give you an error if there is a
								conflict of access.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">29.</span> <a name="c2316"
										href="index.php?a=2516">XAN</a></span><span class="right">Modified: Dec 18th, 2006 - 8:12:39
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Update link - .net 3.0 is out:<br />x86 - <a
									href="https://web.archive.org/web/20180320051415/http://go.microsoft.com/fwlink/?LinkId=70848">http://go.microsoft.com/fwlink/?LinkId=70848</a><br />x64
								- <a
									href="https://web.archive.org/web/20180320051415/http://go.microsoft.com/fwlink/?LinkId=70849">http://go.microsoft.com/fwlink/?LinkId=70849</a>
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">30.</span> <a name="c2511"
										href="index.php?a=2804">ajstahl</a></span><span class="right">Posted: Jun 13th, 2007 - 9:54:59
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I also had problems getting this to work. Kept getting the &quot;application failed
								to start, please reinstall error&quot; The .NET stuff was installed. Still the error appeared. I
								installed Visual Studio 2005. The error still appeared. I installed SP1 for Visual Studio 2005. The
								error disappears and the program starts.</div>
						</div><br />

						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">31.</span> <a name="c2512"
										href="index.php?a=2805">The-No0n3</a></span><span class="right">Posted: Jun 14th, 2007 - 4:51:38
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">This software is really great i used it on windows xp but now i have windows vista
								and it dosent work<br /><a
									href="https://web.archive.org/web/20180303212507/http://phpdimensions.com/image/view/660/"><img
										src="https://web.archive.org/web/20180303212507im_/http://phpdimensions.com/imageuploads/561928Capture.JPG"
										alt="" border="0" /></a><img src="../../images/emotes/exhausted.gif" width="32" height="32"
									alt="exhausted" /></div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">32.</span> <a name="c2513"
										href="index.php?a=2807">mrflippy</a></span><span class="right">Posted: Jun 14th, 2007 - 7:31:12
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I am also receiving the side-by-side configuration error on vista.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">33.</span> <a name="c2514"
										href="index.php?a=2805">The-No0n3</a></span><span class="right">Posted: Jun 15th, 2007 - 1:32:41
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Please someone fix it <img src="../../images/emotes/brokenball.gif" width="32"
									height="32" alt="brokenball" /></div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">34.</span> <a name="c2515"
										href="index.php?a=2811">Delian</a></span><span class="right">Posted: Jun 15th, 2007 - 4:54:15
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content"><a
									href="https://web.archive.org/web/20180303212507/http://www.codeguru.com/forum/showthread.php?t=408061">http://www.codeguru.com/forum/showthread.php?t=408061</a><br />
								<br />
								This should describe the problem and the solution. But until the new version is out, it just won't work.
								<img src="../../images/emotes/bored.gif" width="32" height="32" alt="bored" /></div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">35.</span> <a name="c2516"
										href="index.php?a=1">Nem</a></span><span class="right">Modified: Jun 15th, 2007 - 8:03:14 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Visual Studio automatically generates manifest files for C++ applications. I think
								the problem is related to two things:<ol>
									<li>GCFScape uses a version of HLLib compiled with VS 2003 (.Net v1.1).</li>
									<li>Microsoft has released service packs for various versions of the .NET framework which the user may
										need (Windows Update).</li>
								</ol>I'll release v1.6.4 of GCFScape shortly with a rebuilt HLLib that should reduce dependencies.
								Hopefully that will quell some of the errors. (The error messages could be more helpful.)<br />
								<br />
								Edit: I've done so, maybe someone can give it a test?<br />
								<br />
								<img src="../../images/emotes/lazy.gif" width="32" height="32" alt="lazy" /></div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">36.</span> <a name="c2519"
										href="index.php?a=2804">ajstahl</a></span><span class="right">Modified: Jun 17th, 2007 - 3:17:30
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I reformatted my computer to get rid of Visual Studio. I installed Windows XP Pro
								then did all the updates. I installed the .NET Framework 2.0 runtime from the link provided in the FAQ
								section. The new version still generates an error message: &quot;The application has failed to start
								because the application configuration is incorrect.&quot; This is a fresh install of Windows and the
								.NET Framework and it's not working!<br /><br />EDIT:<br /><br />I looked in the Event Viewer and a more
								detailed error message was in there:<br /><br />&quot;Dependent Assembly Microsoft.VC80.CRT could not be
								found and Last Error was The referenced assembly is not installed on your system.&quot;<br /><br />The
								source of the error was &quot;SideBySide&quot;.<br /><br />There were two more errors that appeared
								along side this one. They are:<br /><br />&quot;Resolve Partial Assembly failed for Microsoft.VC80.CRT.
								Reference error message: The referenced assembly is not installed on your
								system.&quot;<br /><br />and<br /><br />&quot;Generate Activation Context failed for C:\Documents and
								Settings\Andy\Desktop\GCFScape.exe. Reference error message: The operation completed
								successfully.&quot;<br /><br />EDIT2:<br /><br />I tried putting msvcr80.dll in the .NET folder (the one
								with the version number as the name) and C:\WINDOWS\system32 and it didn't work
								yet<br /><br />EDIT3:<br /><br />Installing the package found here <a
									href="https://web.archive.org/web/20180303212507/http://www.microsoft.com/downloads/details.aspx?FamilyID=32bc1bee-a3f9-4c13-9c99-220b62a191ee&amp;DisplayLang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=32bc1bee-a3f9-4c13-9c99-220b62a191ee&amp;DisplayLang=en</a><br />didn't
								fix it<br /><br />EDIT4:<br /><br />Installing the package found here<br /><a
									href="https://web.archive.org/web/20180303212507/http://www.microsoft.com/downloads/details.aspx?FamilyID=200B2FD9-AE1A-4A14-984D-389C36F85647&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=200B2FD9-AE1A-4A14-984D-389C36F85647&amp;displaylang=en</a><br />
								made it work perfectly</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">37.</span> <a name="c2520"
										href="index.php?a=1">Nem</a></span><span class="right">Modified: Jun 19th, 2007 - 10:56:32 am</span>
								<div class="space"></div>
							</div>
							<div class="content">I think you've come to the same conclusion as me, the VS 2005 Service Pack I
								installed recently contains an updated C library. Can someone who hasn't installed the updated library
								test that [<i>removed</i>] works? It should fall back to the RTM release of the C library.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">38.</span> <a name="c2521"
										href="index.php?a=2816">LLIaMaH</a></span><span class="right">Posted: Jun 18th, 2007 - 10:51:34
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">http://nemesis.thewavelength.net/files/files/gcfscape164-rtm.zip<br />
								<br />
								yes !!!<br />
								its works on MS WinXP (x86) RU, FrameWork 3 + all updates<br />
								tnx</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">39.</span> <a name="c2522"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Jun 18th, 2007 - 10:58:16 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Thanks LLIaMaH, just to be clear, you didn't install the updates ajstahl posted
								right? That is, gcfscape164.zip didn't work?</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">40.</span> <a name="c2523"
										href="index.php?a=2805">The-No0n3</a></span><span class="right">Modified: Jun 19th, 2007 - 2:32:29
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Nem, now it works on windows vista ultimate i tested it <img
									src="../../images/emotes/apple.gif" width="32" height="32" alt="apple" /><br /><a
									href="https://web.archive.org/web/20180303212507/http://phpdimensions.com/image/view/879/"><img
										src="https://web.archive.org/web/20180303212507im_/http://phpdimensions.com/imageuploads/5858038Capture.GIF"
										alt="" border="0" /></a><br />My system info<br /><a
									href="https://web.archive.org/web/20180303212507/http://phpdimensions.com/image/view/880/"><img
										src="https://web.archive.org/web/20180303212507im_/http://phpdimensions.com/imageuploads/2368737Capture.PNG"
										alt="" border="0" /></a></div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">41.</span> <a name="c2524"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Jun 19th, 2007 - 10:56:03 am</span>
								<div class="space"></div>
							</div>
							<div class="content">Great! Thanks for the help everyone, I've updated the official downloads.<br />
								<br />
								<img src="../../images/emotes/love.gif" width="32" height="32" alt="love" /></div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">42.</span> <a name="c2527"
										href="index.php?a=2339">Fragalishus</a></span><span class="right">Posted: Jun 20th, 2007 - 6:28:14
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Nem, I didn't install the VS updates posted above, and the zip you posted here
								earlier worked for me. I just copied it and the hllib from the zip and overwrote the old one (1.3.1),
								but it worked right out of the zip.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">43.</span> <a name="c2528"
										href="index.php?a=2816">LLIaMaH</a></span><span class="right">Posted: Jun 20th, 2007 - 10:58:36
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">
								<div class="vbtitle">Nem:</div>
								<div class="vbquote">Thanks LLIaMaH, just to be clear, you didn't install the updates ajstahl posted
									right? That is, gcfscape164.zip didn't work?</div>mmm<br />
								i speak english so-so<br />
								i dont know, install me updates posted right or not<br />
								specially - not, if this download autoWINupdate - yes
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">44.</span> <a name="c2598"
										href="index.php?a=2881">1xinfusion</a></span><span class="right">Posted: Aug 4th, 2007 - 5:50:49
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Hey, does gcfscape support running from the command line ? because i want to run it
								with a .bat file and unpack a gcf automatically. is this possible?<br />
								<br />
								thanks . reply soon.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">45.</span> <a name="c2599"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Aug 4th, 2007 - 2:32:56 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">No, you want <a href="index.php?p=35">HLExtract</a>.</div>
						</div><br />

						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">46.</span> <a name="c2651"
										href="index.php?a=2932">juwb</a></span><span class="right">Posted: Sep 23rd, 2007 - 4:13:17
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I'm still getting the error with GCFScape 1.65 - on Windows XP with latest updates.
								The older GCFScape version 1.3x works fine.<br />
								<br />
								What to do about it? <img src="../../images/emotes/where.gif" width="32" height="32" alt="where" />
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">47.</span> <a name="c2653"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Sep 25th, 2007 - 2:17:16 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Try again? There is a bug in VS 2005 where the wrong assembly version is added to the
								embedded manifest file; it needs to be deleted, but I forgot to do so.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">48.</span> <a name="c2905"
										href="index.php?a=3321">Dwin</a></span><span class="right">Modified: Jun 21st, 2008 - 7:37:22
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I get the following error when I start GCFScape:<br />
								<br />
								The application has failed to start because its side-by-side configuration is incorrect. Please see the
								application event log for more detail.<br />
								<br />
								I am running Vista. <br />
								<br />
								Steam is not running. <br />
								<br />
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">49.</span> <a name="c2910"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Jun 24th, 2008 - 1:45:33 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Have you reviewed the <a href="index.php?p=34">FAQ</a>?</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">50.</span> <a name="c2942"
										href="index.php?a=3352">upgrade123</a></span><span class="right">Modified: Jul 11th, 2008 - 12:49:50
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I used to have GCF Scape, and it worked amazingly, but my HD got wiped clean. Now
								when I try to start it I ge this message: &quot;This application has failed to start because the
								application configuration is incorrect. Reinstalling the application may fix this problem.&quot; I have
								installed the .NET Framework V2.0, and I've reinstalled GCF Scape twice, but nothing's working.
								Halp!<br />
								<br />
								<br />
								<br />
								<img src="../../images/emotes/alarmed.gif" width="32" height="32" alt="alarmed" /><br />
								<br />
								EDIT: I'm also logged out of Steam.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">51.</span> <a name="c2943"
										href="index.php?a=3353">bobj</a></span><span class="right">Posted: Jul 11th, 2008 - 3:53:53
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Trying to use this app for the first time and get an error trying to extract wad
								using GCFScape- &quot;application failed to start because the application configuration is
								incorrect&quot; I searched and found one other person had the same problem but no remedy. I installed
								the .net and on a XP with SP2. Please help.<br />
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">52.</span> <a name="c2946"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Jul 12th, 2008 - 3:57:19 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Try installing <a
									href="https://web.archive.org/web/20180303212726/http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&amp;displaylang=en">this</a>.
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">53.</span> <a name="c2950"
										href="index.php?a=3352">upgrade123</a></span><span class="right">Posted: Jul 13th, 2008 - 4:41:13
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">
								<div class="vbtitle">Nem:</div>
								<div class="vbquote">Try installing <a
										href="https://web.archive.org/web/20180303212726/http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&amp;displaylang=en">this</a>.
								</div><br />
								<br />
								Epic win. Thank you!
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">54.</span> <a name="c2955"
										href="index.php?a=3367">IceBreaker</a></span><span class="right">Modified: Jul 22nd, 2008 - 8:26:00
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Edited:<br />
								Hi nem,<br />
								Finally got the Defragger with GCFScape to work, but when i run it it doesn't seem like it does much. It
								only does its process for under half a second. This normal?<br />
								<br />
								Edit: Never mind, i think its running perfectly. I had all the EP1 files defraging, and they seem to
								defrag real fast, where as the new 07' shizzle takes a few seconds.<br />
								<br />
								Edit: Another thing, when this &quot;package writable Privilege&quot; is on, can i write to GCFs? i'd
								REALLY like to replace the friend's message sound in &quot;winui.gcf&quot;<br />
								Im about to test my games, just got finished defraging all of them. </div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">55.</span> <a name="c2956"
										href="index.php?a=3372">BeteTest</a></span><span class="right">Posted: Jul 27th, 2008 - 4:34:32
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">I unpacked and empty gcf files from the full file gcf. Can I add to it unpacked files
								and a full version of a file?</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">56.</span> <a name="c2967"
										href="index.php?a=3402">SD</a></span><span class="right">Modified: Aug 20th, 2008 - 4:02:02
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">I love this tool. I've been using it for ages to keep my Source games running their
								best on my less-than-optimal system.<br />
								<br />
								I have hit a snag, however, in that one of the new TF2 files is larger than 2Gb. The file size shown by
								GCFScape is a large, negative number and it seems unable to defragment the file. I'm running Windows XP
								if that makes a difference. I think I recall this setback being documented somewhere but I want to make
								sure you're aware of it.<br />
								<br />
								Is there anything I can do on my end to fix or work around the problem? Is there anything you can do on
								your end to fix the problem? Is there any way I can help further? I can't promise to check for replies
								as often as I should but I am more than happy to help any way I can.<br />
								<br />
								Thanks again for this wonderful tool!<br />
								<br />
								- Dave</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">57.</span> <a name="c2972"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Aug 23rd, 2008 - 12:06:34 am</span>
								<div class="space"></div>
							</div>
							<div class="content">Thanks for the info; see <a href="index.php?c=75&amp;o=105#c2971">this post</a>.
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">58.</span> <a name="c2976"
										href="index.php?a=3402">SD</a></span><span class="right">Posted: Aug 26th, 2008 - 11:57:26 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Very cool, thanks!</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">59.</span> <a name="c3007"
										href="index.php?a=3481">jfm</a></span><span class="right">Modified: Oct 20th, 2008 - 11:21:45
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content"><img src="../../images/emotes/alarmed.gif" width="32" height="32" alt="alarmed" /> I
								have an Idea for Gfcscrape how about the ability to add files to gfc
								files in half life 2<br />
								or any game i want to add files to zombie panic:source but was disapointed yhat I could'nt</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">60.</span> <a name="c3010"
										href="index.php?a=1">Nem</a></span><span class="right">Posted: Oct 30th, 2008 - 1:00:26 am</span>
								<div class="space"></div>
							</div>
							<div class="content">You don't need to edit the .gcf files, see the <a href="index.php?p=34">FAQ</a>.
							</div>
						</div><br />


						<div class="offsets">[ 1
							<a href="GCFScape_v1.8.6_Full-page2.html#p169">2</a>
							]</div><br>

					</div>
					<div class="main_sidebar">
						<div class="group">
							<div class="heading1"><span class="title">GCFScape</span></div>
							<div class="content"><span class="title">» <a href="../../pages/GCFScape.html">About</a></span><br>
								<span class="title">» <a href="../../pages/GCFScape-Download.html">Download</a></span><br>
								<span class="title">» <a href="../GCFScape-Revision_History.html">Revision
										History</a></span><br>
								<span class="title">» <a href="../GCFScape-FAQ.html">FAQ</a></span><br>
								<span class="title">» <a href="../GCFScape-GCF_File_Format.html">GCF
										File Format</a></span><br></div>
						</div><br>
						<div class="group">
							<div class="heading1"><span class="title">Login</span></div>
							<div class="content">
								<form name="loginform" method="post"
									action="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=169&amp;o=0">
									<div class="label">Username:</div>
									<div><input type="text" name="username" class="textbox" autocomplete="off"
											style="background-image: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC&quot;); background-repeat: no-repeat; background-attachment: scroll; background-size: contain; background-position: 98% 50%;">
									</div>
									<div class="label">Password:</div>
									<div><input type="password" name="password" class="textbox" autocomplete="off"
											style="background-image: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC&quot;); background-repeat: no-repeat; background-attachment: scroll; background-size: contain; background-position: 98% 50%;">
									</div>
									<div class="label"><input type="checkbox" name="storepassword" class="checkbox"
											checked="checked">Store Password</div>
									<div><input name="login" type="submit" value="Login" class="button"></div>
								</form>
							</div>
						</div>

						<br>
						<div class="group">
							<div class="heading1"><span class="title">New Users</span></div>
							<div class="content">
								<span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?action=directory">Directory</a></span><br>
								<span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=169&amp;o=0&amp;action=addauthor">Register</a></span><br>
								<span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=169&amp;o=0&amp;action=retrievepassword">Retrieve
										Password</a></span><br>
							</div>
						</div>

						<br>
						<div class="group">
							<div class="heading1"><span class="title">Latest Comments</span></div>
							<div class="content"><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=41&amp;o=120#c4926">Batch
										Compiler FAQ</a> (<a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=14291">devstringx</a>)</span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=58&amp;o=15#c4924">Cliffs
										II: Texturing Cliffs</a> (<a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=14289">LeBugsBunny</a>)</span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=223&amp;o=0#c4923">Crafty
										v1.0.0 Alpha 13</a> (<a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=14285">roy120rahul</a>)</span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=277&amp;o=0#c4911">GCFScape
										v1.8.6</a> (<a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=14250">mandaysnow</a>)</span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=205&amp;o=210#c4901">About
										Crafty</a> (<a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=14237">Kodha</a>)</span><br>
							</div>
						</div><br>
						<div class="group">
							<div class="heading1"><span class="title">Latest Articles</span></div>
							<div class="content"><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=277#p277">GCFScape
										v1.8.6</a></span><br><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=276#p276">GCFScape
										v1.8.5</a></span><br><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=275#p275">GCFScape
										v1.8.4</a></span><br><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=274#p274">GCFScape
										v1.8.3</a></span><br><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=273#p273">VTFLib
										v1.3.2</a></span><br></div>
						</div><br>
						<div class="group">
							<div class="heading1"><span class="title">Most Popular Articles</span></div>
							<div class="content"><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=178#p178">VTFEdit
										v1.2.5 Full</a></span><br><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=76#p76">GCFScape
										v1.3.1 Full</a></span><br><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=238#p238">VTFEdit
										v1.3.3 Full</a></span><br><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=154#p154">VTF
										Plug-In for Photoshop</a></span><br><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?c=169#p169">GCFScape
										v1.8.6 Full</a></span><br></div>
						</div><br>
						<div class="group">
							<div class="heading1"><span class="title">Newest Member</span></div>
							<div class="content"><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=14292">livewebtutors1</a></span><br>
							</div>
						</div><br>
						<div class="group">
							<div class="heading1"><span class="title">Elite Spammers</span></div>
							<div class="content"><span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=376">Bluefang</a></span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=708">NoBody</a></span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=7">Slackiller</a></span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/index.php?a=385">Keloran</a></span><br>
							</div>
						</div>
						<br>
						<div class="group">
							<div class="heading1"><span class="title">Feeds</span></div>
							<div class="content">
								<span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/rss/?page=1">RSS
										2.0 (News)</a></span><br>
								<span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/rss/">RSS 2.0
										(Entire Site)</a></span><br>
								<span class="title">» <a
										href="https://web.archive.org/web/20200201044148/http://nemesis.thewavelength.net/rss/?comments&amp;limit=15">RSS
										2.0 (Comments)</a></span><br>
							</div>
						</div>


					</div>
					<div class="space"></div>
				</div>
			</div>
			<div class="separator"></div>
			<div class="heading2 center"><span class="note">Nem's Tools v2.0 © 2006 <a
						href="mailto:[email protected]">Ryan Gregg</a>.<br>Execution
					time: 0.07963s; Queries: 14.<br>
				</span></div>
		</div>
	</div>
</body>

</html>