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

Blender 2.8 crashes during rendering #1009

Closed
uzikisi opened this issue Jan 20, 2019 · 16 comments
Closed

Blender 2.8 crashes during rendering #1009

uzikisi opened this issue Jan 20, 2019 · 16 comments

Comments

@uzikisi
Copy link

uzikisi commented Jan 20, 2019

Hi,

I'm not sure this is the right place to ask but i don't know where to write,

Blender 2.8 beta is continously crashing when i try to render an animation

I tried both in eevee and cycles but both of them crashes, is there a specific rendering set up that would prevent the crashing?

(I never had problems with 2.79)

Best Regards

@Clockmender
Copy link

Clockmender commented Jan 20, 2019

Is this problem related to Animation Nodes? If not you should not be posting here, try https://blenderartists.org/ as a good place to be for answers.

If its is AN related, we will need to know exactly the problem related to what you are doing, so post a blend file at least, or an image of your node tree. But I have to say 2.8 is Beta software, or is it still Alpha? and as such is not officially released and therefore must be assumed to be un-reliable.

I would only use 2.8 for testing, never for production work and I would not be surprised if it crashed all the time, until it is released as "Stable and Fit For Purpose".

Cheers, Clock.

@OmarEmaraDev
Copy link
Collaborator

Yes, we are aware about this issue. However, we haven't been able to resolve it yet. It maybe related to a bug in Blender itself.

@benthillerkus
Copy link

Yup i do have the constant crashing aswell - but pretty much only in relation with AN. Additionally you should also disable Auto Execution in AN before baking anything, that usually results in a crash for me, too.

@VideoBombala
Copy link

Hi!
I solve the same problem with rendering by script. It's fine for me, render works very well:

import bpy

for step in range(1, 100):
    
    bpy.context.scene.frame_set(step)
    bpy.data.scenes["Scene"].render.filepath = 'd:/3D RENDER/2019 01 13/image.jpg_%d.jpg' % step
    bpy.ops.render.render( write_still=True )

@Patochun
Copy link

Patochun commented Apr 6, 2019

I confirm. You save my work.

@vrnico
Copy link

vrnico commented May 7, 2019

@VideoBombala

Thanks for getting me past the crash!

@uzikisi
Copy link
Author

uzikisi commented May 15, 2019 via email

@RathalosArt
Copy link

@VideoBombala Hey i have a question about your code.
Does it work with the newest version of blender 2.8?
Because whatever i do i can't run it.
I'd love to hear from you because i really need the rendering process not to crash xD
Thank you ^^

@VideoBombala
Copy link

VideoBombala commented May 23, 2019

@VideoBombala Hey i have a question about your code.
Does it work with the newest version of blender 2.8?
Because whatever i do i can't run it.
I'd love to hear from you because i really need the rendering process not to crash xD
Thank you ^^

Hi @RathalosArt !
It really works with 2019-04-24 22:25 version and below.

Unfortunately the Animation nodes does not work with the newest version which is 2019-05-22 21:50 (Win 64).
Just nothing happens, even no error. The picture does not change.

@RathalosArt
Copy link

RathalosArt commented May 23, 2019

@VideoBombala They work but not well, some keyframes don't work haha.

https://youtu.be/jPfBKezmr0A

The export as a video wouldn't work so i had to export each frame and put the video together manually.

With this:
https://youtu.be/xyfR5DQb-4M
The export as video worked but it crashed a bunch of times before it worked out.

Edit:
Nevermind i have an earlier version than 2019-05-22 21:50

@Ariqsniper
Copy link

Hi!
I solve the same problem with rendering by script. It's fine for me, render works very well:

import bpy

for step in range(1, 100):
    
    bpy.context.scene.frame_set(step)
    bpy.data.scenes["Scene"].render.filepath = 'd:/3D RENDER/2019 01 13/image.jpg_%d.jpg' % step
    bpy.ops.render.render( write_still=True )

can you explain it I don't know where it was written. whether it is written in the script in a blender or something.because I am still learning about this blender application and found the same crash.

@dragere
Copy link
Contributor

dragere commented Jul 25, 2019

@Ariqsniper the script was written in Python for Blender, but you shouldn't need it anymore. Please update your Animation Nodes and Blender.

@uzikisi
Copy link
Author

uzikisi commented Jul 25, 2019 via email

@aideward
Copy link

Well, this problem still exists today, looks like we have to keep using this script...

@OmarEmaraDev
Copy link
Collaborator

@aidelank Did you try using the latest 2.81 test build?

@OmarEmaraDev
Copy link
Collaborator

Lets continue the discussion in issue #1200 .

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