Posts: 40,483
Threads: 491
Joined: Aug 2002
There are very few things that a driver could do to cause this. Generally, it's going to be one of two things:
1. You have hardware issues and this driver just happens to bring it out
2. The driver is eating memory up (usually by using some sort of collection and not flushing it before reuse so it keeps adding up) and the machines runs out of memory.
#2 is more likely of the two. So watch teh memory in the task manager and see if it's ramping up over time.
Dean Roddey
Explorans limites defectum
Posts: 1,254
Threads: 103
Joined: Aug 2005
I have seen this happen with an old computer but it was before I was ever using CQC. It turned out to be a hardware problem. If I recall it was a bad video card. You may want to google your errors and look inside that log dump file to see if there is any good information pointing to the problem. My guess is that its not really related to CQC or if it is its indirectly related.
Dean, you are right about the memory usage, because before the system restarts some drivers specifically SDM (SmartHome Device Manage) will complain of low memory and ask to be shut down. The computer has also given a message (I can't remember what exactly) about low memory and then increased alloted memory. I will keep a watch on the task manager about memory usage.
The box is an emachines T5212 and about 3 weeks old. It has only CQC and related stuff.
Posts: 40,483
Threads: 491
Joined: Aug 2002
Make sure that he knows about this problem and he can check the driver and see where he's losing the memory. It should be pretty obvious.
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
From the other thread, on this driver, it sounds like perhaps this must be something else. So, watch it and if the memory is going up, look at the memory usage for the various processes and sort it by the memory usage column and see what's using the most memory. I order to run out of memory, one of them would have to be eating up a lot of memory so it should be pretty obvious.
Dean Roddey
Explorans limites defectum
Posts: 1,790
Threads: 86
Joined: Feb 2005
I've also had this problem with an older PIII running CQC client stuff. Running minimal drivers (Caddx, Zoomplayer). I turned off all the hardware monitoring in the BIOS and the problem went away and the PC hasn't melted yet ;-)
Posts: 40,483
Threads: 491
Joined: Aug 2002
I guess we should ask, now much memory does this box have?
Dean Roddey
Explorans limites defectum
The box has Intel Pentium D 805 with 1GB of DDR2 ram.
Posts: 40,483
Threads: 491
Joined: Aug 2002
That should be plenty. Anyway, keep an eye on it and see who the culprit is. What all drivers are you running on that machine?
Dean Roddey
Explorans limites defectum