FORUM HOME > TNM > Discussion
Errors with the Arena Editor??? Fixed!

RyanSolbergPosted on 01/30/05 at 03:53:27

First check the following.
1.You successfully installed the Arena v1.2 plugin also?
2. You are running the Arena Editor from within TNM7?

If you answered yes to both and still get errors try downloading and using the missingfiles.zip on the plugin section of my website and it should fix it all.

Ryan Solberg
http://tnm7.pcotaku.com
JustinPosted on 01/30/05 at 05:06:31

is there a special folder to extract the files in the missing file zip to? when i run it i get a dos window that says:
1 File copied
bad command or file name

(this repeats 2 more times)
RyanSolbergPosted on 01/30/05 at 06:27:59

whats your windows folder?
it won't work if it's not windows. you can fix it though. open the bat file in notepad and check the paths. are u using xp?
JustinPosted on 01/30/05 at 13:37:54

i'm running 98


my windows folder for what?
RyanSolbergPosted on 02/01/05 at 05:25:07

ahhh 98 makes a difference.
open the missingfiles.dat with notepad
you should see

@echo off
copy COMDLG32.OCX c:\windows\system32
regsvr32 \windows\system32\COMDLG32.OCX
copy MSSTDFMT.DLL c:\windows\system32
regsvr32 \windows\system32\MSSTDFMT.DLL
copy MSVBVM60.DLL c:\windows\system32
regsvr32 \windows\system32\MSVBVM60.DLL

change it to

@echo off
copy COMDLG32.OCX c:\windows\system
regsvr32 \windows\system\COMDLG32.OCX
copy MSSTDFMT.DLL c:\windows\system
regsvr32 \windows\system\MSSTDFMT.DLL
copy MSVBVM60.DLL c:\windows\system
regsvr32 \windows\system\MSVBVM60.DLL

save it and run it from the same folder as the other files. It should work np.