aboutsummaryrefslogtreecommitdiff
path: root/subpages/Comments/VTFEdit_v1.3.3_Full-page1.html
blob: c3494f1b39e0c3d6c85b50fa1741ebb11b6b38a2 (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
<!DOCTYPE html>

<head>
	<title>Nem's Tools [VTFLib - Download - VTFEdit v1.3.3 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="p238" href="#p238">VTFEdit
										v1.3.3 Full</a> - <a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
									class="right">Posted: Sep 14th, 2007 - 3:22:09 am</span>
								<div class="space"></div>
							</div>
							<div class="content"><b>About:</b>
								<p>VTFEdit v1.3.3 - VTFEdit for v2.0 of the .NET Framework and all the files you need to run it (<span
										class="warning">except the .NET Framework</span>).</p>

								<b>Download from Web Archive:</b>
								<ul>
									<li><a
											href="https://web.archive.org/web/20200201044319/http://www.nemesis.thewavelength.net/files/files/vtfedit133.exe">Installer
											(2,112 KB)</a></li>
									<li><a
											href="https://web.archive.org/web/20200201044319/http://www.nemesis.thewavelength.net/files/files/vtfedit133.zip">Archive
											(2,383 KB)</a></li>
								</ul>

								<b>Download from unofficial Github mirror:</b>
								<ul>
									<li><a href="http://nemstools.github.io/files/vtfedit133.exe">Installer
											(2,112 KB)</a></li>
									<li><a href="http://nemstools.github.io/files/vtfedit133.zip">Archive
											(2,383 KB)</a></li>
								</ul>

								<b>Runtimes: <span class="warning">(Required)</span></b>
								<p>.NET Framework v2.0 (22,938 KB Executable) - VTFEdit is written in C++ .NET (using Visual C++ 2005
									SP1) and as such requires the .NET runtime and Visual C++ SP1 libraries to run. The .NET runtime is
									also available as a Windows Update. v2.0 is required.</p>

								<b>Download:</b>
								<ul>
									<li><a href="https://www.microsoft.com/en-US/download/details.aspx?id=16614">Microsoft
											.NET Framework Version 2.0 (x86)</a></li>
									<li><a href="https://www.microsoft.com/en-us/download/details.aspx?id=26347">Microsoft
											Visual C++ 2005 SP1 (x86)</a></li>
								</ul>
								<ul>
									<li><a href="https://www.microsoft.com/en-US/download/details.aspx?id=6041">Microsoft
											.NET Framework Version 2.0 (x64)</a></li>
									<li><a href="https://www.microsoft.com/en-us/download/details.aspx?id=26347">Microsoft
											Visual C++ 2005 SP1 (x64)</a></li>
								</ul>
							</div>
							<div class="heading1">
								<div class="space"></div><span class="left">Modified: Jul 25th, 2011 - 3:32:59 pm</span><span
									class="right">[ 588060 Views ]</span>
								<div class="space"></div>
							</div>
						</div><br>
						<div class="offsets">[ 1
							<a href="VTFEdit_v1.3.3_Full-page2.html#p238">2</a>
							]</div><br>

						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">1.</span> <a name="c2647"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=1360">Varsity</a></span><span
									class="right">Posted: Sep 21st, 2007 - 11:07:34 am</span>
								<div class="space"></div>
							</div>
							<div class="content">I'm having trouble setting VTFEdit as a defaul app under Vista. I find the executable
								and double-click it, but it just won't appear on the list.</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">2.</span> <a name="c2650"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
									class="right">Posted: Sep 23rd, 2007 - 3:37:02 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I don't actually use Vista, so I'm not familiar with it.<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">3.</span> <a name="c2675"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=2963">the6thmonkey</a></span><span
									class="right">Modified: Oct 7th, 2007 - 11:39:41 am</span>
								<div class="space"></div>
							</div>
							<div class="content">Hi<br>
								<br>
								I have just installed your vtf edit program and all appears to be working fine except the convert wad
								function<br>
								<br>
								No matter what wad or output directory I select the convert button will just not function <img
									src="../../images/emotes/bleeh.gif" width="32" height="32" alt="bleeh"><br>
								<br>
								I hope you can help.. <br>
								btw I tried searching the forum but its a little bit difficult when my problem involved the word wad,
								and the forum doesn't let anyone search for words under 4 letters <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">4.</span> <a name="c2676"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=2964">Mainassassin</a></span><span
									class="right">Modified: Oct 7th, 2007 - 1:50:41 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">! Cannot execute "C:\DOCUME~1\Kyle\LOCALS~1\Temp\Rar$EX00.094\VTFEdit.exe"<br>
								<br>
								That happend with the archive, Installer:<br>
								<br>
								This application has failed to start beacause the application configuration is incorrect. (Re-Installing
								didn't help)<br>
								<br>
								And i wanna skin real bad!! (TF2)<br>
								<br>
								Also I like how you based this site off of Fpsbanana.com</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">5.</span> <a name="c2690"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=3007">Infinity</a></span><span
									class="right">Posted: Oct 27th, 2007 - 10:10:56 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Looks like it's got a dependency on msvcrt80 dll:<br>
								<br>
								From the event log:<br>
								"Resolve Partial Assembly failed for Microsoft.VC80.CRT. Reference error message: The referenced
								assembly is not installed on your system."<br>
								<br>
								Only noticed this because I just did a re-format and haven't got around to installing Visual Studio 2005
								on this machine yet. <br>
								<br>
								Here's a link to the redist for people who don't have Visual Studio 2005 installed:<br>
								http://www.microsoft.com/downloads/details.aspx?familyid=200B2FD9-AE1A-4A14-984D-389C36F85647&amp;displaylang=en<br>
								<br>
								Nem, you might want to add that link to the main article. <br>
								<br>
								Hope that helps everyone.</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">6.</span> <a name="c2693"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=376">Bluefang</a></span><span
									class="right">Posted: Oct 28th, 2007 - 11:21:16 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I doubt that trying the VC Redist will work. I had a similar problem when I first
								installed Vista. The problem was a corrupt Side-By-Side configuration in my windows profile. Making a
								new windows profile and logging in to that fixed my problem.<br>
								<br>
								Oddly, trying to install VC Redist failed because of the same problem in the first place.</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">7.</span> <a name="c2966"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=3397">Neural_Overload</a></span><span
									class="right">Posted: Aug 15th, 2008 - 3:51:16 am</span>
								<div class="space"></div>
							</div>
							<div class="content">
								<div class="vbtitle">Bluefang:</div>
								<div class="vbquote">I doubt that trying the VC Redist will work. I had a similar problem when I first
									installed Vista. The problem was a corrupt Side-By-Side configuration in my windows profile. Making a
									new windows profile and logging in to that fixed my problem.<br><br>Oddly, trying to install VC Redist
									failed because of the same problem in the first place.</div>I just installed the redist from the post
								above yours and now the program works!
							</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">8.</span> <a name="c3394"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=4065">chris
										k</a></span><span class="right">Modified: Jun 2nd, 2010 - 4:52:22 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">This is the one i had problems with. Wow where did i post that other comment??<br>
								<br>
								I get a error that says<br>
								<br>
								Error (ITEM HERE) Error: File signature does not match 'VTF'.<br>
								<br>
								<img src="../../images/emotes/exhausted.gif" width="32" height="32" alt="exhausted"><br>
								<br>
								These are files from left 4 dead 2 to let you know its not because its not a real valve texture it is
								one actually i think you need to update its formats if there is different formats? not sure<br>
							</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">9.</span> <a name="c3402"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><span
									class="right">Posted: Jun 13th, 2010 - 12:27:04 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">It's probably not a .vtf file then. If you believe otherwise, feel free to email the
								offending file to me and I'll test it personally.</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">10.</span> <a name="c3477"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=4145">Val</a></span><span
									class="right">Posted: Oct 5th, 2010 - 2:46:20 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I'm running Windows 7 x64 and can't get the 64 bit version to run. It appears in my
								processes for a little bit but kills it self. The 32 version works just find though.</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">11.</span> <a name="c3603"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=4368">Emrets61</a></span><span
									class="right">Posted: Aug 20th, 2011 - 1:47:18 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">It isn't work on Winows 7 - 64 Bit. I turned back to VTFEdit 1.2.5</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">12.</span> <a name="c3604"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=2111">DomIII</a></span><span
									class="right">Posted: Aug 20th, 2011 - 2:09:51 pm</span>
								<div class="space"></div>
							</div>
							<div class="content"><b>Val</b>, <b>Emrets61</b>, works fine here (Windows 7 x64)</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">13.</span> <a name="c3608"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=4372">Corran2015</a></span><span
									class="right">Posted: Aug 25th, 2011 - 3:41:27 am</span>
								<div class="space"></div>
							</div>
							<div class="content">I get the "side-by-side" configuration error on Win 7 64bit. Emrets61, is that what
								you're getting too? Any input?</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">14.</span> <a name="c3609"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=2111">DomIII</a></span><span
									class="right">Posted: Aug 25th, 2011 - 5:58:29 am</span>
								<div class="space"></div>
							</div>
							<div class="content"><b>Corran2015</b>, did you install all four runtimes?</div>
						</div><br>
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">15.</span> <a name="c3613"
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=4375">n1mr0d</a></span><span
									class="right">Posted: Aug 26th, 2011 - 12:59:51 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Doesn't work with Windows 7 x64 Professional, or 32 bit XP Mode virtual
								machine!!!.<br>
								<br>
								Can't yuu recompile it?</div>
						</div><br>

						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">16.</span> <a name="c3616"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2111">DomIII</a></span><span
									class="right">Posted: Aug 27th, 2011 - 7:16:00
									am</span>
								<div class="space"></div>
							</div>
							<div class="content"><b>n1mr0d</b>, what exactly is the problem / error message? Also, did you install
								both runtimes? It works fine here, Win7 x64.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">17.</span> <a name="c3617"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4378">Shiro</a></span><span
									class="right">Modified: Aug 27th, 2011 - 8:55:04
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Same error here. Side-by-side configuration is incorrect. Running Windows 7 x64.
								Tried new user, same error. Have redistribution packages installed. Reinstalled, no luck.<br />
								<br />
								Edit: Also does NOT work under Windows XP 32 bit VM. &quot;Failed to start because the application
								configuration in incorrect.&quot; <br />
								<br />
								Needs work clearly</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">18.</span> <a name="c3618"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2111">DomIII</a></span><span
									class="right">Modified: Aug 28th, 2011 - 4:55:32
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">To everyone who has the Side-By-Side-error when starting the application, the problem
								clearly is on your side: install <a
									href="https://web.archive.org/web/20171111115353/http://www.microsoft.com/download/en/details.aspx?id=14431">Microsoft
									Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update</a> (x64 users should
								install both versions) or get the most recent security updates for the Visual C++ 2005 Runtime from
								Windows Update. This will fix your Problem, it did on a freshly-installed test machine of mine (since I
								usually install windows updates, I did not run into the problem when testing before).<br />
								@Nem, maybe you should include that link in your main post? ;)</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">19.</span> <a name="c3620"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4383">Syncronicity</a></span><span
									class="right">Modified: Aug 30th, 2011 -
									3:43:48 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">DOMIII I get the Side-By-Side error as well and I have uninstalled and reinstalled
								several times. Is there something I am missing?<br />
								<br />
								This is what my installed programs is showing as installed on my computer. I am running Windows 7 64
								bit. The computer is only a few months old and I have run the Microsoft update and it's not coming up
								with anything else.<br />
								<br />
								Microsoft .NET Framework 1.1<br />
								Microsoft .NET Framework 4 Client Profile<br />
								Microsoft .NET Framework 4 Extended<br />
								Microsoft C++ 2005 Redistributable<br />
								Microsoft C++ 2005 Redistributable(x64)<br />
								Microsoft C++ 2008 Redistributable -x86 9.0.30729.17<br />
								Microsoft C++ 2008 Redistributable - x86 9.0.30729.4148<br />
								Microsoft XNA Framework Redistributable 4.0<br />
								<br />
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">20.</span> <a name="c3621"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4383">Syncronicity</a></span><span
									class="right">Posted: Aug 30th, 2011 - 4:52:19
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Update<br />
								Tried it on another computer with Windows 7 and got the same thing.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">21.</span> <a name="c3622"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2111">DomIII</a></span><span
									class="right">Posted: Aug 31st, 2011 - 4:52:54
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Have you installed the updated runtime that I linked to?<br />I tested this on a
								fresh install of Win7 x64: installed VTFEdit and the runtimes from the main post and got the SxS error.
								Then I went through the list of Windows updates and installed the most recent <a
									href="https://web.archive.org/web/20171111115353/http://www.microsoft.com/download/en/details.aspx?id=14431">update
									for the C++ 2005 runtime</a>. After that, the SxS error was gone.<br />
								Please make sure that you installed the update and try again. If the problem persists, tell me so I'll
								have a look at sxstrace.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">22.</span> <a name="c3623"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4383">Syncronicity</a></span><span
									class="right">Posted: Aug 31st, 2011 - 8:30:30
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Well I just went through and attempted to install the 4 packages at the top. Both
								.NET frameworks would not install. the x86 would not install because I'm running 64bit and the x64 would
								not install because it's already installed. Both C++ Redistributables installed and the update for c++
								Redistributable installed. I'm still getting the side by side error. I then installed VTF1.2.5 and it
								does run.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">23.</span> <a name="c3624"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4388">crossalchemist</a></span><span
									class="right">Posted: Sep 3rd, 2011 -
									11:10:08 am</span>
								<div class="space"></div>
							</div>
							<div class="content">I get the side-by-side error too. BUT, the x86 copy of VTFEdit that's packaged with
								VTFLib works.<br />
								<br />
								Windows 7 Pro x64<br />
								All my frameworks and redists (.NET, C++, etc.) are up to date.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">24.</span> <a name="c3625"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4390">Strbrst</a></span><span
									class="right">Posted: Sep 5th, 2011 - 8:12:00
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Will the problems with Windows 7 ever be fixed?<br />
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">25.</span> <a name="c3627"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=2111">DomIII</a></span><span
									class="right">Posted: Sep 6th, 2011 - 6:25:33
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">I haven't had the time to setup a VM and try again, but I will do later this week.
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">26.</span> <a name="c3629"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4394">Aji</a></span><span
									class="right">Posted: Sep 6th, 2011 - 8:02:27 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">i get code 14001 whenever i try to run the program any idea y on vista as well</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">27.</span> <a name="c3633"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4398">Zedo
										Mann</a></span><span class="right">Posted: Sep 16th, 2011 - 2:04:05
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content"><img src="../../images/emotes/alarmed.gif" width="32" height="32" alt="alarmed" /> I
								installed the redists and am still getting the side-by-side
								error.<br />
								Windows 7 64-bit.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">28.</span> <a name="c3634"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4401">ProblemSolver</a></span><span
									class="right">Posted: Sep 22nd, 2011 - 7:36:16
									am</span>
								<div class="space"></div>
							</div>
							<div class="content"><a
									href="https://web.archive.org/web/20171111115353/http://www.microsoft.com/download/en/details.aspx?id=26347">http://www.microsoft.com/download/en/details.aspx?id=26347</a><br />
								<br />
								This one solved my side-by-side (is the 2011 vc++2005 redist)</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">29.</span> <a name="c3637"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4407">boonenoob</a></span><span
									class="right">Posted: Sep 29th, 2011 - 7:32:28
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">
								<div class="vbtitle">ProblemSolver:</div>
								<div class="vbquote"><a
										href="https://web.archive.org/web/20171111115353/http://www.microsoft.com/download/en/details.aspx?id=26347">http://www.microsoft.com/download/en/details.aspx?id=26347</a><br /><br />This
									one solved my side-by-side (is the 2011 vc++2005 redist)</div><br />
								Wow, this worked! thanks bro!
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">30.</span> <a name="c3642"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4415">Cyborg_delta1</a></span><span
									class="right">Posted: Oct 9th, 2011 - 8:30:01
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">
								<div class="vbtitle">ProblemSolver:</div>
								<div class="vbquote"><a
										href="https://web.archive.org/web/20171111115353/http://www.microsoft.com/download/en/details.aspx?id=26347">http://www.microsoft.com/download/en/details.aspx?id=26347</a><br /><br />This
									one solved my side-by-side (is the 2011 vc++2005 redist)</div><br />
								<br />
								Yes it worked nice one <img src="../../images/emotes/cool.gif" width="32" height="32" alt="cool" />
							</div>
						</div><br />

						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">31.</span> <a name="c3643"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4418">InsertEvilLaugh</a></span><span
									class="right">Modified: Oct 17th, 2011 -
									9:31:34 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">For all those having trouble with Windows 7 64bit install these <a
									href="https://web.archive.org/web/20171210123908/http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=26999">http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=26999</a>
								and it should work.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">32.</span> <a name="c3645"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4422">Tezath</a></span><span
									class="right">Posted: Oct 21st, 2011 - 1:35:48
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">So I have used this program in the past and made some nice sprays for L4D. Animated
								at that. But now when I import files to VTFedit my sprays end up purple outlines. Any help here? I
								updated the program and such but im totally lost on this one. They look good except being totally
								purple. Not checkered black and purple just purple with a outline of the image. Happens when i make
								animated or single.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">33.</span> <a name="c3646"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4423">sharpshooter</a></span><span
									class="right">Posted: Oct 22nd, 2011 - 12:56:39
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">hey it isnt work on W7 x64<br />
								<br />
								i have same problem like the mainassasin<br />
								<br />
								<br />
								That happend with the archive, Installer:<br />
								<br />
								This application has failed to start beacause the application configuration is incorrect.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">34.</span> <a name="c3656"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4435">digivee</a></span><span
									class="right">Posted: Nov 12th, 2011 - 3:39:20
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">The application has failed to start because its side-by-side configuration is
								incorrect. Please see the application event log or use the command line sxstace.exe tool for more
								detail.<br />
								<br />
								Anyone know whats wrong with my vtfedit?</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">35.</span> <a name="c3659"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4438">Phaser
										Rave</a></span><span class="right">Modified: Nov 16th, 2011 - 7:48:54
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I've installed the runtimes yet I still get the error. I've updated to 1.3.3 and the
								error gave a bit more information. Something about a code 14001.<br />
								What am I doing wrong? :s<br />
								I'm running on Windows 7 64-bit.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">36.</span> <a name="c3663"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4446">ROMOAS</a></span><span
									class="right">Modified: Dec 3rd, 2011 - 4:49:50
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">
								<div class="vbtitle">digivee:</div>
								<div class="vbquote">The application has failed to start because its side-by-side configuration is
									incorrect. Please see the application event log or use the command line sxstace.exe tool for more
									detail.<br /><br />Anyone know whats wrong with my vtfedit?</div><br />
								<br />
								<br />
								i am having the same issues with this i have made sure i have all the other required installs as well
								running same system win 7 64 bit? any help please contact me asap thank you
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">37.</span> <a name="c3673"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4460">SkyNinja</a></span><span
									class="right">Posted: Dec 27th, 2011 - 6:37:11
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">
								<div class="vbtitle">ProblemSolver:</div>
								<div class="vbquote"><a
										href="https://web.archive.org/web/20171210123908/http://www.microsoft.com/download/en/details.aspx?id=26347">http://www.microsoft.com/download/en/details.aspx?id=26347</a><br /><br />This
									one solved my side-by-side (is the 2011 vc++2005 redist)</div><br />
								Your name is quite fitting, my friend.
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">38.</span> <a name="c3684"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4481">ModSe7en</a></span><span
									class="right">Posted: Feb 12th, 2012 - 3:44:12
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I can confirm ProblemSolver's download fixed the x64 issue.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">39.</span> <a name="c3691"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4487">Criata</a></span><span
									class="right">Posted: Feb 23rd, 2012 - 10:22:53
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Unable to execute file:<br />
								C:\Program Files\Nem's Tools\VTFEdit\VTFEdit.exe<br />
								<br />
								Create Process Failed; code 14001.<br />
								The application has failed to start because the side-by-side<br />
								configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe
								tool for more detail.<br />
								<br />
								<br />
								CAN SOMEONE PLEASE HELP <img src="../../images/emotes/yelling.gif" width="32" height="32"
									alt="yelling" /></div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">40.</span> <a name="c3694"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4498">wtf_sucker</a></span><span
									class="right">Posted: Mar 11th, 2012 - 8:07:08
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">I have windows 7 64 bit, pretty much everyone does now, it is the year 2012. VTFEDIT
								DOES NOT WORK. I get the Error loading VTF texture: File is corrupt; file to small for it's header.
								error. <br />
								<br />
								<br />
								HOW IS ANYONE MODDING ANY VALVE GAME RIGHT NOW??? REVERT TO SLOW MACHINES TO STAY COMPATIBLE WITH THIS
								GAME BY VALVE?</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">41.</span> <a name="c3697"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4498">wtf_sucker</a></span><span
									class="right">Posted: Mar 14th, 2012 - 4:00:55
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I got this working. The file corrupt error was because I was trying to open the
								texture files in the 'models' directory of the pak01_dir.vpk of Left 4 Dead. All those textures were 0
								KB. The real textures are in the 'materials' directory. <br />
								<br />
								Just letting ppl know because the instructions on the valve developer site don't say this as part of the
								VFTEdit instructions.<br />
								<br />
								And I know other people have experienced this from reading the comments..</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">42.</span> <a name="c3701"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4508">jabberwock</a></span><span
									class="right">Modified: Apr 6th, 2012 - 10:04:41
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Just a bump of info from before (since I missed it and spent a lot of time figuring
								it out myself): for XP at least (don't know about Vista or 7), if you need to install the C++ 2005
								redistributable, be sure to install the latest update, not the one in the link under
								&quot;Download&quot; above.<br /><br />At this point in time, it's the MFC security update:<br />
								<center><a
										href="https://web.archive.org/web/20171210123908/http://www.microsoft.com/download/en/details.aspx?id=26347">http://www.microsoft.com/download/en/details.aspx?id=26347</a>
								</center><br />
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">43.</span> <a name="c3704"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4529">BansheeFnd</a></span><span
									class="right">Posted: Apr 19th, 2012 - 5:45:19
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Okay, ProblemSolver's Method worked.<br />
								Install <br />
								http://www.microsoft.com/download/en/details.aspx?id=26347<br />
								<br />
								This will fix both &quot;The application has failed to start because the application configuration is
								incorrect.&quot; and &quot;The application has failed to start because its side-by-side configuration is
								incorrect.&quot; messages on Windows 7 and Windows XP. If you're running 64 bit, Install both 86 and 64.
								Don't worry about IA64.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">44.</span> <a name="c3724"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4668">icyhate</a></span><span
									class="right">Posted: Jul 2nd, 2012 - 9:47:54
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Hey, nem could you please give this the ability to add you own mipmaps because right
								now that function is just dead weight. plus it would be great to have fading animated gif sprays... i
								can already kind of do this but it is very restricted to an animated gif then nothing far away... if
								there is any way of doing this like a work around to dds files Please tell me Thank you<img
									src="../../images/emotes/alarmed.gif" width="32" height="32" alt="alarmed" /></div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">45.</span> <a name="c3729"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=4717">Zenox96</a></span><span
									class="right">Posted: Jul 30th, 2012 - 6:17:20
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">Nem i dont know if you have either the time or the want to add a feature like this
								but i would like to be able to animate .vtfs by using other .vtf files. Or if you could add the ability
								to change the mipmaps to existing files I would be able to apply the same effect to my .vtf files.<br />
								<br />
								The effect I'm trying to achieve is animating a spray which has mipmaps that change so that as a player
								moves closer not only does the image change but the new image being displayed is also animated.</div>
						</div><br />

						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">46.</span> <a name="c3747"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=5002">freddybab123</a></span><span
									class="right">Posted: Sep 19th, 2012 - 2:54:18
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Hi Nem,<br />
								After running the latest installer for the program, whenever I try to launch the program I get the error
								message:<br />
								&quot;This application has failed to start because the application configuration is incorrect.&quot;
								<br />
								Hope you can help.<br />
								Thanks.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">47.</span> <a name="c3765"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=7171">koni</a></span><span
									class="right">Posted: Dec 7th, 2012 - 7:09:35 am</span>
								<div class="space"></div>
							</div>
							<div class="content">I have problem with import.<br />
								<br />
								Sorry my bad english.<br />
								So i make one image with photoshop and i save it as image1.png<br />
								Import this and make vtf file this is ok. <img src="../../images/emotes/yeahbaby.gif" width="32"
									height="32" alt="yeahbaby" /><br />
								Now i go back to photoshop edit image1 , and save again but now i call it image2.png <br />
								Impont image2.png to vtfedit.. but after impont i see imgage1.png not the 2... <img
									src="../../images/emotes/bored.gif" width="32" height="32" alt="bored" /><br />
								What happend? how i can impont right the image2 file?<br />
								<br />
								i try restart the program, i see saved imade with another program and i see the diference.. only just
								vtfedit imported wrong file..<br />
								i try image2.png copy to another directory and import that but dont work, i always see image1 after
								import.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">48.</span> <a name="c3802"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12615">boundingdog15</a></span><span
									class="right">Posted: May 24th, 2013 -
									8:58:24 pm</span>
								<div class="space"></div>
							</div>
							<div class="content">whan i start vtf edit its says<br />
								<br />
								<br />
								side by side configuration is incorrct.<br />
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">49.</span> <a name="c3812"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12629">tetTris</a></span><span
									class="right">Posted: Jun 21st, 2013 - 1:20:56
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">hello Nem im having a problem with VTF edit I installed the newest version and when I
								ran it, it said the side-by-side configuration was incorrect? WTF is it talking about? help me!</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">50.</span> <a name="c3813"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12629">tetTris</a></span><span
									class="right">Posted: Jun 21st, 2013 - 1:23:17
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">iv installed every thing correctly, iv even used the installer to make sure and iv
								uninstalled and installed twice now HELP!</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">51.</span> <a name="c3824"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12654">houseonfire</a></span><span
									class="right">Posted: Aug 10th, 2013 - 5:41:23
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Those of you who can't get it working on Win7 64bit, even though you installed all
								the runtimes (like me). Download the archived version and try the 32bit version. That worked for
								me.<br />
								<br />
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">52.</span> <a name="c3830"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12629">tetTris</a></span><span
									class="right">Posted: Aug 24th, 2013 - 6:47:20
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">there is no 32bit <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">53.</span> <a name="c3852"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12703">sasser</a></span><span
									class="right">Posted: Dec 12th, 2013 - 10:57:16
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content"><b>For those who got side-by-side error on running VTFEdit
									v1.3.3</b><br /><br />C:\Program Files\Nem's Tools\VTFEdit\VTFEdit.exe<br /><br />The application has
								failed to start because its side-by-side configuration is incorect. Please see the application event log
								or use the command-line sxstrace.exe tool for more detail.<br /><br /><u>Event log</u><br /><br />Log
								Name: Application<br />Source: SideBySide<br />Date: 12/13/2013 12:28:21 AM<br />Event ID: 33<br />Task
								Category: None<br />Level: Error<br />Keywords: Classic<br />User: N/A<br />Computer:
								N/A<br />Description:<br />Activation context generation failed for &quot;C:\Program Files\Nem's
								Tools\VTFEdit\VTFEdit.exe&quot;. Dependent Assembly
								Microsoft.VC80.CRT,processorArchitecture=&quot;x86&quot;,publicKeyToken=&quot;1fc8b3b9a1e18e3b&quot;,type=&quot;win32&quot;,version=&quot;8.0.50727.6195&quot;
								could not be found. Please use sxstrace.exe for detailed diagnosis.<br />Event Xml:<br />&lt;Event
								xmlns=&quot;http://schemas.microsoft.com/win/2004/08/events/event&quot;&gt;<br /> &lt;System&gt;<br />
								&lt;Provider Name=&quot;SideBySide&quot; /&gt;<br /> &lt;EventID
								Qualifiers=&quot;49409&quot;&gt;33&lt;/EventID&gt;<br /> &lt;Level&gt;2&lt;/Level&gt;<br />
								&lt;Task&gt;0&lt;/Task&gt;<br /> &lt;Keywords&gt;0x80000000000000&lt;/Keywords&gt;<br /> &lt;TimeCreated
								SystemTime=&quot;2013-12-12T22:28:21.000000000Z&quot; /&gt;<br />
								&lt;EventRecordID&gt;184695&lt;/EventRecordID&gt;<br /> &lt;Channel&gt;Application&lt;/Channel&gt;<br />
								&lt;Computer&gt;Sasser-PC&lt;/Computer&gt;<br /> &lt;Security /&gt;<br /> &lt;/System&gt;<br />
								&lt;EventData&gt;<br />
								&lt;Data&gt;Microsoft.VC80.CRT,processorArchitecture=&quot;x86&quot;,publicKeyToken=&quot;1fc8b3b9a1e18e3b&quot;,type=&quot;win32&quot;,version=&quot;8.0.50727.6195&quot;&lt;/Data&gt;<br />
								&lt;Data&gt;<br /> &lt;/Data&gt;<br /> &lt;Data&gt;<br /> &lt;/Data&gt;<br /> &lt;Data&gt;<br />
								&lt;/Data&gt;<br /> &lt;Data&gt;<br /> &lt;/Data&gt;<br /> &lt;Data&gt;<br /> &lt;/Data&gt;<br />
								&lt;Data&gt;<br /> &lt;/Data&gt;<br /> &lt;Data&gt;<br /> &lt;/Data&gt;<br /> &lt;Data&gt;<br />
								&lt;/Data&gt;<br /> &lt;Data&gt;<br /> &lt;/Data&gt;<br /> &lt;Data&gt;C:\Program Files\Nem's
								Tools\VTFEdit\VTFEdit.exe&lt;/Data&gt;<br /> &lt;Data&gt;<br /> &lt;/Data&gt;<br /> &lt;Data&gt;<br />
								&lt;/Data&gt;<br /> &lt;Data&gt;<br /> &lt;/Data&gt;<br /> &lt;Data&gt;<br /> &lt;/Data&gt;<br />
								&lt;Data&gt;<br /> &lt;/Data&gt;<br /> &lt;Data&gt;<br /> &lt;/Data&gt;<br /> &lt;Data&gt;<br />
								&lt;/Data&gt;<br /> &lt;Data&gt;<br /> &lt;/Data&gt;<br /> &lt;Data&gt;<br /> &lt;/Data&gt;<br />
								&lt;/EventData&gt;<br />&lt;/Event&gt;<br /><br /><b>Install:</b> <a
									href="https://web.archive.org/web/20170917200719/http://www.microsoft.com/en-us/download/details.aspx?id=26347">Microsoft
									Visual C++ 2005 Service Pack 1 Redistributable Package MFC Security Update</a><br />
								<br />
								Nem's msvcr80.dll version is 8.0.50727.6195 and his/her exe probably requires (through an internal
								manifest) this specific version.</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">54.</span> <a name="c3857"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12696">marcixy1</a></span><span
									class="right">Posted: Dec 25th, 2013 - 7:40:18
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content">I have a problem.&quot;parallel configuration invaild&quot;,but 1.25 version is
								working,but i cant edit portal2 materials :(<br />
								please help!(windows 7 64bit)<br />
								sorry my bad english</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">55.</span> <a name="c3903"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12752">AceTheDragon</a></span><span
									class="right">Posted: Apr 3rd, 2014 - 1:19:20
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">
								<div class="vbtitle">marcixy1:</div>
								<div class="vbquote">I have a problem.&quot;parallel configuration invaild&quot;,but 1.25 version is
									working,but i cant edit portal2 materials :(<br />please help!(windows 7 64bit)<br />sorry my bad
									english</div><br />
								<br />
								Having the same issue. I know that I needed to also download those runtime(?) files as well but
								Microsoft .NET Framework Version 2.0 (x86)link is no longer available...
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">56.</span> <a name="c3912"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12775">Torin</a></span><span
									class="right">Posted: Jun 7th, 2014 - 11:15:30
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">
								<div class="vbtitle">ProblemSolver:</div>
								<div class="vbquote"><a
										href="https://web.archive.org/web/20170917200719/http://www.microsoft.com/download/en/details.aspx?id=26347">http://www.microsoft.com/download/en/details.aspx?id=26347</a><br /><br />This
									one solved my side-by-side (is the 2011 vc++2005 redist)</div><br />
								<br />
								This is the One.
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">57.</span> <a name="c3915"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12796">Weasel</a></span><span
									class="right">Posted: Jul 6th, 2014 - 12:30:10
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Is there a doc somewhere that explains each of the different <b>resize methods</b>
								(for the <b>-rmethod</b>) and <b>resize filters</b> (for the <b>-rfilter</b>)?<br /><br />In VTFEdit,
								the dialogs lists their <i>names</i>, but no <i>explanations</i>. Likewise, the help output at the
								command-line of VTFCMD lists their <i>names</i>, but no <i>explanations</i> either.<br /><br />Resize
								Methods:<ul>NEAREST<br />BIGGEST<br />SMALLEST</ul>Resize Filters:<ul>
									POINT<br />BOX<br />TRIANGLE<br />QUADRATIC<br />CUBIC<br />CATROM<br />MITCHELL<br />GAUSSIAN<br />SINC<br />BESSEL<br />HANNING<br />HAMMING<br />BLACKMAN<br />KAISER
								</ul>
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">58.</span> <a name="c3917"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12799">GuyIncognito</a></span><span
									class="right">Posted: Jul 8th, 2014 - 1:13:57
									am</span>
								<div class="space"></div>
							</div>
							<div class="content">Whenever I try to download and then run vtfedit, I get a message that says it can't
								find the download file. I have downloaded and installed both runtimes. What can I do to six it?<a
									href="https://web.archive.org/web/20170917200719/mailto:[email protected]">[email protected]</a>
							</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">59.</span> <a name="c3921"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12816">RobertGTO</a></span><span
									class="right">Posted: Aug 5th, 2014 - 3:46:36
									pm</span>
								<div class="space"></div>
							</div>
							<div class="content"><b> Hey Somebody help ! my workbench its only looking for TXT files i don't know what
									to do <img src="../../images/emotes/alarmed.gif" width="32" height="32" alt="alarmed" /> </b> (Sry for
								My Eng)</div>
						</div><br />
						<div class="group">
							<div class="heading2">
								<div class="space"></div><span class="left"><span class="title">60.</span> <a name="c3922"
										href="https://web.archive.org/web/20200201043948/http://nemesis.thewavelength.net/index.php?a=12824">Jacklin
										Grenade</a></span><span class="right">Modified: Aug 21st, 2014 -
									12:24:58 am</span>
								<div class="space"></div>
							</div>
							<div class="content">my vtfedit has just gone bust on me! when i export the file it doesnt export it all
								properly, i've tried different file types and same problem, i haven't touched any settings and i've
								re-installed vtfedit, please help!<br />what is happending -&gt; <a
									href="https://web.archive.org/web/20170917200719/http://jacklin.marcuz.co.uk/screenshot.png">http://jacklin.marcuz.co.uk/screenshot.png</a><br />what
								im wanting todo -&gt; <a href="http://youtu.be/YamDE-cTAo0">http://youtu.be/YamDE-cTAo0</a>
							</div>
						</div><br />


						<div class="offsets">[ 1
							<a href="VTFEdit_v1.3.3_Full-page2.html#p238">2</a>
							]</div><br>

					</div>
					<div class="main_sidebar">
						<div class="group">
							<div class="heading1"><span class="title">VTFLib</span></div>
							<div class="content"><span class="title">» <a href="../../pages/VTFLib.html">About</a></span><br>
								<span class="title">» <a href="../../pages/VTFLib-Download.html">Download</a></span><br>
								<span class="title">» <a href="../VTFLib-Revision History.html">Revision
										History</a></span><br>
								<span class="title">» <a href="../VTFLib-FAQ.html">FAQ</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/20171113045642/http://nemesis.thewavelength.net/index.php?c=238&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/20171113045642/http://nemesis.thewavelength.net/index.php?action=directory">Directory</a></span><br>
								<span class="title">» <a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?c=238&amp;o=0&amp;action=addauthor">Register</a></span><br>
								<span class="title">» <a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?c=238&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/20171113045642/http://nemesis.thewavelength.net/index.php?c=178&amp;o=105#c4044">VTFEdit
										v1.2.5 Full</a> (<a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=13322">iipa</a>)</span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?c=213&amp;o=45#c4039">Crafty
										FAQ</a> (<a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=13268">steve0503</a>)</span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?c=277&amp;o=0#c4038">GCFScape
										v1.8.6</a> (<a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=13282">imgsrc17</a>)</span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?c=205&amp;o=210#c4037">About
										Crafty</a> (<a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=13231">Paynamia</a>)</span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?c=169&amp;o=90#c4036">GCFScape
										v1.8.6 Full</a> (<a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=13277">liaoyia</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/20171113045642/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/20171113045642/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/20171113045642/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/20171113045642/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/20171113045642/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/20171113045642/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/20171113045642/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/20171113045642/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/20171113045642/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/20171113045642/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/20171113045642/http://nemesis.thewavelength.net/index.php?a=13328">Sir47</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/20171113045642/http://nemesis.thewavelength.net/index.php?a=1">Nem</a></span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=376">Bluefang</a></span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=708">NoBody</a></span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/index.php?a=7">Slackiller</a></span><br><span
									class="title">» <a
										href="https://web.archive.org/web/20171113045642/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/20171113045642/http://nemesis.thewavelength.net/rss/?page=1">RSS
										2.0 (News)</a></span><br>
								<span class="title">» <a
										href="https://web.archive.org/web/20171113045642/http://nemesis.thewavelength.net/rss/">RSS 2.0
										(Entire Site)</a></span><br>
								<span class="title">» <a
										href="https://web.archive.org/web/20171113045642/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>