Add guides on how to manually collect bug report system information #58

Merged
Alaska merged 39 commits from Alaska/blender-developer-docs:manual-system-information into main 2024-08-07 14:17:21 +02:00
6 changed files with 22 additions and 7 deletions
Showing only changes of commit 4faf54a6f4 - Show all commits

View File

@ -11,9 +11,9 @@ system information you need. They are:
- OS Build - OS Build
Combine these details together and share them in the bug report form like this: Combine these details together and share them in the bug report form like this:
`Windows 11 22631.3447 x64 processor` `Windows 11 22631.3447 x64`
TODO: ADD IMAGE ![](../../../images/windows_get_os_version.jpg)
## Graphics Card ## Graphics Card
@ -27,12 +27,12 @@ in the top right and the driver version in the bottom right.
Combine these details together and share them in your bug report form like this: Combine these details together and share them in your bug report form like this:
`NVIDIA GeForce RTX 4090 - Driver 31.0.15.5186` `NVIDIA GeForce RTX 4090 - Driver 31.0.15.5186`
TODO: ADD IMAGE ![](../../../images/windows_get_gpu_info.jpg)
## Blender Version ## Blender Version
Follow one of the guides below to obtain your Blender version number then Follow one of the guides below to obtain your Blender version number then
share it on your bug reporting form like this: `Blender 4.1.1` share it on your bug reporting form like this: `Blender 4.1.1.0`
mod_moder marked this conversation as resolved

Just to make sure, does this approach might work in case if blender doesn't run?
Mainly, if there is issue with GPU context or windows drivers.

Just to make sure, does this approach might work in case if blender doesn't run? Mainly, if there is issue with GPU context or windows drivers.
Review

Version is handled as early as possible, without creating any GPU context.

Version is handled as early as possible, without creating any GPU context.
### Downloaded from Blender Website ### Downloaded from Blender Website
@ -41,7 +41,7 @@ and select the `Properties` option. In the new window that appears, select
the `Details` tab and you will find the Blender version in the field the `Details` tab and you will find the Blender version in the field
called `File Version`. called `File Version`.
TODO: ADD IMAGE ![](../../../images/windows_get_blender_version.jpg)
### Downloaded from Steam ### Downloaded from Steam
@ -52,7 +52,7 @@ Right click on the file `blender.exe` and select the `Properties` option.
In the new window that appears, select the `Details` tab and you will find In the new window that appears, select the `Details` tab and you will find
the Blender version in the field called `File Version`. the Blender version in the field called `File Version`.
TODO: ADD IMAGE ![](../../../images/windows_get_blender_version_steam.jpg)
### Downloaded from Microsoft Store ### Downloaded from Microsoft Store
@ -62,4 +62,4 @@ right click on Blender and select `More > App Settings`. The settings app will
open and you will find the Blender version in the field `Specifications` with open and you will find the Blender version in the field `Specifications` with
the name `Version`. the name `Version`.
TODO: ADD IMAGE ![](../../../images/windows_get_blender_version_microsoft_store.jpg)

BIN
docs/images/windows_get_blender_version.jpg (Stored with Git LFS) Executable file

Binary file not shown.

BIN
docs/images/windows_get_blender_version_microsoft_store.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/images/windows_get_blender_version_steam.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/images/windows_get_gpu_info.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
docs/images/windows_get_os_version.jpg (Stored with Git LFS) Normal file

Binary file not shown.