Когда Миранда падает, плагин осуществляет:
- создание текстового файла отчета;
- минидамп крэш-репорта.
Плагин предоставляет сервис загрузки Вашего файла информации на сайт
http://www.miranda-vi.org/Плагин может отображать не только простую информацию о загруженных плагинах, но и показывать их со связанными и загруженными в данный момент времени системными библиотеками.
По запросу плагин создает отчет о версиях.
Отчет о версиях включает в себя:
- информацию об операционной системе;
- информацию о версии Internet Explorer;
- информацию о версии вашей Миранды с датой сборки;
- информацию о профиле, который в данный момент Миранда использует;
- список модулей с номерами версий;
- версию языкового пакета.
Файлы сохраняются в папку {Miranda Profile}\Crash Log.
Текстовый файл отчета о падении включает в себя:
- предположение о плагине, ответственном за падение (пишется в отчете);
- трассировку стеков для исключений (с названиями функций, именами исходников и номерами строк, если возможно);
- информацию о версиях (см. выше);
- список загруженных модулей (dll);
- всю информацию по списку модулей для удобного представления крэш-репорта.
Плагин работает во всех ВинОС.


Оригинальное описание
Plugin creates usable Crash Report and Version Information for Miranda IM
When Miranda crashes plugin ptrovides:
- text representation of crash report
- MiniDump representation of crash report
On demand plugin provides Version Information report
VersionInfo report includes:
- OS Version information
- Internet Explorer version information
- Miranda version information with build date
- Miranda profile used
- Loaded Miranda plugin list with versions
- Loaded language pack version
Files stored in {Miranda Profile}\CrashLog directory
Text version of crash report includes:
- Guess for plugin responsible for the crash (it printed in the report)
- Stack trace for exception (with function names, source file names
and line numbers, if possible)
- Version Information (see above)
- Loaded modules (dlls) list
- Plugin lists all information you need to submit crash report for Miranda
Plugin works with all current Operating Systems.
It could be downloaded here:
http://code.google.com/p/mirandaimplugins/downloads/listWin9x users require to install dbghelp.dll, it available for download
inside Win9x redistributable package, available at the same spot.


История изменений
0.0.4.4
--------
Added menu item to open crash log folder in explorer
Added menu item to open miranda-vi.org in web browser
Added automatic login into miranda-vi when open in web browser through Miranda
Added option to display date and time in \\"traditional\\" format for all reports
Version 0.0.4.3
--------
Bugfixes
0.0.4.2
--------
Added caution note to Trap All Exceptions option
Restored compatibility of Crash Dumper Unicode with dbghelp.dll distributed with XP
Disabled on startup Trap All Exceptions option on pre Vista OSes
0.0.4.1
--------
Fixed crash in Trap all possible exceptions mode
0.0.4.0
--------
Fixed crash on VI upload
Modified unicode handling
Fixed memory leak
Added option to trap all possible exceptions
Added ability to provide crash reports for crashes in Miranda threads in 0.8 #19 and higher
Added Unicode version distribution
0.0.3.4
--------
Added storing version Information to file to top toolbar
Added storing crash report to clipboard
Attempt to resolve crashes with no report
0.0.3.3
--------
Fix for crash while generating crash report
0.0.3.2
--------
Added option to printout all loaded DLLs as VI
Added printout of dll version and date to dll list
Added VersionInfo buttons to clist_modern / Top toolbar
Fixed crash when dbghelp not installed or wrong version
0.0.3.0
--------
Added option to printout all loaded DLLs as VI
Added printout of dll version and date to dll list
0.0.2.8
--------
Fiixed crash with Wine
Added MessageBox with location of Crash Report after every crash
0.0.2.7
--------
Fixed crash with debughlp.dll not available
Fixed unloadable dll diagnostics
Fixed Show VersionInfo under Win9x
0.0.2.6
--------
Improved diagnostics for unloadable dlls
Fixed unloading dbghelp when not needed
Fixed spelling
Fixed translation
Total downloads: (None or statistics not available yet)
0.0.2.5
--------
Improved diagnostics for unloadable dlls
Fixed unloading dbghelp when not needed
Fixed spelling
0.0.2.4
--------
Improved chances of getting crash report for some crashes
0.0.2.3
--------
Fixed unloadable plugin display
Improvements in notifications
0.0.2.2
--------
Added unloadable plugin display in VI
Fixed VI Show under Windows 9x
0.0.2.1
--------
Clarification in options text
Open global compare url on popup click after successful upload
Added outdated plugin indication after successful upload
Moved all db settings onto one group
0.0.2.0
--------
Fixed icolib support
Added new icons by Angeli-Ka
Added printout for profile creation date and size
Added VersionInfo uploading to www.miranda-vi.org
Removed interface to VIUploader plugin
0.0.1.4
--------
Fixed BBCode for uploaded VI
0.0.1.3
--------
Fixed BBCode formatting
Added BBCode to uploaded VI
Added country code to language pack info
Added possibility to add icons for menu items through icolib
0.0.1.2
--------
Fixed Folders support
0.0.1.1
--------
More robustness updates
0.0.1.0
--------
Fixed crashes during VersionInfo reporting
More lang pack info
Moved plugin causing crash reporting earlier
0.0.0.13
--------
More fixes to plugin sorting
0.0.0.12
--------
Made plugin sorting case insensitive
0.0.0.11
--------
Added WOW64 printout
Fixed VIUploader interface
Added explicit plugin sorting
0.0.0.10
--------
Changed printed timestamp
Merged profilename and path
Capturing only unhandled crashes
0.0.0.9
-------
Added protection against infinite exception loops
Fixed printing VersionInfo to file
Added context menu for VersionInfo window
0.0.0.8
-------
Fixed operation in service mode
Fixed inability to create crash report
Added ability to provide reports when multiple crash report plugins installed (only on XP or later)
Added notification when multiple crash reporting plugins installed
(as this causes conflict among plugins and inability to create crash reports)
0.0.0.7
-------
Changed all timestamps to ISO 8061:2004 format
Added keeping of window sizing & position
Changed preview window color
VersionInfo stored in profile directory by default
Added more formatting to VersionInfo
Added service mode support (dll name changed)
0.0.0.6
-------
Fixed storing VersionInfo to file
Added ui to show VersionInfo
Added service to retrieve VersionInfo
0.0.0.5
-------
Fixed crash reports with older dbghelp.dll
Added Folders plugin support
Added more VersionInfo reporting
Added VersionInfo storage (to file and clipboard)
Improved report formatting
Added ability to get VersionInfo by hotkey
0.0.0.4
-------
Added human readable exception code
Added complete description for access violation
Updated sources to compile with older PSDK
More VersionInfo related stuff
0.0.0.3
-------
Added reporting for Internet Explorer version
Added reporting for plugin Unicode capability
Added reporting for Miranda profile path and name
Added reporting for miranda.exe build date
0.0.0.2
-------
Reduced resource utilization
Allow Unicode compilation
0.0.0.1
-------
Initial release of the plugin