Add guides on how to manually collect bug report system information #58
@ -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
|
|||||||
### 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
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
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
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
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
BIN
docs/images/windows_get_os_version.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user
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.
Version is handled as early as possible, without creating any GPU context.