Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Clustering job failed for system: 0x27f01e95367a58fc101facd531454e13, error: 2 - 'Failed reading Clu

Discussion in '5.2 Beta' started by Don-Gray, Aug 27, 2015.

  1. Don-Gray

    Don-Gray

    Joined:
    Mar 18, 2009
    Posts:
    2,278
    Any information on what causes this error while running Enlighten?

    Clustering job failed for system: 0x27f01e95367a58fc101facd531454e13, error: 2 - 'Failed reading Clustering Output file.'.
     
  2. Kuba

    Kuba

    Moderator

    Joined:
    Jan 13, 2009
    Posts:
    416
    This error is shown exactly when we fail to read the clustering output file. This could happen if:
    • we failed to write it to begin with (you'd see an error about that earlier in the console though)
    • we have an issue in the cache trimming code
    • someone deleted the file
    • anti-virus software is temporarily blocking access to the file
    If the file is actually not there, then restarting Unity should fix it (and so should opening a new scene and going back to the problematic scene). When you do that, we spawn multiple jobs per stage and each job first checks if it needs to run at all by checking if the corresponding output file is there. The system should notice that this one is not there, run the job to create it and then the following jobs depending on that file (that now fail with the error you posted) will be able to proceed.
     
  3. Don-Gray

    Don-Gray

    Joined:
    Mar 18, 2009
    Posts:
    2,278
    Will have to check on this, it runs normally until stage 5, level 45 of the rendering.
    Not sure I am using all the correct terms, away from Unity.
     
  4. Don-Gray

    Don-Gray

    Joined:
    Mar 18, 2009
    Posts:
    2,278
    The hang up occurs here:
    5/11 Clustering | 45 Jobs
    Opened new scene and went back to the troubled scene with disabled anti-virus, no change.
     
    Erethan likes this.