Search Unity

2019.4.18f1 crashing on launch, haven't been able to launch editor

Discussion in 'Editor & General Support' started by trez00d, Jan 26, 2021.

  1. trez00d

    trez00d

    Joined:
    Jan 26, 2021
    Posts:
    1
    I'm unable to launch the editor. Here's the stack trace from error.log. The crash happens after clicking create on a project, and after reaching the editor load screen.

    Code (CSharp):
    1. 0x00007FFC278BC774 (ntdll) NtWaitForSingleObject
    2. 0x00007FFC23F61E93 (KERNELBASE) WaitForSingleObjectEx
    3. ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF6525A1B42)
    4. 0x00007FF6525A1B42 (Unity) (function-name not available)
    5. ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF65153B440)
    6. 0x00007FF65153B440 (Unity) (function-name not available)
    7. ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF6514E07D3)
    8. 0x00007FF6514E07D3 (Unity) (function-name not available)
    9. 0x00007FFC268A7C24 (KERNEL32) BaseThreadInitThunk
    10. 0x00007FFC2788D4D1 (ntdll) RtlUserThreadStart
    Using Windows 10, Ryzen 3 3100, 16GB ram. I can give more info if necessary

    edit: fixed using the solution in this thread: https://forum.unity.com/threads/2018-3-0f2-crashes-every-time-on-startup.599650/
     
    Last edited: Jan 26, 2021