|
When I launch this games it cycles between not responding and responding.
and then it does come to start loading the 1st logo - it paints the picture SUPPER slow , like 1 FPS deal,
Any advice or help would be nice, I'd like to play this game at least ...
Started by The_Hatta on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at steampowered):
|
|
I have a WPF application that occasionally crashes, and say "not responding". Is there a way to detect if the program is not responding? And if so, restart the WPF application?
This will be a temporary fix until the bugs are fixed.
Started by TandemAdam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's important.
If not responding, do what you need to do.
Process ' Responding property.
|
|
What is it exactly that "triggers" Windows to mark a process as Not responding in the Task Manager and Resource Monitor?
Started by Svish on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This does not necessarily mean.
If a process does not collect Windows messages as "not responding" -- because it is not responding to user interface events .
Within 5 seconds it can be marked as not responding.
|
Ask your Facebook Friends
|
What are the most common things that will cause a Windows Server 2003/2008 to stop responding to Remote Desktop connections, even though other services on the computer are running fine?
Started by Kjensen on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
I had a desktop (WinXP) on which remote desktop failed to respond, sort.
In the answers to this question.
|
|
I am trying to find the ip address (not the hostname) that responded to my WebRequest in C#. I do not want to do a DNS resolution, because their are cases where the DNS records returned are not the servers responding to the request. For ex:
Client ->...
Started by Traderde on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
As for your original question, I do not believe....
Do you have access to the server side code? Or to the web server configuration? You could always place the machines IP, or whatever identifier you'd like, in a custom header and look for that on the client .
|
|
Is it at all possible to detect when your application stops responding, so appropriate action can be taken automatically, instead of the user having to go to task manager/end process and/or end task etc?
Started by baeltazor on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If your....
Bear with me into your situation.
One reached a certain value, it means the main thread has stopped responding for some time.
You should try to make your application do not stop responding, instead.
It if it's taking too long.
|
|
What is the easiest way to check if a computer is alive and responding (say in ping/NetBios)? I'd like a deterministic method that I can time-limit.
One solution is simple access the share (File.GetDirectories(@"\compname")) in a separate thread, and ...
Started by ripper234 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can catch the....
Easy! Use System.Net.NetworkInformation namespace's ping facility!
http://msdn.microsoft.com/en-us/library/system.net.networkinformation.ping.aspx To check a specific TCP port ( myPort ) on a known server, use the following snippet .
|
|
My EEEPc 900HA has been experiencing this exact problem: http://wiki.eeeuser.com/bugfixes:fixbios
And it is not responding to any of the suggested fixes (except the one about jumping the jumpers, which I cannot see on the 900HA).
Any suggestions?
Started by th3dude19 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Have you....
General power on but nothing loading, no beeps or anything else usually means faulty/currupt bios or hardware failure in general .
No experience with a EEEpc, but I will diagnose like a regular laptop .
It could be your Power Supply has failed.
|
|
After installing VMware Server I get the following error when I try to access the VMware web-based server manager:
The VMware Infrastructure Web Service at "http://localhost:8222/sdk" is not responding
Started by Daniel O on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can also try the secure site via "https....
Try accessing via "http://localhost:8222" without the /sdk.
If not, then start it and then try browsing to the site again .
Go into the services manager and check that the 'VMware Host Agent' service is running .
|
|
Hi
I am trying to figure out why a program I am working on goes in to "not responding" mode when I ask it to output a large amount of characters to the console it is running in.
I tried creating a small example that just prints out characters, and this...
Started by Egil Hansen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Well it will spew out a lot of nonsense ... .
I'd guess is has something to do with outputting some of those control characters repeatedly .
When you cast it to a character, you're also sending control characters to the console for some lower values of i .
|