Search Issue Tracker

Fixed in 2018.4.3f1

Fixed in 2018.4.X, 2019.1.X

Votes

6

Found in

2018.3.6f1

2019.1.0b4

Issue ID

1128867

Regression

Yes

Unity Editor crashes on GameObject::SetSupportedMessagesDirty when changing version control mode to "Visible Meta Files"

Themes

-

How to reproduce:
1. Open user's attached project
2. Navigate to Edit -> Project Settings -> Editor
3. Under Version Control section change mode to "Visible Meta Files"

- Observe the crash

Reproducible with: 2018.3.7f1, 2019.1.0b4, 2019.2.0a6
Nor reproducible with: 2017.4.21f1, 2018.3.5f1, 2019.1.0b3, 2019.2.0a5

Top Lines of the stack trace:
0x00007FF646E21C6D (Unity) GameObject::SetSupportedMessagesDirty
0x00007FF646E1A4D3 (Unity) GameObject::FinalizeAddComponentInternal
0x00007FF646E17BF6 (Unity) Unity::Component::CheckConsistency
0x00007FF647B4E851 (Unity) MonoBehaviour::CheckConsistency

Fixed in: 2018.4.3f1, 2019.1.0b10, 2019.2.0a10

Comments (8)

  1. thseong

    Jul 11, 2019 09:06

    Although it is marked as fixed in 2018.4.3f1. I found my project whose version is 2018.4.3f1 fail to change version control mode. My symptom is not a crash but "Infinite Compiling scripts process". If anyone who has the same symptom is here, git it a try my workaround below.

    Workaround:

    Note: I highly recommend you to make a backup before trying. It might make mess your project up.

    - Convert the existing project to 2018.4.3f1 by opening.
    - Edit > Project Settings > Version Control > MODE YOU WANT (in my case "Visible Meta Files")
    - File > Save Project
    - Close Unity
    - Delete or Rename "Library" Folder
    - Reopen the Project

  2. Darren-R

    Jun 25, 2019 00:17

    Where do I get 2018.4.3f1 ??? the latest is 2018.4.2f1....

  3. Jordi_Unitys

    May 14, 2019 08:39

    present in 2018.4 lts

  4. reigota

    Apr 24, 2019 16:02

    present in 2018.3.12f1.. is this a joke?

  5. Legend_Bacon

    Apr 09, 2019 11:29

    As said above, not present in 2018.3.5.

    Potential fix: If like me, you want to set the meta files to Visible in 2018.3.6+ but CAN'T update to 2019.1, do the following:

    • Download 2018.3.5
    • Open the same project with 2018.3.5 version (make sure everything works)
    • Set the meta files to visible
    • Reopen the same project with 2018.3.6+

    Check that the editor settings have the meta files set to visible.

  6. alexmbrandt

    Apr 02, 2019 16:41

    Seems to be present in 2018.3.11

  7. chicodiegomoreira

    Mar 27, 2019 13:57

    present in 2018.3.9

  8. bsmall

    Mar 18, 2019 15:32

    present in 2018.3.8

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.