Native error

  • Thread starter Thread starter Gianco
  • Start date Start date
G

Gianco

Hello people

When my application (written in C#) runs generates a 'Native error',
exception code 0xc000005, address 0x3f84c14, unfortunately just rarely
and not always in the same window. I have some timers that make
different stuffs while the application is running so I suspect that
the problem is in the timers callbacks. Is it possible to generate a
map file so I can look which is the routine that generates the error?

Thanks in advance
Gianco
 
Gianco,

I get the same error, with a different address. It turns out that my app is
using too much memory. I modified it to use less, and the error went away.

Mark
 
Mark,

I have the same error when I run napster. How did you get the app to use
less memory. If you could let me know that'd be a great help. thanks,

kris
 
Back
Top