Search Unity

Bug SRP Batcher hard crashes editor

Discussion in 'Entity Component System' started by aveakrause, Jun 26, 2020.

  1. aveakrause

    aveakrause

    Joined:
    Oct 3, 2018
    Posts:
    70
    Updated project from 2019.3.15f1 to both 2020.1 beta and 2020.2 alpha, same crash in both. Updated URP to 9. Enabled Hybrid V2. Enabled SRP Batcher. Editor hard crashes (no, I'm not uploading my ENTIRE project folder, I can provide the stack trace though.)

    This is my DOTS learning project, I would like to keep using it while following the DOTS updates, however this bug is preventing me from updating to 2020.

    The forums don't let me upload a .log file, that REALLY needs to be changed if you want people to be able to post crash logs.

    Let me know if you need more info from the log file than this
    Code (csharp):
    1. ERROR: SymGetSymFromAddr64, GetLastError: 'The specified module could not be found.' (Address: 0000019800FDD540)
    2. ERROR: SymGetModuleInfo64, GetLastError: 'A dynamic link library (DLL) initialization routine failed.' (Address: 0000019800FDD540)
    Video of it happening: https://www.twitch.tv/videos/661360846 2:05:00 shows the start of me trying to solve the update problems. First crash is at 2:19:30.
     
  2. elJoel

    elJoel

    Joined:
    Sep 7, 2016
    Posts:
    125
    Try 2020.2.0a12, that works for me
     
  3. aveakrause

    aveakrause

    Joined:
    Oct 3, 2018
    Posts:
    70
    I tried 2020.2.0a15 and 2020.1.0b13

    Could it really be something broken in both of these versions yet working in 2020.2.0a12? Could you give me more info about what in 2020.2.0a12 allowed it to work?
     
  4. snacktime

    snacktime

    Joined:
    Apr 15, 2013
    Posts:
    3,356
    I think it's likely something specific in your project. I've had SRP crash for a variety of reasons but also working without crashing on versions you had crashes on.

    dll failing seems to indicate it's not SRP per say, SRP could merely be a trigger of some type. Posting more of the relevant parts of your editor log in a code block here might be useful.
     
  5. aveakrause

    aveakrause

    Joined:
    Oct 3, 2018
    Posts:
    70
    If there was any relevant information to post, I would. It just hard crashes to desktop when SRP batcher is enabled.
    One of my viewers thinks it might be a shader graph + hybrid renderer v2 that's messing up