|
|
Question : Need Help Debugging an AppCrash
|
|
Need Help in tracking down an AppCrash. I really don't know where to go from here. Any ideas on how to debug this type of error or where to go to learn how to debug this type of error would be very helpful. Thanks! A program created in VB6 is having problems with a few Vista computers. Otherwise, it seems to work on Vista fine. Upon double clicking the program icon, it will not open and Windows immediately says that a problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
Here is the info from the Event Viewer: Problem signature Problem Event Name: APPCRASH Application Name: Passage.exe Application Version: 2.3.0.15 Application Timestamp: 45a79aed Fault Module Name: StackHash_1703 Fault Module Version: 0.0.0.0 Fault Module Timestamp: 00000000 Exception Code: c0000005 Exception Offset: 0259a8ed OS Version: 6.0.6000.2.0.0.768.2 Locale ID: 1033 Additional Information 1: 1703 Additional Information 2: 2264db07e74365624c50317d7b856ae9 Additional Information 3: 1344 Additional Information 4: 875fa2ef9d2bdca96466e8af55d1ae6e
Extra information about the problem Bucket ID: 412190849
|
Answer : Need Help Debugging an AppCrash
|
|
components not installed properly your application could be referencing functions assuming from vb6 but ending up in using the same upgraded function in vista resulting in exceptiion.
can u try to install vb6 in the machine and try again?
|
|
|
|