Questions tagged [restart]

Restart refers to the process where a software program or system is systematically (and preferably gracefully) shut down then automatically invoked to full functionality without intervention from the user.

Restart is also often referred to as reboot or reset.

Restarting a software program or system is one of the most common ways to troubleshoot problems as it will put the program or system back into a fresh and predictable state

1535 questions
-1
votes
1 answer

Reloading/Refreshing activity when returning back (Beginner)

I am making a quiz app just for the experience and i have a main questions page which says the question number ,question and the options...if the answer is wrong ,it gives a 4 hours wait time, if its correct then 24 hours for the next question.. i…
-1
votes
1 answer

UEFI Settings Missing

I am running WINDOWS 10 x64bit on ACER E5-521 AMD Processor I need to turn on VT-x from UEFI Settings But I can not find it here. Is there any reason why it is like that on my machine?Below is a link of a snapshot of my screen. Please check and…
-1
votes
1 answer

(Windows 10) Restart Without Updating in C++

I need a way to restart my pc in C++ and do it in a way that Windows doesn't install updates on that restart. Is this possible? I know you can do a restart using system("shutdown -r -t 0"); or ExitWindowsEx( EWX_REBOOT | EWX_FORCE,…
Ryan Holmes
  • 121
  • 1
  • 14
-1
votes
1 answer

Button won't restart JFrame

I am creating a simple game in java.swing and I encountered a problem. Everything works exactly as I want except one button. I would like the "Restart" button to remove the jFrame board content and reload it, but I can not handle this problem. When…
x3non
  • 3
  • 4
-1
votes
1 answer

How to switch from preview to record video without rebooting the camera with DirectShow

I using directshow programming under C++, open the program to achieve the preview screen,and move the camera device to the correct position, then I start record video. These functions can be realized. but the problem is program switch preview from…
-1
votes
1 answer

VBA auto restart

I am creating a auto restart VBA excel program. When the condition is fulfilled(eg. "L"), this program will try to restart and try to fulfill the opposite condition (eg. "S") So, that i want to create is: if i start with L fulfill L==>restart==>…
Wai Hung
  • 49
  • 10
-1
votes
1 answer

Automatic restart of c++ process attached to a wamp server

I've been working on a computing server and I need to make sure it restart properly in case of crash. The computer restarts properly, so I'm trying to start my process. Our server is a C++ executable attached to Apache on a wamp server, the whole…
L.Fae
  • 39
  • 1
  • 1
  • 3
-1
votes
1 answer

C++ Compile errors on lines that don't exsist. How to make restart function

When I compile this code I get I get Compilation errors: Errors below code. #include using namespace std; int main() { while (true) { int go_again; go_again = 0; //[CODE HERE STARTS THREADS] Removed…
J Doggy
  • 11
-1
votes
1 answer

RMI Client invokes Graceful shutdown. Server Stops. Manually started again. But somehow gets autokilled. Why?

Everthing on Java. Environment: RedHat Linux 12.3 NOTE: 1. Old model: There was NO A.java "script.sh" starts/stops B.java as process 2. New model: There IS A.java "script.sh" never uses A …
Arnab Dutta
  • 168
  • 11
-1
votes
1 answer

iOS: force-closed app restarting in background

We're seeing a strange situation on our iOS app that is impacting our user experience. When a user background's the app (by pressing the Home button), we can clearly see the app entering the background. When the user then force-closes the app (by…
-1
votes
1 answer

Restarting while loop in C#

I am a beginner in C# and creating a small game in where the user gets to throw a ball with a certain gravity, speed and random wind. The ball is supposed to hit a goal, give the user points (when it hits) and then go back to start position for user…
Ellinor
  • 323
  • 3
  • 14
-1
votes
2 answers

Created a new file in Eclipse through python script and tried to access it in the same program but the file is empty

String[] cmd = { "/bin/bash", "-c", "python count_freqs.py gene.train > gene_counts2.txt", }; Runtime.getRuntime().exec(cmd); bufferReader.close(); fileReader.close(); …
Praveen
  • 1
  • 1
-1
votes
1 answer

restart animation jquery and javascript

Hi i'm creating a jquery slider and i'm having problems to restar the slider when the time(in the setInterval) is over. When the 3 images slide and the last one is showing the animation stays there, but i want to restart to the first image and start…
-1
votes
1 answer

How to restart to the top of my program

Text file contents: Do your brakes squeal when you stop fairly short? The squealing is a high-pitched noise usually caused by vibration. Squealing can occur when the brake linings are worn and need replacement, the brake drum or disc needs to be…
-1
votes
1 answer

Is it possible to restart program from a user input?

I'm currently doing a program, and I have arrived to a small problem. I want to ask the user whether or not he would like to try again the application after he has completed it once. If he says yes, I'd like to go back to the top of the program at a…
R.DM
  • 105
  • 1
  • 11
1 2 3
99
100