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
5 changed files with 64 additions and 5 deletions
Showing only changes of commit 1520b0f0f4 - Show all commits

View File

@ -23,32 +23,85 @@ Combine these details together and share them in your bug report form like this:
## Blender Version
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.0`
share it on your bug reporting form.
### Downloaded from Blender Website
There are two main ways we recommend collecting Blender version. Through the
command line, or through a GUI.
#### Command line
Open up a command prompt or terminal and run the command
`/path/to/blender.exe --version`. You will find the Blender version,
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.
commit date, hash, and branch *(Blender 4.2+)*. Combine these details together
and include them on your report form like this:
`Blender 4.2.0 - branch: main - commit date: 2024-05-17 00:32 - hash: 05617ed07d2b`
![](./images/windows_get_blender_version_command_line.jpg)
#### GUI
Navigate to where Blender is installed, 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 the Blender version in the field
called `File Version`.
called `File Version`. Include this on your bug report form like this:
`Blender 4.1.1.0`
![](./images/windows_get_blender_version.jpg)
![](./images/windows_get_blender_version_gui.jpg)
### Downloaded from Steam
There are two main ways we recommend collecting Blender version. Through the
command line, or through a GUI.
#### Command line
Open Steam, right click on Blender and select the option
`Manage > Browse local files`. A file browser will appear showing where
Blender is installed. Knowing where Blender is now installed, open a command
prompt or terminal and run the command `/path/to/blender.exe --version`
You will find the Blender version, commit date, hash, and branch *(Blender 4.2+)*.
Combine these details together and include them on your report form like this:
`Blender 4.2.0 - branch: main - commit date: 2024-05-17 00:32 - hash: 05617ed07d2b`
![](./images/windows_get_blender_version_steam_command_line.jpg)
#### GUI
Open Steam, right click on Blender and select the option
`Manage > Browse local files`. A file browser will appear showing where
Blender is installed. Right click on `blender.exe` 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 called `File Version`.
Include this on your bug report form like this: `Blender 4.1.1.0`
![](./images/windows_get_blender_version_steam.jpg)
![](./images/windows_get_blender_version_steam_gui.jpg)
### Downloaded from Microsoft Store
There are two main ways we recommend collecting Blender version. Through the
command line, or through a GUI.
#### Command line
Open up a command prompt or terminal and run the command
`/path/to/blender.exe --version`. You will find the Blender version,
commit date, hash, and branch *(Blender 4.2+)*. Combine these details together
and include them on your report form like this:
`Blender 4.2.0 - branch: main - commit date: 2024-05-17 00:32 - hash: 05617ed07d2b`
The path to Blender is usually:
`C:\Program Files\WindowsApps\BlenderFoundation.EXTRA_DETAILS\Blender\blender.exe`
![](./images/windows_get_blender_version_command_line.jpg)
#### GUI
Click on the Windows icon on the task bar and find Blender in your apps list.
Once you've found it, right click on Blender and select `More > App Settings`.
The settings app will open and you will find the Blender version in the section
`Specifications` in the field `Version`.
`Specifications` in the field `Version`. Include this on your bug report form
like this: `Blender 4.1.1.0`
![](./images/windows_get_blender_version_microsoft_store.jpg)