Online Version does not open on Macbook Air

What did you draw?
Post Reply
jpelzer
Posts: 1
Joined: Tue Jan 26, 2021 3:26 pm

Online Version does not open on Macbook Air

Post 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!
User avatar
testtubegames
Site Admin
Posts: 1148
Joined: Mon Nov 19, 2012 7:54 pm

Re: Online Version does not open on Macbook Air

Post 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.
aaronstein
Posts: 1
Joined: Mon Apr 12, 2021 2:49 am

Re: Online Version does not open on Macbook Air

Post 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
User avatar
testtubegames
Site Admin
Posts: 1148
Joined: Mon Nov 19, 2012 7:54 pm

Re: Online Version does not open on Macbook Air

Post 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.
User avatar
testtubegames
Site Admin
Posts: 1148
Joined: Mon Nov 19, 2012 7:54 pm

Re: Online Version does not open on Macbook Air

Post 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.
Post Reply