Start-up and Shut down runtime errors

Asked By 20 points N/A Posted on -
qa-featured

Hi experts,

I just want to know what causes the runtime errors showing up during my start-up and shutdown.

One error looks like this:

Error:

Runtime Error!

Program C:WindowsSystem32rundll32.exe

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.

I just want to know when and why does this happen.

Any answer is highly appreciated.

Thanks!

SHARE
Best Answer by theone1
Answered By 0 points N/A #107702

Start-up and Shut down runtime errors

qa-featured

Hi,

  • As the problem only happens at start up and shutdown, make certain that you are only loading programs you need when you start the PC. Most probably, what going on is that two different programs are trying to load at the same time and they are struggle over the same resource, and because of badly written code one of them crashes.
  • See what is loading at startup. Click Start and then click Run and type msconfig and click OK. Click on the Startup tab and look around the programs to see if there are any in there, you do not require. Be cautious about this, but if there is anything, you certainly do not need uncheck it. If you are uncertain, leave it as it or search it to learn whether you really need it.
  • Check and see if the error is solved. Because this is an irregular problem, you might need to reboot a few times to test. If it is not solved, try the following.
  • Test disabling Fax Service to start automatically, just to see if the problem gets away Click Start then click Control Panel and click Administrative Tools and then Services and scroll down to Fax and change it from Automatic to Disabled.
  • Reboot your machine a few times to see if the problem continues. If it is repaired, then you know there is a problem with the service.
  • Conflict could be with your modem, so make certain you have the latest drivers for it and see if that fixes things. Try also changing the physical slot of the modem.
Best Answer
Best Answer
Answered By 0 points N/A #107703

Start-up and Shut down runtime errors

qa-featured

Hi Adriel,

I would like to solve this problem of yours by following the following steps

Method 1

Go to start button

Click on all programs

Go to accessories

On accessories select command prompt

Type sfc/scannnow

Press Enter

Note that this will only take place when you log in as administrator of the computer

Method 2

Click start

On the search type msconfig

Right click on msconfig choose run as Administrator

If asked whether you want to run this program confirm

Click general Tab

Select normal startup

Then click ok

The two methods will be able to help you but choose one

Related Questions