Menu

#8 Web app won't load on MacOS 11

1.0
open
nobody
None
2021-04-26
2021-01-28
No

The page https://ccsb.scripps.edu/cellpaint/ stalls due to a JS error in UnityLoader.js. It looks like the problem is with the regular expression that doesn't allow MacOS beyond v. 10.x:

case "Mac OS X":
            p = /Mac OS X (10[\.\_\d]+)/.exec(i)[1];
            break;

I am running 11.1 (Big Sur)
Would be great if you can fix it - I love cellpaint!
Cheers,
Christian

Discussion

  • Ludo

    Ludo - 2021-04-26

    The web app have been fixed according the unity forum.
    "find a line with this text, "p = /Mac OS X (10[._\d]+)/.exec(i)[1];", change it to "p = /Mac OS X (1[._\d][._\d]+)/.exec(i)[1];"

     

Log in to post a comment.

MongoDB Logo MongoDB