godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
89.27k stars 20.23k forks source link

Vulkan: Crash when adding CPUParticles3D #59171

Closed kicknbrit closed 2 years ago

kicknbrit commented 2 years ago

Godot version

4 alpha 3 dev

System information

Win 10, Nvidia mx250, i7 1050U

Issue description

Cpu particles crash godot whenever I assign anything other than a quadmesh to their 'mesh' slot.

Steps to reproduce

Create a node3d. Add a cpu particle node as child. Add a planemesh or cubmesh to cpu particles 'mesh'. Play scene. It crashes for me.

Minimal reproduction project

No response

Snowapril commented 2 years ago

I have an interest in this issue but cannot reproduce that crash. I did all in the Issue description contents but the crash never caused. Do you have any minimal reproduction project?

kicknbrit commented 2 years ago

I mean if it's not crashing for anyone else we can just close the issue. I'm kind've busy atm and I don't have time to put anything together. I would have to pull the scene out of a large project to create the mrp.

AndreyKopylov commented 1 year ago

same for me, crash when I tried add GPUParticles3D to character node