Thread: windows 98se no shutdown

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    380

    windows 98se no shutdown

    Hi,

    I have had windows 98se for no more than a year and I have never been able to get it to shutdown properly. When I do tell it to shut down it halts at the "Please Wait..." screen. In Safe Mode it shutdowns like there suppose to. My question is what could it the cause be?
    Don't you dare hit me on the head, you know I'm not normal.
    A Stooge Site
    Green Frog Software

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    I used to have this problem all the time until I upgraded to XP. It would just lock up at the please wait screen. I guess it is just a glitch with 98.

  4. #4
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    rundll32 is the code that is called to shutdown windows, it is called with a paramter passed to depending on if he macgine is to restart (exitwindowsexec) or to go down to halt (exitwindows), if the machine is having trouble shutting down it may be due to this file. use the system file checker to check the system files and restore missing or corrupt files
    (i think you can type sfc at the run prompt to bring it up)
    Monday - what a way to spend a seventh of your life

  5. #5
    Registered User
    Join Date
    Jul 2002
    Posts
    161
    This probably doesn't apply, but if all else fails it might give you something to look into. At one time there was a bios bug that wouldn't let some versions of linux shutdown properly. Flashing to a newer version of the bios fixed it. Never heard of it bothering windows though.

  6. #6
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    yeah, my teachers computers d othat too,
    i found out that if you do restart in ms-dos mode you can either
    A) safely press the power button to turn it off
    B) type 'exit' to restart windows

    that's about all you can do short of reinstalling windows, i'm not sure what causes it, i have win98se and haven't had the problem, but soem have so i guess it has to do with how nice you treat it
    PHP and XML
    Let's talk about SAX

  7. #7
    Visionary Philosopher Sayeh's Avatar
    Join Date
    Aug 2002
    Posts
    212
    This is a known bug with Microsoft's CommPkg (it's part of your O/S). it is trying to connect to the local network and the code gets unloaded before it completes so gets stuck in a infinite exception loop on the processor.
    It is not the spoon that bends, it is you who bends around the spoon.

  8. #8
    Registered User
    Join Date
    Oct 2002
    Posts
    118
    It is sometimes caused by too many programs running in the system tray. Get rid of some of the usless one's, and then may be your problem will be gone.
    "The distinction between past, present and future is only an illussion, even if a stunning one."
    -Albert Einstein

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to make a windows application
    By crvenkapa in forum C++ Programming
    Replies: 3
    Last Post: 03-26-2007, 09:59 AM
  2. Script errors - bool unrecognized and struct issues
    By ulillillia in forum Windows Programming
    Replies: 10
    Last Post: 12-18-2006, 04:44 AM
  3. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  4. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  5. IE 6 status bar
    By DavidP in forum Tech Board
    Replies: 15
    Last Post: 10-23-2002, 05:31 PM