Tech an error.... (Read 124 times)

  • Avatar of hobomasterxxx
  • tom cruise
  • PipPipPipPipPipPip
  • Group: Member
  • Joined: Dec 26, 2007
  • Posts: 880
Do any of you know what this means?

UPDATER caused an invalid page fault in
module <unknown> at 0000:00000000.
Registers:
EAX=00000000 CS=017f EIP=00000000 EFLGS=00010246
EBX=0042ae80 SS=0187 ESP=0066f978 EBP=0066fa2c
ECX=660fd3b9 DS=0187 ESI=0042adf7 FS=1d87
EDX=819aeda0 ES=0187 EDI=0066f98c GS=0000
Bytes at CS:EIP:
0b 00 00 00 65 04 70 00 16 00 8a 07 65 04 70 00
Stack dump:
660fd3b9 00000fe4 00000018 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0066fa38 00008aa6 0066fa82 66009592

  • Avatar of dada
  • VILLAIN
  • PipPipPipPipPipPipPipPip
  • Group: Administrator
  • Joined: Dec 27, 2002
  • Posts: 5538
Yes, it means that your program has crashed.

(It also means you're still on Windows 98? The program you're trying to run might not be compatible.)
  • Avatar of hobomasterxxx
  • tom cruise
  • PipPipPipPipPipPip
  • Group: Member
  • Joined: Dec 26, 2007
  • Posts: 880
program is compatible with 95 and up( have checked the site).... grr... i hate this shitpile of a pc.... :throw:

  • Avatar of Chubby Skelly
  • Got the powerup and won the game
  • PipPipPipPipPipPip
  • Group: Premium Member
  • Joined: Apr 4, 2004
  • Posts: 947
grr... i hate this shitpile of a pc.... :throw:

PCs don't make things not work. Poorly written or corrupted software makes things not work.
  • Avatar of dada
  • VILLAIN
  • PipPipPipPipPipPipPipPip
  • Group: Administrator
  • Joined: Dec 27, 2002
  • Posts: 5538
I think he was referring to the fact he doesn't have or can't run Windows XP on that computer. Updating your computer is really worth it!
  • Avatar of mar77a
  • Group: Member
  • Joined: Jan 8, 2008
  • Posts: 69
What is UPDATER exactly?
Do you know the jokes they don't tell gays?
  • Avatar of goldenratio
  • now das fresh
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Member
  • Joined: Jun 27, 2002
  • Posts: 4550
It could really be anything that checks the internet to update itself. I mean, it's obviously an UPDATER program. It's anyone's guess as to which programs updater it really is. Windows' updater might be called updater I suppose, but I don't think win95 or 98 or whatever even has those automatic updates. What were you doing when you got this error? How often does it happen? Is it always the same? Can you identify an program or action that might be triggering this error? Is that like a blue screen of death or something? You haven't really told us anything about this error besides what it said.
yes coulombs are "germaine", did you learn that word at talk like a dick school?
  • Avatar of hobomasterxxx
  • tom cruise
  • PipPipPipPipPipPip
  • Group: Member
  • Joined: Dec 26, 2007
  • Posts: 880
its the updater for Triple Triad Gold Extreme Dark Wind. i open the updater, select my updates, get THIS close to them finishing, and that error comes up and the whole program closes. if i skip the updater all together i get the same error for the game itself.

  • Avatar of JohnnyCasil
  • Comrade!
  • PipPipPipPip
  • Group: Premium Member
  • Joined: Jan 5, 2005
  • Posts: 453
It's a null pointer error.  This could be caused by a myriad of problems, and it is really hard to figure out what the problem is from just the stack dump.  The two most common causes could be you don't have enough memory to run the program (I doubt this is the case), the program itself is faulty and is accessing a null location in memory (most likely).  I would try contacting the developer.