JBoDEAN 0 Posted February 12, 2001 Trying to run a few programs, and I occasionaly get this error msg. Application Error The instruction at "0x6c374045" referenced memory at "0x00000008". The memory could not be "read". What is this in english? How can I fix this? Thanks for the help ------------------ [Here is my system] Intel Celeron 566 @ 901 Abit BE6 Rv1 3d Prophet 2 Mx (6.34 drivers) Soundblaster Live! Value w/ cambridge 4 point speakers Pioneer 6x dvd / 12 x cdrom SCSI Drive 3com 905b-cmb network card Panasonic 4x scsi burner IBM Deskstar 13.5g 7200rpm DMA/66 Western Digital 14g 5400rpm DMA/66 256m PC-100 CS2 ram BoDEAN gizbug@sammyhagar.net http://www.sammyhagar.net Share this post Link to post
CUViper 0 Posted February 12, 2001 it means that the program was trying to access memory where it's not allowed... 0x00000008 would be in the interrupt vector table, which i'm pretty sure win2k guards jealously (and for good reason). Most likely, the program tried to de-reference a null-pointer (a common programming error, which can sometimes be a real pain to track down). If this is the case, there's not really anything you can do about it.... what program is causing the error? Share this post Link to post
CUViper 0 Posted February 12, 2001 If it's always that software that does it, then they've got a bug in their program. See if there's an update to the software, as they may have already discovered it. If not, try writing tech support describing the problem, and maybe tell them what i said about it too. Like I said though, it's really hard to find out where you're trying to de-reference a null-pointer, unless you've got debugging information (even then it's a pain in the *** ). Share this post Link to post
clutch 1 Posted February 12, 2001 What version of Palm Desktop are u using? You can download the newest version at www.palm.com . I haven't had any problems with mine, but I will have to tell you what version I have when I get to work. ------------------ Regards, clutch Share this post Link to post