HLDoom32768 Posted May 22, 2006 Posted May 22, 2006 (edited) alright I get this error and I can't figure it out. I used Nlite and created my unatended cd with hotfixed integrated. I used RC7, as 8 wasn't out at the time. Well I have the Asus p4p800se mobo, and wanted to install the Asus probe to check my temps, but I get this error when I open the install. Any ideas what the problem is?If you don't know about that error, how about this one? This comes up everytime I start up windows. It comes up twice for some reason.I have a UPS for my computer, and installed the software. I have an APC Back-UPS ES 500. I installed the software, and windows still is confused.I have Windows XP: Home Edited May 22, 2006 by HLDoom32768
T D Posted May 22, 2006 Posted May 22, 2006 (edited) A very wide guess, but try expanding wowexec.exe from your NON-NLITED source into windows\system32.EDIT and same with autoexec.nt Edited May 22, 2006 by T D
HLDoom32768 Posted May 23, 2006 Author Posted May 23, 2006 A very wide guess, but try expanding wowexec.exe from your NON-NLITED source into windows\system32.EDIT and same with autoexec.ntI'll try that. I hope it works...
Kelsenellenelvian Posted May 23, 2006 Posted May 23, 2006 Did you by chance replace notepad with notepad2?
HLDoom32768 Posted May 24, 2006 Author Posted May 24, 2006 (edited) Did you by chance replace notepad with notepad2?Nope. Never even heard of notepad2. I did a ton of work with my Nlite disk though. I have all the patches slipstreamed into it, and a ton of other fixes, so I assume it just messed up, but I really don't feel like doing a reformat.The file was missing from my system32 folder. I put it in there, but it still doesn't help. The file was named "AUTOEXEC.NT_" so I renamed it "AUTOEXEC.NT" now I get this error: Edited May 24, 2006 by HLDoom32768
Ghosty_Gool Posted May 24, 2006 Posted May 24, 2006 (edited) It sounds like your system is missing the Windows 3.1 / DOS emulator.You're not using XP 64-bit edition are you?Can you run any DOS programs?Try, Start, Run, EDIT, does the MS-DOS editor appear? Edited May 24, 2006 by Ghosty_Gool
KenanBalamir Posted May 25, 2006 Posted May 25, 2006 Copy Windows\repair\Autoexec.nt to Windows\system32\andChange attiributes for read only..
HLDoom32768 Posted May 25, 2006 Author Posted May 25, 2006 It sounds like your system is missing the Windows 3.1 / DOS emulator.You're not using XP 64-bit edition are you?Can you run any DOS programs?Try, Start, Run, EDIT, does the MS-DOS editor appear?Alright I did the EDIT command, and yes the MS-DOS editor does appear.No I am not running XP 64bitNot sure about any other dos programs, as I dont' have any that I know of. I thought that the Asus probe for my mobo (only like a few years old) was built in windows and wasn't 16 bit, could I be wrong?Copy Windows\repair\Autoexec.nt to Windows\system32\andChange attiributes for read only..That file is not in my repair folder... any other ideas?
KenanBalamir Posted May 25, 2006 Posted May 25, 2006 Autoexec.nt@echo offREM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless aREM different startup file is specified in an application's PIF.REM Install CD ROM extensionslh %SystemRoot%\system32\mscdexnt.exeREM Install network redirector (load before dosx.exe)lh %SystemRoot%\system32\redirREM Install DPMI supportlh %SystemRoot%\system32\dosxREM The following line enables Sound Blaster 2.0 support on NTVDM.REM The command for setting the BLASTER environment is as follows:REM SET BLASTER=A220 I5 D1 P330REM where:REM A specifies the sound blaster's base I/O portREM I specifies the interrupt request lineREM D specifies the 8-bit DMA channelREM P specifies the MPU-401 base I/O portREM T specifies the type of sound blaster cardREM 1 - Sound Blaster 1.5REM 2 - Sound Blaster Pro IREM 3 - Sound Blaster 2.0REM 4 - Sound Blaster Pro IIREM 6 - SOund Blaster 16/AWE 32/32/64REMREM The default value is A220 I5 D1 T3 and P330. If any of the switches isREM left unspecified, the default value will be used. (NOTE, since all theREM ports are virtualized, the information provided here does not have toREM match the real hardware setting.) NTVDM supports Sound Blaster 2.0 only.REM The T switch must be set to 3, if specified.SET BLASTER=A220 I5 D1 P330 T3REM To disable the sound blaster 2.0 support on NTVDM, specify an invalidREM SB base I/O port address. For example:REM SET BLASTER=A0Save and close. Copy Windows\System32 and change attributes for Read Only.. Enjoy..
Ghosty_Gool Posted May 25, 2006 Posted May 25, 2006 Not sure about any other dos programs, as I dont' have any that I know of. I thought that the Asus probe for my mobo (only like a few years old) was built in windows and wasn't 16 bit, could I be wrong?The program itself is 32-bit but the installer is probably only 16-bit, (set up programs often are, the Windows 3.1 legacy lives on over decade after its death.
HLDoom32768 Posted May 26, 2006 Author Posted May 26, 2006 Autoexec.nt@echo offREM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless aREM different startup file is specified in an application's PIF.REM Install CD ROM extensionslh %SystemRoot%\system32\mscdexnt.exeREM Install network redirector (load before dosx.exe)lh %SystemRoot%\system32\redirREM Install DPMI supportlh %SystemRoot%\system32\dosxREM The following line enables Sound Blaster 2.0 support on NTVDM.REM The command for setting the BLASTER environment is as follows:REM SET BLASTER=A220 I5 D1 P330REM where:REM A specifies the sound blaster's base I/O portREM I specifies the interrupt request lineREM D specifies the 8-bit DMA channelREM P specifies the MPU-401 base I/O portREM T specifies the type of sound blaster cardREM 1 - Sound Blaster 1.5REM 2 - Sound Blaster Pro IREM 3 - Sound Blaster 2.0REM 4 - Sound Blaster Pro IIREM 6 - SOund Blaster 16/AWE 32/32/64REMREM The default value is A220 I5 D1 T3 and P330. If any of the switches isREM left unspecified, the default value will be used. (NOTE, since all theREM ports are virtualized, the information provided here does not have toREM match the real hardware setting.) NTVDM supports Sound Blaster 2.0 only.REM The T switch must be set to 3, if specified.SET BLASTER=A220 I5 D1 P330 T3REM To disable the sound blaster 2.0 support on NTVDM, specify an invalidREM SB base I/O port address. For example:REM SET BLASTER=A0Save and close. Copy Windows\System32 and change attributes for Read Only.. Enjoy..I'm not sure what you are saying I should do with that. I should change my Autoexec.nt file using notepad to all of that then? Or is it just a bat file? I think you are saying change the Autoexec.nt file. How did you find this fix?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now