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
4 changed files with 17 additions and 14 deletions
Showing only changes of commit 74d1ebe923 - Show all commits

Binary file not shown.

Binary file not shown.

View File

@ -62,13 +62,16 @@ and include it on your bug report form like this: `AMD Radeon RX 7700 XT / 7800
## Blender Version ## Blender Version
Follow one of the guides below to obtain your Blender version Follow one of the guides below to obtain Blender version information,
number, then share it on your bug reporting form like this: `Blender 4.1.1` The information we're intereted in are Blender version, commit date, hash,
and branch *(Blender 4.2+)*. Collect this information and share it on your
bug report form like this:
`Blender 4.2.0 - branch: main - commit date: 2024-05-16 20:40 - hash: 1558bc7cb428`
### Downloaded from Blender Website ### Downloaded from Blender Website
Navigate to where Blender is installed and run `/path/to/blender --verison` Run `/path/to/blender --verison` in a terminal. The Blender version information
in a terminal. The Blender version can be found in the first line of the output. will be visible in the output.
![](./images/linux_get_blender_version.jpg) ![](./images/linux_get_blender_version.jpg)
@ -77,14 +80,14 @@ in a terminal. The Blender version can be found in the first line of the output.
Open Steam, right click on Blender and select the option Open Steam, right click on Blender and select the option
`Manage > Browse local files`. A file browser will open displaying the path `Manage > Browse local files`. A file browser will open displaying the path
to where Blender is installed. Open a terminal and run to where Blender is installed. Open a terminal and run
`/path/to/blender --verison`. The Blender version can be found in the first line `/path/to/blender --verison`. The Blender version information
of the output. will be visible in the output.
![](./images/linux_get_blender_version_steam.jpg) ![](./images/linux_get_blender_version_steam.jpg)
### Downloaded from snap ### Downloaded from snap
Open a terminal and run `snap list | grep blender`. In the output you will find Open a terminal and run `blender -version`. The Blender version information
Blender with a version number listed beside it. will be visible in the output.
![](./images/linux_get_blender_version_snap.jpg) ![](./images/linux_get_blender_version_snap.jpg)