what is this error “Access violation at address at 00000000. read at address 00000000”"
Emily Wong
I recently downloaded an application. but when i try to start running it it throws me an error stating this "Access violation at address at 00000000. read at address 00000000"" I couldnt understand the error
application was "ExtraVis" link:
i tried running it in windows 7 64 bit as well as windows XP 32 bit
could anyone have faced the same error and resolved it ?
52 Answers
With all the zeros, it looks like what programmers call a NULL dereference. This is a programming error. You really can't "fix" it, it's a problem in the code. Unless you're a programmer and have the code for the program, there's not much you can do.
There's a very small chance this is due to corruption someplace. Maybe there's a bad block on a disk, or a bad entry in the Registry is causing this, and a reinstall will help. But it's unlikely.
I'd check for updates for your program. See if they've fixed the bug. If not, reinstall, in the < 1% chance this will help, but you have no real other tools to try.
1MadExcept is a great tool to track down this kind of troubles precisely.
Possibly, you need to run your software inside something like "DOS emulator".