473,769 Members | 2,214 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Program Shut Down for no reason by Windows XP?

73 New Member
I have a program that I have created and that is permanently running in the back ground on a user's PC. This program is used to check if a finger print scanner is on and if not it will be restarted at certain times, for some reason the program was shut down by something. The process has been running fine until Today, so I don't know where to start looking for the problem. Does Windows XP have some thing that might clash with another program that uses a timer. The User's PC is also on a network, not to sure if that help much. My program is set to run while the PC is locked, so that is also not an issue. Any help would be appreciated thanks.
Sep 5 '08 #1
5 4487
questionit
553 Contributor
Hi

Viruses often causes such things to happen. Try running full anti-virus scan on your PC

Qi
Sep 13 '08 #2
Sheena777
73 New Member
Hi

Viruses often causes such things to happen. Try running full anti-virus scan on your PC

Qi
There is anti virus software on that machine and regular checks do take place at night so that is not the problem unless the anti virus has not picked up a virus although I highly dought that but thanks for you help.
Sep 15 '08 #3
questionit
553 Contributor
Is your antivirus running with latest virus definition?

Please explain what the program is and what it is meant to do that is gettin shutdown by Windows.

Qi

There is anti virus software on that machine and regular checks do take place at night so that is not the problem unless the anti virus has not picked up a virus although I highly dought that but thanks for you help.
Sep 15 '08 #4
Stang02GT
1,208 Recognized Expert Top Contributor
Do you know of any new software that could have been installed on that machine? Something could have been installed that is clashing with your program.
Sep 15 '08 #5
AmberJain
884 Recognized Expert Contributor
HELLO,

You will need to post some details regarding this problem:

1. Please post the contents of event log corresponding to the date and time (if you remember this) when the program was unexpectedly shut down. Follow steps below:

a. Click Start, and then click Control Panel. Click Performance and Maintenance, then click Administrative Tools, and then double-click Computer Management. Or, open the MMC containing the Event Viewer snap-in.

b. In the console tree, expand Event Viewer, and then click the log that contains the event that you want to view.

c. In the details pane, double-click the event that you want to view.
The Event Properties dialog box containing header information and a description of the event is displayed.

2. Also, have you tried restarting the program. Had it again shutdown unexpectedly?

3. Also as Stang02GT had asked:
Do you know of any new software that could have been installed on that machine? Something could have been installed that is clashing with your program.
Post back with details.


Viruses often causes such things to happen. Try running full anti-virus scan on your PC
I am reminded of a practical (yes it's practical) saying:
"In God we trust, all others we virus scan" :)


HOPE THIS HELPS.......
AmbrNewlearner
Sep 16 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
2950
by: Claire | last post by:
Windows refuses to close down if my applications main form is hidden and there's a notify icon in the system tray. If I restore the form, then shutting down Windows succeeds. If I comment out the code in "frmOptions_Closing" then run and hide the application, Windows shuts down normally. I think there was a way to find out what was causing an application to close down - api call? Is there anything in .net that I can query My code is...
4
2254
by: Diogo Alves - Software Developer | last post by:
Hi, I have a application developed by me in C# that does not let windows shut down! What is the problem? is this a Framework bug? I would like to receive some feedback about this issue
2
11415
by: Brian Worth | last post by:
I have just upgraded from VB 4.0 to VB .NET 2002. One program under VB 4.0 was able to shut down or restart the (windows XP) machine using a series of API calls. (Getlasterror, GetCurrentProcess, OpenProcessToken, LookupPrivilegeValue, AdjustTokenPrivilegese, ExitWindowsEx. I am trying to avoid using any API calls if possible and to use managed code instead. I couldn't find any easy way of doing this but searching the Internet with...
3
1587
by: BrianDH | last post by:
Hi I have a VB.Net windows application that for some reason when running will not allow the user to shut-down/reboot the Operating System without first closing my application. Has anyone had the problem and how might I resolve it? I need my app to allow the user to shut-down and or reboot their OS without closing my application first. Thanks
6
2612
by: Deepa K | last post by:
Hi, I am using Postgresql 7.1.3. PgSQL server gets shut down once the hard disk space becomes full. Is thers any particular reason to shut down the server? Can any one help me on this. -- regards, Deepa K ---------------------------(end of broadcast)---------------------------
7
6168
by: Mark Rae | last post by:
Hi, I wrote a Windows service for a client a few months ago, and the client has now asked me to modify it so that it shuts itself down under certain circumstances e.g. a catastrophic failure of the network, SQL Server connectivity problems etc. I've tried to explain that this probably isn't a very good idea nor is it even necessary because the service has sufficient error and exception handling code to take account of such situations...
17
6442
by: UJ | last post by:
Is there any way for a windows service to start a windows program ? I have a service that will need to restart a windows app if it needs to. TIA - Jeff.
2
1978
by: diffuser78 | last post by:
I want to write a simple clinet/server program that does the following. On Windows, the program listens to the request from linux box On Linux Box, client program send server a shutdown request and the program at server i.e windows shuts windows sown, I basically want to remotely shut down windows from linux and write such a program in python.
6
10547
sashi
by: sashi | last post by:
Shut down Windows For various reasons you may require a shut down of Windows to happen programmatically. For instance if the installation of your program requires system reconfiguration. The following code will do this for you with options to Reboot, etc. 'Module code - modShutdown ' Shutdown Flags Const EWX_LOGOFF = 0 Const EWX_SHUTDOWN = 1
0
9579
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10035
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8863
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7403
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6662
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5293
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5441
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3556
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2811
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.