Maniphest T76632

how to fix traceback attribute error in blender
Closed, Duplicate

Assigned To
None
Authored By
emanuel chrysmas (noel)
May 11 2020, 9:08 AM
Tags
  • BF Blender
Subscribers
Ankit Meel (ankitm)
emanuel chrysmas (noel)

Description

hello, can you help me? my blender application has crased / error..
the blender send me message on board :

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\startup\bl_operators\wm.py", line 525, in execute
  value = context_path_validate(context, data_path)
File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\startup\bl_operators\wm.py", line 84, in context_path_validate
  value = eval("context.%s" % data_path) if data_path else Ellipsis
File "<string>", line 1, in <module>

AttributeError: 'SpaceView3D' object has no attribute 'context'

location: <unknown location>:-1

can you fix it?

Related Objects

Duplicates Merged Here
T76634: blender has crase

Event Timeline

emanuel chrysmas (noel) created this task.May 11 2020, 9:08 AM
Ankit Meel (ankitm) merged a task: T76634: blender has crase.May 11 2020, 9:18 AM
Ankit Meel (ankitm) closed this task as a duplicate of T71562: Blender displays an error everytime I press Num Lock.
Ankit Meel (ankitm) added a subscriber: Ankit Meel (ankitm).May 11 2020, 9:20 AM

Loading factory settings was the solution in the task I closed this as duplicate of.