New RAM? messed up screen? killed the motherboard? Hardware and Software Microsoft Windows by e.p.i. … old and is only 2mb.. i have this because i killed my old 64mb onboard video card so please don't… yea. either A) I killed the graphics card or B) I killed the motherboard. please tell me i killed the graphics card and… node.js socket.io script getting killed by SIGSEGV after 1-2 days Programming Web Development by nousername19 …my node.js server by forever and my script gets killed in 1-2 days and i get this error …in the log file: error: Forever detected script was killed by signal: SIGSEGV Now i have many functions in my… info: handshake authorized 2O3m1B3dGWFOJ4W9ChQc error: Forever detected script was killed by signal: SIGSEGV the log makes it seem as if… Obama: Health Care Plan Would Give Seniors Right To Choose How They Are Killed Community Center Geeks' Lounge by Ancient Dragon … my plan, seniors are going to be killed the way they want to be killed, end of story," said the president… Changing the "you killed so-on-so" in UT2k4? Hardware and Software Microsoft Windows by Cup of Squirrel I was watching a couple of video's of UT pros, when I noticed that they had changed the "You killed Player" to "You [instert-naughty-word-here!] Player". I did a quick Windows search of the files, and it didnt come up with anything...is there a particular file that the message texts are kept in? Have i KILLED my PC?!!!!! Hardware and Software Hardware by webbo … blank desktop with no icons. my question is: have i killed it by letting it over heat? [U]or[/U] has… Hcontrol.exe killed by System Mechanic Professional 7 Hardware and Software Microsoft Windows by delifion … run a anti spyware program and probably the hcontrol got killed... I have done things like uninstall the ATK0100 (for ASUS… Hcontrol.exe killed by System Mechanic Professional 7 Hardware and Software Information Security by delifion … run a anti spyware program and probably the hcontrol got killed... I have done things like uninstall the ATK0100 (for ASUS… Bush Administration IT Expert Killed in Plane Crash Community Center by Lisa Hoover An IT expert within the Bush administration was killed in a plane crash over the weekend when his single-… C++ Please Help Killed by signal 8(SIGFPE). Programming Software Development by Robyy14 … error . I looked on google and it is something like Killed by signal 8(SIGFPE). [CODE] #include<cstdio> #include… Re: C++ Please Help Killed by signal 8(SIGFPE). Programming Software Development by Narue …] Good luck with this doing anything meaningful. :icon_rolleyes: [B]>Killed by signal 8(SIGFPE)[/B] Did you look up SIGFPE… USB killed my build? Hardware and Software Hardware by Luke_3 … PSU and nothing. Is the motherboard dead? could that have killed my GPU and CPU.? I tried jumping the power button… My dog... Community Center Geeks' Lounge by server_crash killed a squirell today. [I'm very proud] killed my boot up Hardware and Software Hardware by quiltgranny Hello, after a power failure, I kept getting the "cpu error - check soft menu" message. After four days of the computer working fine anyway, I decided to enter the soft menu and have a look see. Evidently I changed and saved something, stupid granny that I am. Now, when I turn on my custom built Win XP Home, formerly overclocked cpu … Re: killed my boot up Hardware and Software Hardware by mikerosoftin200 Normally, when you can't get ANYTHING to happen, it's the BIOS that's the problem. I would erase BIOS by taking out the BIOS battery. This is the little silver thing on your motherboard that looks like a watch battery. You can pry it out with a small screwdriver. Leave it out for 10 minutes, then put it back in. Your Motherboard might even have a … Re: killed my boot up Hardware and Software Hardware by quiltgranny Bless you!! All three of my cats are miffed but I'm quite happy. Popped the case, found the shiny silver button and 15 minutes later, everything booted right up like normal. Back to everquest and guildwars. Thanks so much!! Killed Asus A7S Require Assistance Hardware and Software Hardware by bobbytomorow I disassembled an Asus A7S-A1 2 nights ago for a BGA reflow. Following reflow I inserted a stick of RAM, had the heatsinks re-seated with fan, attached the power button to motherboard and then connected the battery to test if reflow attempt was succesfull... good so far but heres where it all went wrong, lastly I connected the display data/video … Re: Killed Asus A7S Require Assistance Hardware and Software Hardware by Rik_ What exactly do you mean by BGA reflow (I know reflow refers to solder reflowing)? Need to know exactly what you have done to the mobo! I also repair electronic items so may be able to help with more info! Re: Killed Asus A7S Require Assistance Hardware and Software Hardware by bobbytomorow Hey Rik, BGA stands for ball grid array, most GPU's are BGA's and thus attached to the motherboard rather than being on a separate board and plugged in like say a MXM board. What happens is that after heating and cooling (expanding and shrinking) they lose contact ith the motherboard and require a reflow. This is very common with Nvidia GPU's and… Re: Killed Asus A7S Require Assistance Hardware and Software Hardware by Rik_ It's possible the reflow has caused a short!?! Re: Killed Asus A7S Require Assistance Hardware and Software Hardware by bobbytomorow Thats a possibility, albeit slim, like I mentioned I heard a faint pop when I connected the display to the logicboard so I am thinking that is what caused the short. There was also a faint burn smell near the area when the display connects to. I tore down the cooling assembly and (heatsink/heatpipe/fan) inspected the area around the gpu, where I … Re: Killed Asus A7S Require Assistance Hardware and Software Hardware by Rik_ Hmmm, it's gonna be hard to find the problem I suspect! Re: Killed Asus A7S Require Assistance Hardware and Software Hardware by bobbytomorow any pointers on where to start checking with a volt meter? Killed by 'undefined' Programming Web Development by Rahul47 Hey guys, here I am starting my journey into javascript, when this stupid bug is annoying me. Following is my piece of code: <html> <head> <title> Using 'this' in Javascript.</title> </head> <body> <script type="text/javascript"> var name={ firstName… Re: Killed by 'undefined' Programming Web Development by pritaeas Not sure. If I put your code in jsFiddle, it runs as expected. Re: Killed by 'undefined' Programming Web Development by Rahul47 > Not sure. If I put your code in jsFiddle, it runs as expected. Even I am not able to figure out where it is taking wrong turn. Re: Killed by 'undefined' Programming Web Development by Rahul47 Well here is the second method I tried, but it's also failing to deliver. <html> <head> <title> Using 'this' in Javascript.</title> </head> <body> <script type="text/javascript"> var name={ firstName:"Foo", lastName:"Bar",… Re: Killed by 'undefined' Programming Web Development by diafol I think it may be down to your use of 'name' as a variable name. Change it to name1 and see if it works: <script type="text/javascript"> var name1 = {"fn":"Foo","ln":"bar"}; alert(name1.fn); </script> That works. Using 'name' didn't. Re: Killed by 'undefined' Programming Web Development by diafol Examples that work: //without 'this' without parameter but with global var: <script type="text/javascript"> var name1 = {"fn":"Foo","ln":"bar"}; function showName(){ alert(name1.fn); } showName(); </script> //without 'this', but … Re: Killed by 'undefined' Programming Web Development by Rahul47 > I think it may be down to your use of 'name' as a variable name. Change it to name1 and see if it works: yay ! It worked. I wasn't aware of keywords in Javascript. I am a noob too. Might be 'name' is a keyword or of special significance to the language. Re: Killed by 'undefined' Programming Web Development by Rahul47 >I'm a total noob in js, so please correct me if I'm wrong It's good to use 'this' as it refers to the object being passed to the function incase you want to pass different objects to function. It's comforatble to use 'this' instead of using 'objectName' everytime.