The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: metron9 on October 04, 2007, 01:20:44 AM

Title: Thread for windows Vista Crash data
Post by: metron9 on October 04, 2007, 01:20:44 AM
I really want to use eacy code on a vista machine. I thought id i put up the error codes i get from vista you might be able to track the bug and kill it.

These are random crashes sometimes the program runs for hours sometimes crashes right away.


open new project
select win32 console application[exe]

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   EasyCode.exe
  Application Version:   1.1.0.3
  Application Timestamp:   46223dee
  Fault Module Name:   EasyCode.exe
  Fault Module Version:   1.1.0.3
  Fault Module Timestamp:   46223dee
  Exception Code:   c0000005
  Exception Offset:   000870c0
  OS Version:   6.0.6000.2.0.0.768.3
  Locale ID:   1033
  Additional Information 1:   e260
  Additional Information 2:   7ba16d0b88a5fbbf5b21ab8bbea8c9d2
  Additional Information 3:   a52d
  Additional Information 4:   328bc1f193857ccce07ba3c4634399e2


Title: Re: Thread for windows Vista Crash data
Post by: evlncrn8 on October 04, 2007, 06:16:53 AM
Exception Code:   c0000005
Exception Offset:   000870c0

have a look at va 4870C0 in the code then as it seems to cause a memory exception error, so probably bad pointer etc

the va doesnt match up in the exe i have though :(, its 'mid code'.....
Title: Re: Thread for windows Vista Crash data
Post by: Ramon Sala on October 04, 2007, 02:34:27 PM
Sorry metron9, but no error on Windows 2K/XP. I cannot test it on Vista at the moment. I will do that as soon as I can.
Title: Re: Thread for windows Vista Crash data
Post by: Ramon Sala on October 29, 2007, 08:26:45 AM
Hi,

I finally could test Easy Code with Windows Vista and I found some issues that are being fixed. A new Easy Code release will be available very soon.

Ramon
Title: Re: Thread for windows Vista Crash data
Post by: Ramon Sala on November 10, 2007, 01:10:40 AM
Hi all,

I finally could release an Easy Code version with support for Windows Vista. You can download it at the Get the latest version of Easy Code here topics of this forum.

Ramon