Add list of crash dump locations
This commit is contained in:
parent
804a4fe2ad
commit
18f7043b05
|
@ -176,9 +176,17 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Crash dump
|
label: Crash dump
|
||||||
description: |
|
description: |
|
||||||
If applicable, provide a direct link containing the .dmp file for your crash issue!
|
If applicable, provide a direct link containing the .dmp file(s) for your crash issue!
|
||||||
|
|
||||||
Tip: You need to upload it on a file storage service, then share the resulting link below.
|
List of crash dump locations:
|
||||||
|
```
|
||||||
|
C:\Users\%Username%\AppData\Local\CrashDumps
|
||||||
|
C:\Windows\Minidump
|
||||||
|
C:\Sandbox\%User%\DefaultBox\user\current\AppData\Local\CrashDumps
|
||||||
|
C:\Sandbox\%USER%\%SANDBOX% (only if you previously set EnableMiniDump=y on your sandbox configuration)
|
||||||
|
```
|
||||||
|
|
||||||
|
Tip: You can upload the .dmp file(s) on a file storage service, then share the resulting link below.
|
||||||
placeholder: https://
|
placeholder: https://
|
||||||
- type: input
|
- type: input
|
||||||
id: logs
|
id: logs
|
||||||
|
|
Loading…
Reference in New Issue