Giter VIP home page Giter VIP logo

crashrpt2's Introduction

crashrpt2

Crashrpt fixes and new features collected from various places

Build status

crashrpt2's People

Contributors

andreasschoenle avatar jowr avatar olegkrivtsov avatar qbprog avatar tigrananchorfree avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crashrpt2's Issues

Visual Studio 2019

Can I please ask if this version of Crash Report will work with Visual Studio MFC projects? When I tried the one I found at CodeProject it had many compilation errors.

An empty dump file

I'm using CrashSender1403.exe and ran into the troubles.
If I launch application with CrashReport support from within Windows Task Scheduler and let it crash the CrashSender creates an empty chash dump.

Do you know what is the reason of such behavior and if your version of CrashSender has the same issue?

Here is log of CrashSender:

Start collecting information about the crash...
[taking_screenshot]
Desktop screenshot generation disabled; skipping.
Creating crash dump file...
[creating_dump]
Error writing dump.
The handle is invalid.
[copying_files]
Copying file C:\dsfewrertertre.tmp.
Finished copying files.
[encoding_video]
Desktop video recording disabled; skipping.
[confirm_send_report]

Missing closing braket of extern "C"

the included dbghelp.h ist missing the closing of extern "C"

This (but not only this) prevents compilation with 2022

Add this before the last endif

#ifdef __cplusplus
}
#endif

Save work/file on crash

Before I tried adding dmp file generation using crasrpt2 I had written a private helper function for saving the work/file on a crash. Is that option available within crashrpt?
I am a little lost on implementing it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.