Debuglog.log won't teminate when I shut down

  • Thread starter Thread starter Verne Campbell
  • Start date Start date
V

Verne Campbell

WinXP Pro system. Afterupgrading my Creative Audigy 2
audeo drivers (and one or two lockups in the process) I
began to get a message when re-booting
that "C:\debuglog.log has stopped responding and will be
shut down". This coincided with an indication in the task
bar that a print job was pending. Displaying the print job
showed that it was "un-named", status "spooling" and
size "2 bytes". XP won't let me delete the print job
because it is in the spooler. Stopped the spooler, then
got the message the job could not be deleted because it
was in the stopped spooler. Can find no ref anywhere to
debuglog.log in Microsoft or on the Net.
help?
 
Verne said:
WinXP Pro system. Afterupgrading my Creative Audigy 2
audeo drivers (and one or two lockups in the process) I
began to get a message when re-booting
that "C:\debuglog.log has stopped responding and will be
shut down". This coincided with an indication in the task
bar that a print job was pending. Displaying the print job
showed that it was "un-named", status "spooling" and
size "2 bytes". XP won't let me delete the print job
because it is in the spooler. Stopped the spooler, then
got the message the job could not be deleted because it
was in the stopped spooler. Can find no ref anywhere to
debuglog.log in Microsoft or on the Net.
help?

From a command prompt:
NET STOP SPOOLER
CD \WINDOWS\SYSTEM32\SPOOL\PRINTERS
DEL *.*
CD \
REN DEBUGLOG.LOG DEBUGLOG.BAD
NET START SPOOLER
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top