| View previous topic :: View next topic |
| Author |
Message |
PASCOAL-PG Newbie
Joined: 18 Feb 2006 Posts: 3
|
Posted: Feb 18th, 2006 01:50 AM Post subject: ERROR ?? |
|
|
WHY THIS ERROR: The instruction in "0x7c910de3" make reference to reference the memory in "0xfffffff8". The memory could not be "read".  |
|
| Back to top |
|
RoofRabbit Regular

Joined: 06 Jul 2005 Posts: 95 Location: Lenoir, NC USA
|
Posted: Feb 21st, 2006 02:01 PM Post subject: |
|
|
The CPU has tried to read memory beyond what you have. Run the program with the vb debugger and see what line it stops on. That should give you a clue as to what the actual cause is. _________________ Website - [link] |
|
| Back to top |
|
PASCOAL-PG Newbie
Joined: 18 Feb 2006 Posts: 3
|
Posted: Feb 22nd, 2006 02:52 AM Post subject: |
|
|
Debtor for the aid, but does not have as therefore this error is not constant, occurs and it does not occur, therefore if I after error to come back it toward the same routine in mode of execution, the error if keeps in case that I oppose not. I am in I wait it.
 |
|
| Back to top |
|
RoofRabbit Regular

Joined: 06 Jul 2005 Posts: 95 Location: Lenoir, NC USA
|
Posted: Feb 24th, 2006 12:40 AM Post subject: |
|
|
Can you post the routine causing the problem, there's just not enough info to guess from so far. _________________ Website - [link] |
|
| Back to top |
|
PASCOAL-PG Newbie
Joined: 18 Feb 2006 Posts: 3
|
Posted: Feb 24th, 2006 01:59 AM Post subject: |
|
|
UNHAPPYLY IT DOES NOT HAVE AS THEREFORE the ERROR OCCURS Of the NOTHING APPEARS And ONLY KNOCKS DOWN the SYSTEM, IF VC WILL BE ABLE TO HELP I To ME ARE VERY GRATEFUL, THEREFORE ONLY YOU IN SOME FORUM THAT I PLACED MY DOUBT IT ANSWERED ME. VERY OBLIGED
 |
|
| Back to top |
|
RoofRabbit Regular

Joined: 06 Jul 2005 Posts: 95 Location: Lenoir, NC USA
|
Posted: Feb 26th, 2006 11:53 PM Post subject: |
|
|
Try commenting out a few lines in the routine, if that stops the error, it's i one of the line commented out. If not, un-comment them and try some more lines. You can eventually get it down to a single statement if you keep at it. _________________ Website - [link] |
|
| Back to top |
|
|