user2684 / xcontrol

This multi-platform X-Plane plugin provides enhanced controls for the flight simulator and support Saitek X52 and X52 Pro joysticks. The project has been moved to http://x-control.sourceforge.net
10 stars 2 forks source link

Upon a crash, not details regarding the code which caused the problem are provided #35

Closed user2684 closed 10 years ago

user2684 commented 10 years ago

The crash_log.txt does not cointain information regarding the cpp file and line which caused the crash. Eg. Unhandled exception: EXCEPTION_ACCESS_VIOLATION (C0000005) Flags=0, Address = 0x62ab6b2e 0) 0x62ab6b2e (MSVCR120.dll + 92974) 1) 0x62b2480f (MSVCR120.dll + 542735) 2) 0x62b2472a (MSVCR120.dll + 542506) 3) 0x596e2793 (win.xpl + 10131) 4) XPPCommandHook(void *, int, int, int) + 30 (XPPluginGlue.cpp:549) (X-Plane.exe + 688062) 5) cmnd_class::app_press_one(int) + 47000 (cmnd_sim.cpp:905) (X-Plane.exe + 6301976) 6) joys_class::joys_get() + 5012 (joys.cpp:805) (X-Plane.exe + 3470020) 7) APP_update() + 11481 (app_up.cpp:305) (X-Plane.exe + 4238681) 8) MACIBM_event_proc() + 3423 (hl_mnw.cpp:2807) (X-Plane.exe + 2161871) 9) WinMain + 506 (SIM_MAIN.CPP:1502) (X-Plane.exe + 173002) 10) unzCloseCurrentFile + 391 (unzip.c:1257) (X-Plane.exe + 6604327) 11) 0x76c6338a (kernel32.dll + 78730) 12) 0x77ad9f72 (ntdll.dll + 237426) 13) 0x77ad9f45 (ntdll.dll + 237381)

user2684 commented 10 years ago

Added pdb and map files to the release. msvc2013 does not provide MAPINFO:LINES anymore