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

WebGL WebGL build fails to start on some machines and starts on others.

Discussion in '5.4 Beta' started by Baraphor1, May 12, 2016.

  1. Baraphor1

    Baraphor1

    Guest

    Hello,

    We encountered this issue today, on B15, where the game will not load on certain computers but will load on others, we have ruled out browsers and x86 vs x64 already.

    This is the error the people see in their console. We cannot figure out what is going on because it is not reproducible on all devices, nor with a development build. On top of this, this only started happening today and not yesterday when it worked for everyone that it no longer works for).

    Code (csharp):
    1. blob:https%3A//redshift.clipwiregames.com/b10cb860-b339-48fe-b510-3887c5c9c54d:41 Uncaught Assertion failed: s_GlobalMetadataHeader->sanity == 0xFAB11BAF, at: C:\Program Files\Unity 5.4.0b15\Editor\Data\il2cpp\libil2cpp\vm\MetadataCache.cpp,153,Initialize at Error
    2.   at jsStackTrace (blob:https%3A//redshift.clipwiregames.com/b10cb860-b339-48fe-b510-3887c5c9c54d:1:22715)
    3.   at stackTrace (blob:https%3A//redshift.clipwiregames.com/b10cb860-b339-48fe-b510-3887c5c9c54d:1:22898)
    4.   at ___assert_fail (blob:https%3A//redshift.clipwiregames.com/b10cb860-b339-48fe-b510-3887c5c9c54d:1:261597)
    5.   at Hfr (blob:https%3A//redshift.clipwiregames.com/b10cb860-b339-48fe-b510-3887c5c9c54d:24:304173)
    6.   at Tgr (blob:https%3A//redshift.clipwiregames.com/b10cb860-b339-48fe-b510-3887c5c9c54d:24:332517)
    7.   at bir (blob:https%3A//redshift.clipwiregames.com/b10cb860-b339-48fe-b510-3887c5c9c54d:24:381554)
    8.   at i4a (blob:https%3A//redshift.clipwiregames.com/b10cb860-b339-48fe-b510-3887c5c9c54d:20:793285)
    9.   at Object.d0b [as _main] (blob:https%3A//redshift.clipwiregames.com/b10cb860-b339-48fe-b510-3887c5c9c54d:17:1028362)
    10.   at Object.callMain (blob:https%3A//redshift.clipwiregames.com/b10cb860-b339-48fe-b510-3887c5c9c54d:41:57515)
    11.   at doRun (blob:https%3A//redshift.clipwiregames.com/b10cb860-b339-48fe-b510-3887c5c9c54d:41:58345)
     
  2. Baraphor1

    Baraphor1

    Guest

    Apparently I cannot edit because it thinks my first post is spam. So what I was going to add was.

    It should be noted that we serve the game data files from our amazon s3 now, and yesterday we did not, but I don't see how only certain computers would have issues with that. That is the only major change between today and yesterday because we stopped including binaries in our server git repo.

    Update:

    We reverted to putting binaries on our server git for the moment and the problem is resolved.

    So either the Unity loader failed sometimes loading from s3 or s3 itself is not, we are going to look into this further, but the issue here can be considered closed.
     
    Last edited by a moderator: May 12, 2016
  3. Marco-Trivellato

    Marco-Trivellato

    Unity Technologies

    Joined:
    Jul 9, 2013
    Posts:
    1,654
    is this a Beta15-specific issue ? did it use to work with a prior version ?