Problem with armatures in blender #53395

Closed
opened 2017-11-26 01:23:33 +01:00 by Edwin Andres Martinez Suarez · 7 comments

System Information
Computer: MSI K9N6PGM2-V with AMD Athlon simple-core processor
RAM: 2GB
OS: Debian 9 with 9wm interface
Graphics: NVIDIA GForce

Blender Version
Blender version: 2.79

Short description of error
Good evening,
I have a problem with the armatures in Blender

I was editing the armatures for the character, but unexpected, when i was selecting a bone from the armature, Blender crashes!, and leaves an unexpected error code:

Exact steps for others to reproduce the error
Intro 2.blend

Intro 2.blend

# Blender 2.79 (sub 0), Commit date: 2017-09-11 10:43, Hash 5bd8ac9abfa
bpy.ops.object.editmode_toggle()  # Operator

# backtrace
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(BLI_system_backtrace+0x20) [0x1a6c8e0]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x107a525]
/lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f1fa2575030]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x47334d) [0x7f1f866f834d]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480a03) [0x7f1f86705a03]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480add) [0x7f1f86705add]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd004) [0x7f1f86462004]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd250) [0x7f1f86462250]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x143bbd) [0x7f1f863c8bbd]
/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1446af) [0x7f1f863c96af]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(gpu_select_query_end+0x7f) [0x16b1f6f]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(GPU_select_end+0x2d) [0x16b0e2d]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(view3d_opengl_select+0x193) [0x1173aa3]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x116a631]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x116c9e3]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(WM_border_select_modal+0x1d1) [0x10964f1]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x10831b2]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x1083b65]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x1083ba8]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(wm_event_do_handlers+0x1d4) [0x1083eb4]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(WM_main+0x18) [0x107b108]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(main+0x3f8) [0x1018bd8]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f1fa25622b1]
/home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x107747e]

I need to resolve this, because I want to return to create armatures in blender

Thanks

Edwin Andres Martinez Suarez
Captura de pantalla_2017-11-19_21-04-43.png

**System Information** Computer: MSI K9N6PGM2-V with AMD Athlon simple-core processor RAM: 2GB OS: Debian 9 with 9wm interface Graphics: NVIDIA GForce **Blender Version** Blender version: 2.79 **Short description of error** Good evening, I have a problem with the armatures in Blender I was editing the armatures for the character, but unexpected, when i was selecting a bone from the armature, Blender crashes!, and leaves an unexpected error code: **Exact steps for others to reproduce the error** Intro 2.blend [Intro 2.blend](https://archive.blender.org/developer/F1190383/Intro_2.blend) ``` # Blender 2.79 (sub 0), Commit date: 2017-09-11 10:43, Hash 5bd8ac9abfa bpy.ops.object.editmode_toggle() # Operator # backtrace /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(BLI_system_backtrace+0x20) [0x1a6c8e0] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x107a525] /lib/x86_64-linux-gnu/libc.so.6(+0x33030) [0x7f1fa2575030] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x47334d) [0x7f1f866f834d] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480a03) [0x7f1f86705a03] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x480add) [0x7f1f86705add] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd004) [0x7f1f86462004] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1dd250) [0x7f1f86462250] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x143bbd) [0x7f1f863c8bbd] /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so(+0x1446af) [0x7f1f863c96af] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(gpu_select_query_end+0x7f) [0x16b1f6f] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(GPU_select_end+0x2d) [0x16b0e2d] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(view3d_opengl_select+0x193) [0x1173aa3] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x116a631] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x116c9e3] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(WM_border_select_modal+0x1d1) [0x10964f1] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x10831b2] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x1083b65] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x1083ba8] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(wm_event_do_handlers+0x1d4) [0x1083eb4] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(WM_main+0x18) [0x107b108] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender(main+0x3f8) [0x1018bd8] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f1fa25622b1] /home/tag1/Desktop/blender-2.79-linux-glibc219-x86_64/blender-2.79-linux-glibc219-x86_64/blender() [0x107747e] ``` I need to resolve this, because I want to return to create armatures in blender Thanks Edwin Andres Martinez Suarez ![Captura de pantalla_2017-11-19_21-04-43.png](https://archive.blender.org/developer/F1190395/Captura_de_pantalla_2017-11-19_21-04-43.png)

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @edwartinez

Added subscriber: @edwartinez

Added subscriber: @FloridaJo

Added subscriber: @FloridaJo

Didn't see that here on OSX.
Try my file I just opened yours and saved it again with no changes.
It may be that the file was corrupted.

Intro 2.blend

Didn't see that here on OSX. Try my file I just opened yours and saved it again with no changes. It may be that the file was corrupted. [Intro 2.blend](https://archive.blender.org/developer/F1190624/Intro_2.blend)
Member

Closed as duplicate of #53353

Closed as duplicate of #53353
Member

Added subscriber: @JoshuaLeung

Added subscriber: @JoshuaLeung
Member

Please do not submit duplicate reports on the same issue. If you have anything to add, please note it in the original report.

Thanks.

Closed as duplicate.

Please do not submit duplicate reports on the same issue. If you have anything to add, please note it in the original report. Thanks. Closed as duplicate.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#53395
No description provided.