stride3d / stride

Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
https://stride3d.net
MIT License
6.6k stars 953 forks source link

Crash when changing material type + crash reporter crash #2434

Open DomeAlessi opened 2 months ago

DomeAlessi commented 2 months ago

Release Type: Official Release/GitHub (please choose appropriate option) Official Version: Version number and/or git branch 4.2.0.2188 Platform(s): Does the problem occur on Windows, Android...? Windows 11 Describe the bug There is a crash when switching the Fresnel option in the Gloss MT material.

To Reproduce Steps to reproduce the behavior:

  1. Load the demo project ThirdPersonPlatformer
  2. Select in the viewport the player
  3. In the Property grid select its first material
  4. Scroll down the properties and change the property Fresnel from Schlick to Thin Glass
  5. The surface flashes for some second then the editor crashes
  6. A popup appears to allow the user to report the crash but the application shuts down

Expected behavior Application should not crash and the crash report should allow to report any eventual crash.

Screenshots image

DomeAlessi commented 2 months ago

From the attached version i have this (is it a 100% repro on my side) image