124 questions
Advice
1
vote
0
replies
37
views
Windows Error Reporting / Windows Desktop Applications / Artifact Signing
In the "Microsoft Partner Center" i have added my Windows Desktop Application by submitting the certificate. (Actually, i signed the file provided by microsoft an uploded it and they ...
Score of 0
1 answer
222 views
Which custom dump flags are used in a WER mini dump?
I'm using Windows Error Reporting's registry settings to capture mini dumps from crashes of my Win32 C++ program.
I want to include string data from my process, at least the string data in scope of ...
Score of 0
1 answer
301 views
WerRegisterRuntimeExceptionModule does not work with DLL registered under CURRENT_USER
I'm trying to implement out-of-process crash handling for my shipped application - as in-process reporting is not reliable enough, and will result in me not getting any information on certain crashes.
...
Score of 0
1 answer
194 views
How to disable the Windows Error Reporting dialog from a C++ program?
When a program is compiled in debug mode and calls abort() or crashes in another way, an error dialog box pops up that asks whether the debugger should be started. How can I prevent this dialog box ...
Score of 0
1 answer
812 views
WER for wav2vec2-base model remains as 1 throughout the whole training process
I am trying to run the wav2vec2 speech recognition model as shared in https://huggingface.co/docs/transformers/tasks/asr
This is the loss and WER during the training process, whereby the validation ...
Score of 1
1 answer
5631 views
Windows Error Reporting flooding event viewer
I'm having an issue where Windows Error Reporting keeps sending the logs located in C:\ProgramData\Microsoft\Windows\WER\ReportQueue\ to and spamming Event Viewer (application) with Eventid 1001 logs. ...
Score of 0
0 answers
225 views
Can developer retrieve customer's Windows Error Report?
I am working on developing a desktop package application that runs on Windows 10.
On the following page of Wikipedia, under Third-party software, it says the following
Software & hardware ...
Score of 0
1 answer
1120 views
Does Windows Error Reporting suppress error dialogs for command-line applications?
BACKGROUND
I have a C++ command-line application that was crashing on Windows 10 and Windows Server 2016. The cause of this crash is not pertinent to this post, and indeed I have already fixed the ...
Score of 4
1 answer
1111 views
Can I force Windows create a Local Dump of a crashing .NET application?
I want to make Windows Error reporting write out a crash-dump file when my .NET 5/WPF application crashes. I found an article on it here:
https://learn.microsoft.com/en-us/windows/win32/wer/...
Score of -2
1 answer
117 views
Getting issue in installing python in my widows 7 professional machine
I have installed new windows on my machine and after that, I tried to install python I am getting an error which is attached within the image.
I have searched issue related to this on google and stack ...
Score of 0
0 answers
185 views
VB & C++ application crashing without any clue
Apologies, this may not be a good question.
I have a VB based UI application running, supported by C++ modules through COM.
a month before it started to close randomly without any clue. I initially ...
Score of 0
1 answer
1579 views
How to avoid .dmp files to be deleted
I am looking for the dump files created after an app crash in Windows Server 2019. I found an application event log entry generated by "Windows Error Reporting". The event contains some ...
Score of 2
0 answers
521 views
Docker Windows Error Reporting Crash dump for StackOverflowExceptions not wokring
I am trying to configure a docker image so that we get a memory dump when a container crashes.
I have configured the registry settings for "Windows Error Reporting" so that it should write a ...
Score of 2
1 answer
1119 views
Automatic Crash Dump for .Net process
I'm trying to set up a Windows Server 2016 instance to automatically create a crash dump when a .Net process exits with an unhandled exception. I've tried the following:
Windows Error Reporting (as ...
Score of 0
2 answers
412 views
Windows : Print stacktrace in case of a coredump during CI testing
I have set up a part of the Gitlab-CI continuous integration system of my company.
We run builds and tests on all platforms nightly.
I managed to print the stacktrace in case of a crashing process for ...