Page 1 of 1

Online Version does not open on Macbook Air

Posted: Tue Jan 26, 2021 3:34 pm
by jpelzer
Hello!

On a new Macbook Air, when the GSim online version is opened it is simply a black screen. Any tips for how to make it work? Thanks!

Re: Online Version does not open on Macbook Air

Posted: Wed Jan 27, 2021 3:38 pm
by testtubegames
That's interesting -- not a problem I'm familiar with. As a first question - which browser are you using? If you'd be able to pass along the log, that'd help me get a better idea here.

https://docs.unity3d.com/Manual/webgl-debugging.html

That tells you how to find the log in your particular browser. If you send the contents of the log (copy paste is fine) either here, or in a private message to me, that might give me a clue.

Re: Online Version does not open on Macbook Air

Posted: Mon Apr 12, 2021 2:54 am
by aaronstein
Hi, I can reproduce in Chrome. The game works in Safari.

Browser: Version 89.0.4389.90 (Official Build) (x86_64)
OS: Big Sur 11.1

Console:
Uncaught TypeError: Cannot read property '1' of null
at UnityLoader.js:3
at UnityLoader.js:4
UnityLoader.js:3 Uncaught TypeError: Cannot read property 'Error' of undefined
at UnityLoader.js:3
gravity.html:46 Uncaught TypeError: Cannot read property 'instantiate' of undefined
at gravity.html:46
UnityLoader.js:3 Uncaught TypeError: Cannot read property 'Error' of undefined
at UnityLoader.js:3

Re: Online Version does not open on Macbook Air

Posted: Thu Apr 15, 2021 10:29 am
by testtubegames
Oh excellent - thanks, that helped. Looks like it's a known issue in Unity that does in fact have a patch.

I'll post here once I've gotten it fixed.

Re: Online Version does not open on Macbook Air

Posted: Mon Apr 19, 2021 11:02 am
by testtubegames
Alright, I've got a beta built that hopefully fixes this.

It's here, if anyone who's had the bug wants to test it out: https://testtubegames.com/gravity_beta.html

Edit: Now the new version is posted on the main gsim page.