Page MenuHome

Crash in eevee & cycles material preview mode; and in eevee rendered mode.
Closed, ArchivedPublic

Description

System Information
Operating system: Win10 64
Graphics card: GTX 1070

Blender Version
Broken: 2.83
Worked: 2.82

Short description of error
Scene crashes in EEVEE Material Preview or Render View mode, in Cycles crashes in Material Preview but not in Rendered view mode.

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

Not sure if it is for all files, I opened my old file, changed to Material Preview, crashed.

Event Timeline

Ankit Meel (ankitm) changed the task status from Needs Triage to Needs Information from User.EditedJun 4 2020, 6:44 PM

There are many lines about your addons.

  • Close Blender,
  • rename the Blender Foundation folder at C:\Users\Rapha\AppData\Roaming\Blender Foundation\ to something else
  • reopen Blender, don't import any previous settings if it asks.
  • redo the steps of crash

Also update the GPU drivers.

Ankit Meel (ankitm) renamed this task from EEVEE crashing to Crash in eevee & cycles material preview mode; and in eevee rendered mode..Jun 4 2020, 6:45 PM

Does it happen on default cube too ?

Does it happen on default cube too ?

I haven't tested it yet, but probably not, but I'll report if it does

It's something particulary wrong with this model.
I'm not a master in Nodes setup, BUT it was working in previous versions, so...
I've hidden the characters and scenario one by one and found out that only Mario crashes for some reason, while Luigi have a similar node setup, it doesn't crash.
Here's Mario for testing: (I'm working on a fan art)

Ankit Meel (ankitm) added a comment.EditedJun 5 2020, 9:01 AM

It's hitting the assert in BKE_mesh_wrapper_minmax
https://developer.blender.org/diffusion/B/browse/master/source/blender/blenkernel/intern/mesh_wrapper.c$164
Looks like such case should never happen.
But since 2.82a worked & the file was addd in rBdeaff945d0b9, I'll confirm it if @Raphael Catossi (RCatossi) you could remove all extraneous elements from the file and upload a minimal file to test redo the bug.

My apologies, the same error happens in 2.82 even in 2.81.16 ...
I guess I'll have to re-work on those nodes...