error code 06:0028:00000002 press any key to continue or...
Is that the complete and exact text of the error? If not, please post the error exactly as it appears on your screen, along with any other info that might appear in the error dialog box.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
The "06" is the error code for an invalid operation, and an incorrect or corrupt driver could certainly cause this error.
This error is returned if any one of the following conditions are true:
The processor tries to decode a bit pattern that does not correspond to any legal computer instruction.
The processor attempts to execute an instruction that contains invalid operands.
The processor attempts to execute a protected-mode instruction while running in virtual 8086 mode.
The processor tries to execute a LOCK prefix with an instruction that cannot be locked.
The remaining portion of the error is the pointer/offset combination specifying the location in memory where the invalid instruction occured. The numbers in this portion of the error will vary depending on the exact program/piece of code that caused the error.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370