About Display Control Panel error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!
Graphic driver is VIA/S3G Unichrome Pro IGP Driver
When I tried to see the "S3Info" in the Display Control Panel -
Settin-Advanced,
then this error message pop-up.
- During running "C:\Windows\System32\desk.cpl", exception come out.-

I don't know this error cause is driver or XPE configuration.
Anybody give me the answer?

Thanks
 
lins77,

How did you componentize the driver?
Did you satisfy all the driver static dependencies? (check the driver dll's
exports)
Did you satisfy all the driver dynamic dependencies? (use Dependency Walker
against the applet you used to access to the driver info page,
Filemon/Regmon are also your friends here)
I recall S3Info (or VTInfo) depends on DX8 stuff (and even qdvd) and COM. Do
you have those in your image? And again, Regmon will help you to find out
what' missing when you hit the error.
If you do all the above and still don't know whether it is the drvier issue
or missing dependencies issue, you may try the component with XPProEmulation
image (www.xpefiles.com, Development Utilities). If the feature works there,
you are likely missing some driver dependencies in your run time.

KM
 
Forgot to mention: please check FBALog.txt and SetupApi.log files for any
display driver related errors that might happen during the install.

KM
 
Back
Top