Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault (core dumped) #33

Open
TimenoLong opened this issue Mar 19, 2024 · 0 comments
Open

Segmentation fault (core dumped) #33

TimenoLong opened this issue Mar 19, 2024 · 0 comments

Comments

@TimenoLong
Copy link

When I run the following command:

blender-3.2.2-linux-x64/blender --background --python scripts/rendering/blender_script.py -- --num_renders 12 --object_path ./scripts/rendering/untextured/jiangtun_mesh86.stl --output_dir ./scripts/rendering/untextured_output/jiangtun_mesh86 --engine BLENDER_EEVEE

It reported the following error:
Segmentation fault (core dumped)

I checked the code and found that there was an error in the following code:
bpy.ops.render.render(write_still=True)
And this line of code is in the last few lines of render_object() method of blender_script.py, how can I solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant