Search Issue Tracker

Fixed in 2022.2.X

Fixed in 2021.3.X, 2022.1.X

Votes

0

Found in

2021.2

2021.2.1f1

2022.1

Issue ID

1378713

Regression

No

[M1] Crash with * Assertion at handle.c:446, condition `m_class_is_valuetype (klass)' not met when deserializing data

Mono

-

Reproduction steps:
1. Open the user's attached project and scene "Main Menu"
2. Enter play mode
3. Press the "Multiplayer Arena" button

Expected result: Editor loads the Multiplayer Arena scene
Actual result: Editor crashes

Reproducible with: 2021.2.7f1, 2022.1.0b2
Could not test with: 2019.4.34f1, 2020.3.25f1 (compiler errors when downgrading project)

Crashes when executing line 83 in SaveSystem.cs:
PlayerData data = formatter.Deserialize(stream) as PlayerData;

  1. Resolution Note (fix version 2022.2):

    Fixed in 2022.2.0a9

    A patch has been applied to our fork of Mono to avoid the Editor crash when deserializing errors occur. The runtime will now throw a managed exception.
    https://github.com/Unity-Technologies/mono/pull/1549

  2. Resolution Note (fix version 2021.3):

    Fixed in: 2021.3.4f1

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.