Application crashes in windows 2008 server and windows 7

Asked By 80 points N/A Posted on -
qa-featured

Hi all,

I have recently written a program of my own to use CLP libraries to use with windows xp and it was working perfectly.

Recently I have changed my windows to windows 2008 server but my application now crashes. I also tried running it in windows 7 and it crashes here as well.

When I ran the program in windows 2008 server, the model loaded perfectly and was also solved but it crashes in the end.

It results in an error on my screen.

The screenshot of the error is attached below:

Unhandled exception at 0x6340de19 in hmplayer.exe 0xC0000005 Access violation reading location 0xfffffff

The message states:

Microsoft visual studio

Unhandled exception at 0x6340de19 in hmplayer.exe: 0xC0000005: Access violation reading location 0xfffffff

Any idea how can this error be removed? Your help will be highly praised.

Looking forward to your suggestions.

Regards.

SHARE
Answered By 0 points N/A #156656

Application crashes in windows 2008 server and windows 7

qa-featured

Hi,

Windows server 2008 with win 7 crashed when other process get effected by each other so running server in isolated environment use regmon tool to monitor application event log if bsod occurred a problem do troubleshooting log of server and list all scripts processes otherwise refer stack overflow and check for queries for fixing issue or reinstall it.

Hope these shall helps you.

Thanks.

Related Questions