Search Unity

Game crashes on launch

Discussion in 'Editor & General Support' started by AliOsmanCelik, Apr 10, 2022.

  1. AliOsmanCelik

    AliOsmanCelik

    Joined:
    Nov 23, 2020
    Posts:
    6
    The game 5 times today crashed and this happens all the time. Whenever I change something and start the game it waits and crashes. The version I am using is 2020.3.16f1. I don't know what to do, I would be glad if you could help.

    Last Crash
    Editor https://pastebin.com/xmrUSap8
    Error https://pastebin.com/mYAfN0Fe

    Different Crash
    AssetImportWorker3 https://pastebin.com/huZRtTx3
    Error https://pastebin.com/TGNbRFwN

    Different Crash
    Editor https://pastebin.com/eZqQ3f1H
    Error https://pastebin.com/5n40SUr9
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,697
    From your error I see that you have your computer localization set to Turkish.

    The Turkish letter lowercase i causes problems for Unity. There are thousands of publicly-posted examples of this failing on the
    il2cpp
    path, for example.

    Try setting your localization to English and see if the error goes away.

    Also, NEVER use anything but A-Z and 0-9 for filenames and directory names.
     
  3. AliOsmanCelik

    AliOsmanCelik

    Joined:
    Nov 23, 2020
    Posts:
    6
    okay i will try thanks
     
  4. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,282
    That's interesting. Do you know if there's any bugs reports for this issue? I have not heard of this one before.
     
  5. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,697
    There's at least this one:

    https://issuetracker.unity3d.com/is...hen-system-display-language-is-set-to-turkish

    I've seen it around for about a year. I think most of the reports are an Android toolchain failure, but there may be a root Unity cause to it all, since Android certainly does not produce a folder named
    il2cpp
    without Unity's influence.
     
    karl_jones likes this.
  6. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,282