Page Menu
Home
Search
Configure Global Search
Log In
Files
F9000446
blender_debug_gpu.cmd
Sofonias Ferede (sofonias456)
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Sofonias Ferede (sofonias456)
Oct 16 2020, 7:54 PM
Size
832 B
Subscribers
None
blender_debug_gpu.cmd
View Options
@
echo
off
echo
Starting blender with GPU debugging options, log files will be created
echo
in your temp folder, windows explorer will open after you close blender
echo
to help you find them.
echo
.
echo
If you report a bug on https://developer.blender.org you can attach these files
echo
by dragging them into the text area of your bug report, please include both
echo
blender_debug_output.txt and blender_system_info.txt in your report.
echo
.
pause
mkdir
"
%temp%
\blender\debug_logs"
>
NUL
2
>&
1
echo
.
echo
Starting blender and waiting for it to exit....
set
PYTHONPATH
=
"
%~dp0
\blender"
--debug --debug-gpu --python-expr
"import bpy; bpy.ops.wm.sysinfo(filepath=r'
%temp%
\blender\debug_logs\blender_system_info.txt')"
>
"
%temp%
\blender\debug_logs\blender_debug_output.txt"
2
>&
1
<
%0
explorer
"
%temp%
\blender\debug_logs"
File Metadata
Details
Attached
Mime Type
text/x-msdos-batch
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
46/54/6f43265cc01ca2e9a4a63bebe12d
Attached To
T81782: EXCEPSTION__ACCES__VIOLATION it says that and i can't open blender
Event Timeline
Log In to Comment