Mixdown crashes Blender 2.92.0 and 3.0.0 Alpha #88614

Closed
opened 2021-05-27 07:58:24 +02:00 by Karri Rasinmäki · 11 comments

Blender crashes when trying to export a mixdown from Render -> Render Audio...

The problem seems to occur no matter the file format. However, the same feature works on Blender 2.83.15.

The error message Blender gives upon the crash:

terminate called after throwing an instance of 'aud::FileException'
  what():  File couldn't be written, audio encoding failed with ffmpeg.
[1]    3363 abort (core dumped)  blender

And my Blender versions info are:

$ blender --version
Blender 2.92.0
	build date: 2021-04-25
	build time: 11:39:34
	build commit date: 2021-02-24
	build commit time: 16:25
	build hash: 02948a2cab44
	build platform: Linux
	build type: Release
	build c flags:  -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wrestrict -Wnonnull -Wabsolute-value -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5 -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fuse-ld=gold -fopenmp -std=gnu11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2
	build c++ flags:  -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -I /usr/include/python3.9 -fuse-ld=gold -fopenmp -std=c++17 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2
	build link flags:  -Wl,--version-script='/build/blender/src/blender/source/creator/blender.map'
	build system: CMake
$ ./blender --version
Blender 3.0.0 Alpha
	build date: 2021-05-27
	build time: 00:38:27
	build commit date: 2021-05-26
	build commit time: 18:32
	build hash: 2c607ec2f6b9
	build platform: Linux
	build type: release
	build c flags:  -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wrestrict -Wnonnull -Wabsolute-value -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5  -fuse-ld=gold -std=gnu11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2 -D_GLIBCXX_USE_CXX11_ABI=0
	build c++ flags:  -Wuninitialized -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wno-suggest-override -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5  -fuse-ld=gold -std=c++17 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2 -D_GLIBCXX_USE_CXX11_ABI=0
	build link flags:  -Wl,--version-script='/home/blender/git/blender-vdev/blender.git/source/creator/blender.map'
	build system: CMake
Blender crashes when trying to export a mixdown from Render -> Render Audio... The problem seems to occur no matter the file format. However, the same feature works on Blender 2.83.15. The error message Blender gives upon the crash: ``` terminate called after throwing an instance of 'aud::FileException' what(): File couldn't be written, audio encoding failed with ffmpeg. [1] 3363 abort (core dumped) blender ``` And my Blender versions info are: ``` $ blender --version Blender 2.92.0 build date: 2021-04-25 build time: 11:39:34 build commit date: 2021-02-24 build commit time: 16:25 build hash: 02948a2cab44 build platform: Linux build type: Release build c flags: -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wrestrict -Wnonnull -Wabsolute-value -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5 -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fuse-ld=gold -fopenmp -std=gnu11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2 build c++ flags: -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -I /usr/include/python3.9 -fuse-ld=gold -fopenmp -std=c++17 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2 build link flags: -Wl,--version-script='/build/blender/src/blender/source/creator/blender.map' build system: CMake ``` ``` $ ./blender --version Blender 3.0.0 Alpha build date: 2021-05-27 build time: 00:38:27 build commit date: 2021-05-26 build commit time: 18:32 build hash: 2c607ec2f6b9 build platform: Linux build type: release build c flags: -Wall -Wcast-align -Werror=implicit-function-declaration -Werror=return-type -Werror=vla -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Wformat-signedness -Wrestrict -Wnonnull -Wabsolute-value -Wuninitialized -Wredundant-decls -Wshadow -Wno-error=unused-but-set-variable -Wimplicit-fallthrough=5 -fuse-ld=gold -std=gnu11 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2 -D_GLIBCXX_USE_CXX11_ABI=0 build c++ flags: -Wuninitialized -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wno-suggest-override -Wuninitialized -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -fuse-ld=gold -std=c++17 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2 -D_GLIBCXX_USE_CXX11_ABI=0 build link flags: -Wl,--version-script='/home/blender/git/blender-vdev/blender.git/source/creator/blender.map' build system: CMake ```

Added subscriber: @karrirasinmaki

Added subscriber: @karrirasinmaki
kathybowing commented 2021-05-27 13:17:44 +02:00 (Migrated from localhost:3001)

Added subscriber: @kathybowing

Added subscriber: @kathybowing

Added subscribers: @neXyon, @iss

Added subscribers: @neXyon, @iss

@neXyon Can you reproduce this issue? On Windows things seem to be working fine

@neXyon Can you reproduce this issue? On Windows things seem to be working fine
Member

Added subscriber: @EAW

Added subscriber: @EAW
Member

I can reproduce with Blender 3.0.0 dfa3dcbab9.
No crash file is written and nothing out of the ordinary shows up in the debug log though, so I'll build a debug build to see if I can get a call stack.


Tested using:
OS: Windows-10-10.0.19041.630-SP0 64 Bits
GPU: GeForce GTX 470/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 391.35
CPU: i7-950 @3.07 GHz SSE2 SSE3 SSE41
RAM: 8.00 GB
blender_system_info.txt

I can reproduce with Blender 3.0.0 dfa3dcbab9. No crash file is written and nothing out of the ordinary shows up in the debug log though, so I'll build a debug build to see if I can get a call stack. --- Tested using: OS: Windows-10-10.0.19041.630-SP0 64 Bits GPU: GeForce GTX 470/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 391.35 CPU: i7-950 @3.07 GHz SSE2 SSE3 SSE41 RAM: 8.00 GB [blender_system_info.txt](https://archive.blender.org/developer/F10145227/blender_system_info.txt)

This issue was referenced by bf8909eb5d

This issue was referenced by bf8909eb5d27b5670b50a3715fe6348dcea449a5

This issue was referenced by 530f2994e9

This issue was referenced by 530f2994e9aeed551ce0cfec7a97a15234ebcb44
Member

Changed status from 'Needs Triage' to: 'Resolved'

Changed status from 'Needs Triage' to: 'Resolved'
Joerg Mueller self-assigned this 2021-05-27 19:06:06 +02:00

Added subscriber: @zhart

Added subscriber: @zhart

Absolutely the same problem.
Blender 2.93.6 on Ubuntu 20.04.

Absolutely the same problem. Blender 2.93.6 on Ubuntu 20.04.
Sign in to join this conversation.
6 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blender/blender#88614
No description provided.