Fri Nov 28, 2003 2:20 pm by corwin02
All it tells me is that you have a memory exception error , probably related to a
virual device driver which is loaded into the protected= (ring-0) operating
system address space, and has full access to the system hardware.
VxDs can modify page tables directly, install true hardware interrupt handlers,
and generally wreak unrestricted havoc on the system.
VxDs can be used to virtualize physical hardware by intercepting application
requests to use the hardware and arbitrating between requests from different
applications. In the more extreme case, VxDs can provide a "virtual" device that
is not actually present at all, by emulating the behavior of a hardware device.
VxDs, by virtue of their privileged access to the system, can also be used to
implement software monitors, debuggers and to modify the behavior of other
software on the system.
VxDs under Windows 98 are also used to implement many other components=
of the OS, including the protected mode file system (IOS and IFS), the Virtual
Communication Architecture (VCOMM), plug and play (Configuration Manager,
etc.), and network transport and protocol
This was probably more then you were asking for , but you do not exactly provide all
that much information , my best bet is that you have some sort of device driver that is not
truly compatible , the best fix for a not to savy computer user is to reinstall the OS and
thus fix the problem
Time is too short to hate everybody , just hate a few
Edited by - Corwin02 on 28-11-2003 14:20:49