Blender Crashing While Appending Animation Action #94264

Closed
opened 2021-12-20 03:13:18 +01:00 by DenDen · 18 comments

System Information
Operating system: Windows-10-10.0.19042-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.47

Blender Version
Broken: version: 3.0.0, branch: master, commit date: 2021-12-02 18:35, hash: f1cca30557
Worked: (newest version of Blender that worked as expected)

Short description of error
Appending animation actions while in pose mode crashes Blender.
(Crash appears only when action is removed from the scene/outliner but still present as an asset.)

Exact steps for others to reproduce the error

  • Open #94264.blend file
  • {nav File > Append > AnimActions.blend >Action > (double-click on any)}

Test File:
#94264.blend
AnimActions.blend

**System Information** Operating system: Windows-10-10.0.19042-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.47 **Blender Version** Broken: version: 3.0.0, branch: master, commit date: 2021-12-02 18:35, hash: f1cca30557 Worked: (newest version of Blender that worked as expected) **Short description of error** Appending animation actions while in pose mode crashes Blender. (Crash appears only when action is removed from the scene/outliner but still present as an asset.) **Exact steps for others to reproduce the error** - Open `#94264.blend` file - {nav File > Append > AnimActions.blend >Action > (double-click on any)} Test File: [#94264.blend](https://archive.blender.org/developer/F12769126/T94264.blend) [AnimActions.blend](https://archive.blender.org/developer/F12768684/AnimActions.blend)
Author

Added subscriber: @Densle

Added subscriber: @Densle
Member

Added subscriber: @PratikPB2123

Added subscriber: @PratikPB2123
Member

Hi, thanks for reporting. Can not reproduce crash on current master and 3.0.0

Does this happen on appending data from specific file?

Can you reproduce the crash with factory prefs: {nav Edit > Preferences > Save & Load (3 horizontal lines) > Load Factory preferences}
image.png


I tried to append from this file: Character.blend

Hi, thanks for reporting. Can not reproduce crash on current master and 3.0.0 Does this happen on appending data from specific file? Can you reproduce the crash with factory prefs: {nav Edit > Preferences > Save & Load (3 horizontal lines) > Load Factory preferences} ![image.png](https://archive.blender.org/developer/F12717357/image.png) --- I tried to append from this file: [Character.blend](https://archive.blender.org/developer/F12765672/Character.blend)
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Author

That's valid.

With preferences reset, it still occurs. But I narrowed it down a bit.

It looks like it's got something to do specifically with the actions themselves. Because in some files, it loads in fine whiles others, it doesn't.
I attached some blend files if you want to give them a whirl.
AnimActions.blend ChrRig.blend

Here is also a crash log if it help.
004-0060_Animation_v0010.crash.txt

That's valid. With preferences reset, it still occurs. But I narrowed it down a bit. It looks like it's got something to do specifically with the actions themselves. Because in some files, it loads in fine whiles others, it doesn't. I attached some blend files if you want to give them a whirl. [AnimActions.blend](https://archive.blender.org/developer/F12768684/AnimActions.blend) [ChrRig.blend](https://archive.blender.org/developer/F12768685/ChrRig.blend) Here is also a crash log if it help. [004-0060_Animation_v0010.crash.txt](https://archive.blender.org/developer/F12768690/004-0060_Animation_v0010.crash.txt)
Member

Hi, thanks for the file. Appending action from AnimActions.blend results to crash.

Also, looks like crash only appears when action to be appended is marked as asset

Will make sure if similar report already exists or not.

Hi, thanks for the file. Appending action from `AnimActions.blend` results to crash. Also, looks like crash only appears when action to be appended is marked as asset Will make sure if similar report already exists or not.
Member

Changed status from 'Needs User Info' to: 'Confirmed'

Changed status from 'Needs User Info' to: 'Confirmed'

Added subscriber: @mont29

Added subscriber: @mont29

Cannot reproduce with current master, is it still an issue? Am on linux though, @PratikPB2123 are you on windows or other OS?

Also, if this is specific to assets, think this is more for #asset_browser / #pipeline_assets_i_o projects than core.

Cannot reproduce with current master, is it still an issue? Am on linux though, @PratikPB2123 are you on windows or other OS? Also, if this is specific to assets, think this is more for #asset_browser / #pipeline_assets_i_o projects than core.
Member

Yes, on Windows. I can only reproduce on daily builds. Also tested on lite build but it did not break anything for me.


Operating system : Windows-10-10.0.18362-SP0 64 Bits
Graphics card : AMD Radeon(TM) 535 ATI Technologies .```
Yes, on Windows. I can only reproduce on daily builds. Also tested on lite build but it did not break anything for me. --- ```System Information Operating system : Windows-10-10.0.18362-SP0 64 Bits Graphics card : AMD Radeon(TM) 535 ATI Technologies .```

(Crash appears only when action is removed from the scene/outliner but still present as an asset.)

I do not understand what this means... Can you be more specific here? I have the feeling I am missing something in the steps to reproduce the issue...

> (Crash appears only when action is removed from the scene/outliner but still present as an asset.) I do not understand what this means... Can you be more specific here? I have the feeling I am missing something in the steps to reproduce the issue...
Member

For example, refer AnimActions.blend.

In that file, Action is marked as asset but not present in outliner.
When we append that action in another file (say #94264.blend), it simply crashes.


I have the feeling I am missing something in the steps to reproduce the issue

Also, if you want to reproduce from scratch:

  • Open default scene
  • Add Armature {nav Shift A > Armature}
  • Switch to pose mode
  • Append action from AnimActions.blend

(Let me know if anything is not clear.)

For example, refer `AnimActions.blend`. In that file, Action is marked as asset but not present in outliner. When we append that action in another file (say `#94264.blend`), it simply crashes. --- > I have the feeling I am missing something in the steps to reproduce the issue Also, if you want to reproduce from scratch: - Open default scene - Add Armature {nav Shift A > Armature} - Switch to pose mode - Append action from `AnimActions.blend` (Let me know if anything is not clear.)

Added subscriber: @dr.sybren

Added subscriber: @dr.sybren

OK thanks, then definitely cannot reproduce on linux... Would assume some kind of windows-only issue, maybe @dr.sybren would know more (iirc he was working on some utf-8/path related issues on this OS this week)?

OK thanks, then definitely cannot reproduce on linux... Would assume some kind of windows-only issue, maybe @dr.sybren would know more (iirc he was working on some utf-8/path related issues on this OS this week)?
Sybren A. Stüvel self-assigned this 2021-12-21 13:22:29 +01:00

I can reproduce this on Linux.

Update: You have to double-click on the Action in the file browser to get the crash. The "Append" button works fine.

I can reproduce this on Linux. Update: You have to double-click on the Action in the file browser to get the crash. The "Append" button works fine.

This issue was referenced by blender/blender-addons@5876b7836d

This issue was referenced by blender/blender-addons@5876b7836db45d242a55898092e69b3c17b055a9

This issue was referenced by blender/blender-addons@c08568cc37

This issue was referenced by blender/blender-addons@c08568cc376d2e4298710c4172fb0c74f0611de1

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
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
5 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#94264
No description provided.