Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to index page
Thread view  Board view
Tito

08.08.2013, 01:26
 

Repairing NTVDM (Emulation)

Recently I realized that in Windows XP any DOS program that tries to use graphics (320x200) or sound (Sound Blaster) freezes (and both are tested independently.) Those programs used to work (e.g. Quick View, VGA Paint, etc) I wonder if anyone know if perhaps any recent updates might have caused this or this is a symptom of damaged NTVDM?

glennmcc

Homepage E-mail

North Jackson, Ohio (USA),
08.08.2013, 02:12
(edited by glennmcc, 08.08.2013, 02:22)

@ Tito
 

Repairing NTVDM

> Recently I realized that in Windows XP any DOS program that tries to use
> graphics (320x200) or sound (Sound Blaster) freezes (and both are tested
> independently.) Those programs used to work (e.g. Quick View, VGA Paint,
> etc) I wonder if anyone know if perhaps any recent updates might have
> caused this or this is a symptom of damaged NTVDM?

Most DOS audio & video programs require direct access to the hardware.

If you have only tried running them in the XP NTVDM while logged-in
as a 'normal' user... try running them as administrator.

If that still does not work.... you might need to boot to an actual DOS
from a diskette or perhaps setup a dual boot system with DOS installed on
a FAT partition of the same or additional HDD

edit:

You might also try both cmd.exe & command.com (as administrator)

---
--
http://glennmcc.org/

RayeR

Homepage

CZ,
08.08.2013, 02:30

@ Tito
 

Repairing NTVDM

> Recently I realized that in Windows XP any DOS program that tries to use
> graphics (320x200) or sound (Sound Blaster) freezes (and both are tested
> independently.) Those programs used to work (e.g. Quick View, VGA Paint,
> etc) I wonder if anyone know if perhaps any recent updates might have
> caused this or this is a symptom of damaged NTVDM?

The graphics issue maybe caused by VIDEOPRT.SYS that needs to be patched (sometimes it happen that some update will replace back original version)
I mention it here http://www.rayer.g6.cz/hardware/gf7600gs.htm, there's link to http://www.rayer.g6.cz/download/videoprt.zip

For sound try vmdsound or soundfx.

---
DOS gives me freedom to unlimited HW access.

Tito

08.08.2013, 03:48

@ RayeR
 

Repairing NTVDM

> > Recently I realized that in Windows XP any DOS program that tries to use
> > graphics (320x200) or sound (Sound Blaster) freezes (and both are tested
> > independently.) Those programs used to work (e.g. Quick View, VGA Paint,
> > etc) I wonder if anyone know if perhaps any recent updates might have
> > caused this or this is a symptom of damaged NTVDM?
>
> The graphics issue maybe caused by VIDEOPRT.SYS that needs to be patched
> (sometimes it happen that some update will replace back original version)
> I mention it here
> http://www.rayer.g6.cz/hardware/gf7600gs.htm, there's link to
> http://www.rayer.g6.cz/download/videoprt.zip
>
> For sound try vmdsound or soundfx.
Thanks for the quick replies. Actually those programs *used* to work for me under XP (albeit with lousy sound and no VESA support) just a few weeks ago. They also work in a pure DOS boot. However, recently I noticed programs crashing when they should not, *even* with VDMS they seem to crash. I wonder what it could be?

Tito

08.08.2013, 06:44

@ RayeR
 

Repairing NTVDM

> > Recently I realized that in Windows XP any DOS program that tries to use
> > graphics (320x200) or sound (Sound Blaster) freezes (and both are tested
> > independently.) Those programs used to work (e.g. Quick View, VGA Paint,
> > etc) I wonder if anyone know if perhaps any recent updates might have
> > caused this or this is a symptom of damaged NTVDM?
>
> The graphics issue maybe caused by VIDEOPRT.SYS that needs to be patched
> (sometimes it happen that some update will replace back original version)
> I mention it here
> http://www.rayer.g6.cz/hardware/gf7600gs.htm, there's link to
> http://www.rayer.g6.cz/download/videoprt.zip
>

Could you please elaborate this a bit more? Is this file for specific video card or NTVDM?

Japheth

Homepage

Germany (South),
08.08.2013, 06:55

@ RayeR
 

Repairing NTVDM

> The graphics issue maybe caused by VIDEOPRT.SYS that needs to be patched
> (sometimes it happen that some update will replace back original version)
> I mention it here
> http://www.rayer.g6.cz/hardware/gf7600gs.htm, there's link to
> http://www.rayer.g6.cz/download/videoprt.zip

Does this patch still work for SP3?

Because my current VIDEOPRT.SYS has 120 exports, nor just 115:

start of file lnk.c:


#pragma comment(linker,"/export:...=vidprt0.VideoPortInterlockedDecrement,@1")
#pragma comment(linker,"/export:...=vidprt0.VideoPortInterlockedExchange,@2")
#pragma comment(linker,"/export:...=vidprt0.VideoPortInterlockedIncrement,@3")
#pragma comment(linker,"/export:...=vidprt0.VideoPortAcquireDeviceLock,@4")
#pragma comment(linker,"/export:...=vidprt0.VideoPortAcquireSpinLock,@5")


exports of current VIDEOPRT.SYS:


101A8     1       12AE VideoPortInterlockedDecrement
101AC     2       1296 VideoPortInterlockedExchange
101B0     3       12A0 VideoPortInterlockedIncrement
101B4     4       18E6 PortNotification
101B8     5       901E VideoPortAcquireDeviceLock


As you can see, there has been a new export inserted at #4.

---
MS-DOS forever!

RayeR

Homepage

CZ,
08.08.2013, 17:13
(edited by RayeR, 09.08.2013, 01:55)

@ Japheth
 

Repairing NTVDM

> Does this patch still work for SP3?
> Because my current VIDEOPRT.SYS has 120 exports, nor just 115:

At work on my XP SP3 CZ install I have

Export Table:
Name: VIDEOPRT.SYS
Time Date Stamp: 0x4802370A (13.4.2008 18:38:34)
Version: 0.00
Ordinal Base: 1
Number of Functions: 120
Number of Names: 120

and DOS graphics works (VGA, VESA banked). If I remember there were 2 different patches, I'm not sure which one I had used.

---
DOS gives me freedom to unlimited HW access.

Tito

09.08.2013, 01:14

@ RayeR
 

Repairing NTVDM

> > Does this patch still work for SP3?
> > Because my current VIDEOPRT.SYS has 120 exports, nor just 115:
>
> At work on my XP SP3 CZ install I have
>
> Export Table:
> Name: VIDEOPRT.SYS
> Time Date Stamp: 0x4802370A (13.4.2008 18:38:34)
> Version: 0.00
> Ordinal Base: 1
> Number of Functions: 120
> Number of Names: 120
>
> and DOS graphics works (VGA, VESA baked). If I remember there were 2
> different patches, I'm not sure which one I had used.

Sorry I wasn't able to understand this clearly but what is this file a part of? (The website that was linked was in Czech and I could not understand the translations of it very well.) Thanks.

DOS386

09.08.2013, 10:26

@ Tito
 

Repairing NTVDM : YES we CAN


DELTREE /Y C:\WINDAUBE\SYSTEM32\NT*.*
DELTREE /Y C:\WINDAUBE\SYSTEM64\NT*.*
DELTREE /Y C:\WINDAUBE\SYSTEM128\NT*.*

---
This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft ***

Back to index page
Thread view  Board view
22049 Postings in 2034 Threads, 396 registered users, 166 users online (0 registered, 166 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum