emachine e725 freezes randomly
Collapse
X
-
Mann-Made Global Warming.
- We should be more concerned about the Intellectual Climate.
-
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
- Dr Seuss
-
You can teach a man to fish and feed him for life, but if he can't handle sushi you must also teach him to cook.
-
-
Re: emachine e725 freezes randomly
The main point remains: We have cluttered the OP's topic with trash that does not belong here and does not answer any of his questions. And i still run 64-bit whether you like it or not. If 64-bit capability is something you have already, why throw it away ffs? Okay, 64 bit uses twice the memory. Booooooo. But a 64-bit instruction can now execute in a single clock cycle as opposed to two if the processor was running in 32-bit mode. Yay. You have to face it: From a $$$ standpoint more RAM is much cheaper than faster CPU.
PS. Doing 16-bit math in ASM on a 8-bit PIC micro. Not funny.Last edited by Th3_uN1Qu3; 06-25-2011, 03:12 AM.Originally posted by PeteS in CARemember that by the time consequences of a short-sighted decision are experienced, the idiot who made the bad decision may have already been promoted or moved on to a better job at another company.Comment
-
Re: emachine e725 freezes randomly
-
Beyond that, yes we did agree on that. So why you jumping on me when I was expressing that same idea to SOMEONE ELSE?
If you have more than 4Gb it probably is idle most of the time.
[For the average typical PC user I'd say 2Gb.]
And I stand by what I said...
The average typical PC user will never NEED more than 32-bit.
.Mann-Made Global Warming.
- We should be more concerned about the Intellectual Climate.
-
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
- Dr Seuss
-
You can teach a man to fish and feed him for life, but if he can't handle sushi you must also teach him to cook.
-
Comment
-
Re: emachine e725 freezes randomly
"But a good programmer could put more instructions in one 'word'." = "you can say more things which in some cases allow using fewer words"
Which validates what I said here..
https://www.badcaps.net/forum/showpo...1&postcount=33
.
windows has both x32 and x64 versions. going back to my example, say we had a program in 4 bit:
000ilike00my0rod
and in 8 bit:
0000000i0000like000000my00000rod
and upon releasing it as a product, we find out it mistaken as saying something to do with "willy". to fix it, we change it to :
000ilike00myiron0rod
0000000i0000like000000my0000iron00000rod
had we taken advantage of the 8 bit words, we would have 2 completely different codes to manage (one issue would not be the same in the other). in addition, it is much easier and more reliable to use old proven code rather than starting from scratch. you wonder why microsoft copyrights on operating systems mention years long ago (or use a range)? thats because they used old code from then since it was not worth the effort to rewrite that.
think about it, for some things , is it worth all of the code writing, R/D, and bugfixing to rewrite some things? even though they had DOHC engines a long time ago (the offy engine), why did OHV stay a standard for so long? it was not economical to reinvent the wheel (or the engine) when OHV got the job done just fine. it was not until there was enough of an advantage that OHC designs hit consumer vehicles. x64 is the same way, for a lot of operating system things, you may be faster, yes, but the gain would be so little that all of the resources needed to make it work at the same reliability rate would be too much trouble.
a good example would be vistrash. look how bad it was... with such a large overhaul, look how much time and energy it took just to fix things (sp1 and sp2). it would have been less powerful but more reliable if they kept the xp base. as seen, xp did what most needed done, the advantages of vista were of little benefit to most.
make sense at all?
edits to address the latest post:
you do get that part. what you are missing is that by writing stuff to be 64 bits but using mostly 32 bit instructions, you are allowing things that DO use 64 bit instructions to run... things like games, CAD programs, graphics apps, etc.
also, it will run slower x64 because all of the 0's need to go somewhere, so they hog up the RAM. or go to the paging file.Last edited by ratdude747; 06-25-2011, 03:30 AM.sigpic
(Insert witty quote here)Comment
-
Re: emachine e725 freezes randomly
Don't bet on it. Using virtual machines eats up a lot of RAM. But at least i don't have to worry 'bout no compatibility issues.
This is true, sans VMWare i can do most of my stuff in 2GB (on my laptops). Though i DO feel the pagefile every once in a while with 2 gigs. 8GB on the main machine and pagefile turned off. I have never seen an "out of memory" message, but i did use up to 7.3GB once. Don't ask me what i was up to.Again, RAM is still cheaper than CPU power.
Originally posted by PeteS in CARemember that by the time consequences of a short-sighted decision are experienced, the idiot who made the bad decision may have already been promoted or moved on to a better job at another company.Comment
-
Re: emachine e725 freezes randomly
RD I was specifically talking about device drivers.
Win7 64-bit does not support 32-bit drivers at all.
http://www.techsupportalert.com/cont...plications.htmLast edited by PCBONEZ; 06-25-2011, 03:41 AM.Mann-Made Global Warming.
- We should be more concerned about the Intellectual Climate.
-
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
- Dr Seuss
-
You can teach a man to fish and feed him for life, but if he can't handle sushi you must also teach him to cook.
-
Comment
-
Re: emachine e725 freezes randomly
RD I was specifically talking about device drivers.
Win7 does not support 32-bit drivers at all.
http://www.techsupportalert.com/cont...plications.htm
what "legacy mode" in the cpu does is add the zeroes. but once you start the computer in a mode, it stays in that mode until reboot. so once you start 64, you have to always be 64.
also, since 7 is a hybred kernel, other things besides the OS may interact with drivers and need 64 bit capabilities
also, there may be bits that making 64 bit and using 64 bit instructions improved performance or functionality enough to warrant changing. but so much does not benefit enough to warrant that it rounds off to double . no big enough to make a large impact on memory usage, but enough to mess up drivers.Last edited by ratdude747; 06-25-2011, 03:47 AM.sigpic
(Insert witty quote here)Comment
-
Re: emachine e725 freezes randomly
Now that the train wreck is over....
coolcurrent, any updates?
.Mann-Made Global Warming.
- We should be more concerned about the Intellectual Climate.
-
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
- Dr Seuss
-
You can teach a man to fish and feed him for life, but if he can't handle sushi you must also teach him to cook.
-
Comment
-
Re: emachine e725 freezes randomly
mods could you clean this thread up and put the posts in a 32 vs 64 thread this guy coolcurrent may have already left because of the thread been taken over.My pc
CPU : AMD PHENOM II x4 @ 3.5Ghz
MB : ASUS M4A89TD PRO USB3
RAM : Kingston ValueRAM 16gb DDR3
PSU : Cooler Master 850W Silent Pro
GPU : ATI Radeon HD 6850Comment
-
Re: emachine e725 freezes randomly
I will avoid getting into such discussions in the future, because they don't change the systems i run in any way and just cause unneeded clutter.Originally posted by PeteS in CARemember that by the time consequences of a short-sighted decision are experienced, the idiot who made the bad decision may have already been promoted or moved on to a better job at another company.Comment
-
better to keep quiet and be thought a fool, than to open your mouth and remove all doubtComment
-
Re: emachine e725 freezes randomly
Ever hear of when it works don't fix it?
Good plan when you run a business.
.Mann-Made Global Warming.
- We should be more concerned about the Intellectual Climate.
-
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
- Dr Seuss
-
You can teach a man to fish and feed him for life, but if he can't handle sushi you must also teach him to cook.
-
Comment
-
Re: emachine e725 freezes randomly
i don't understand, how does all these relates to emachines freezingComment
-
Re: emachine e725 freezes randomly
None of it does sadly a moderator should move those posts out.
as for your machine coolcurrent have you had any issues with this machine in the past like blue screens and resets?
Also go to start Control Panel then Administrative Tools then Event Viewer then windows logs then system and look for any errors regarding disk.Last edited by joshnz; 06-25-2011, 01:00 PM.My pc
CPU : AMD PHENOM II x4 @ 3.5Ghz
MB : ASUS M4A89TD PRO USB3
RAM : Kingston ValueRAM 16gb DDR3
PSU : Cooler Master 850W Silent Pro
GPU : ATI Radeon HD 6850Comment
-
Re: emachine e725 freezes randomly
You don't have enough RAM to run Win7 smoothly particularly after you start adding programs to it.
-
You have the minimum requirement which just enough for Win7 to run without adding any[or many] other programs to it.
.
Pretty much any 'resource happy' program [a bulky anti-virus for example] would be enough to cause your system to freeze.
.
Try running the system from a live CD and see if it freezes with that.
If it doesn't the issue isn't hardware.
.Last edited by PCBONEZ; 06-25-2011, 03:49 PM.Mann-Made Global Warming.
- We should be more concerned about the Intellectual Climate.
-
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
- Dr Seuss
-
You can teach a man to fish and feed him for life, but if he can't handle sushi you must also teach him to cook.
-
Comment
-
Re: emachine e725 freezes randomly
i opened the laptop, the paste (whitish) on the processor seems to be dried up, what is it usually called, i need to get it and re-paste first.
the laptop is new and virtually have no dust clogging anywhere. thanksComment
-
Re: emachine e725 freezes randomly
It is known as
Thermal Compound
Thermal Grease
Thermal PasteMy pc
CPU : AMD PHENOM II x4 @ 3.5Ghz
MB : ASUS M4A89TD PRO USB3
RAM : Kingston ValueRAM 16gb DDR3
PSU : Cooler Master 850W Silent Pro
GPU : ATI Radeon HD 6850Comment
-
Re: emachine e725 freezes randomly
It's not unrelated.
You don't have enough RAM to run Win7 smoothly particularly after you start adding programs to it.
-
You have the minimum requirement which just enough for Win7 to run without adding any[or many] other programs to it.
.
Pretty much any 'resource happy' program [a bulky anti-virus for example] would be enough to cause your system to freeze.
.
Try running the system from a live CD and see if it freezes with that.
If it doesn't the issue isn't hardware.
.Comment
-
Comment
Related Topics
Collapse
-
by grosseaderHello everyone, i got this mobo for long time, now i decided to rearrange some hardware and build a office pc, but 1 week so far, this motherboard drives me crazy.
What is the issue:
PC freezes randomly. While loading win, while installing win, while in windows , and just once did it while in bios.
Hardware:
MSI B450 Gaming Plus Max , MSI A320m A-pro
BIOS : 7B86vHG - latest
CPU: Ryzen 3 1200, 3200G , Ryzen 5 3500x, Ryzen 5 5500
GPU: Vega 7 in 3200g and MSI 1060 6GB
RAM: 2x8 ADATA spectrix 3000 , 2x8 SiliconePower 3200
...01-30-2023, 03:24 PM -
by pcwhiz24This issue has me stumped! I have this Lenovo IdeaPad and the SSD (NVME) keeps on randomly disconnecting. It'll stop being detected in BIOS randomly and when I turn it off and back on sometimes it'll detect again and boot up just fine...only to crash after a few minutes and either boot again or stop being detected.
Things I tried so far:
- Reset the CMOS by removing battery, held power buttons 60 seconds, all that jazz.
- BIOS is fully updated (had to use CHA341 because I bricked it the first time trying to update it)
- Tried multiple working NVME drives... -
by amingpxhi guys...hp probook 6555b freezes randomly and no key on the keyboard doesnt work..sometimes after 30min somtime after 60min and sometime after 20min..i chech out pads on.the cpu and vga chip..fan is ok...i flash bios..i changed ram..hard...i dont know any more..help me
-
This is my first attempt at troubleshooting a board like this, I know I could just buy a new board but I'm curious to figure out how this works. I've been testing different components in the evenings this week and I think the problem is with the IC failing to start up for some reason. When the board is plugged in there is no standby voltage.
Then today it randomly sprung to life like a zombie but shortly died thereafter. I have no idea why it would have done that and its the first time I've seen it running. I discharged capacitors on the board last night, then it was sitting today.... -
by hinisaI'm using Xiaomi Router 4A gigabit edition as wireless repeater. It worked fine for 2 years or so, but last week, wireless started to disappear.
When I unplug/replug the power, it was working fine for a day/half a day or so until it freezes again.
After testing with different power supply adapters and concluding it wasn't the issue I finally opened the case and this was the situation:
Anyway I proceed to clean up the mess and replace all caps but unfortunately it made the situation worse. Now router can't even boot, either it freezes during...-
Channel: Troubleshooting & Designing Networks
-
- Loading...
- No more items.
Comment