gTove icon indicating copy to clipboard operation
gTove copied to clipboard

Not working in Brave browser

Open lev-losenkov opened this issue 2 years ago • 1 comments

It is not possible to join the table by the link.

(OS Windows 10/ Brave Browser v 1.47.171) error

Error text:

Error: Error creating WebGL context.

at new Iu (https://illuminantgames.com/gtove/static/js/2.a2fc3973.chunk.js:2:392142)
at Ze (https://illuminantgames.com/gtove/static/js/2.a2fc3973.chunk.js:2:849882)
at f.width.f.height.m.createElement.set (https://illuminantgames.com/gtove/static/js/2.a2fc3973.chunk.js:2:839820)
at https://illuminantgames.com/gtove/static/js/2.a2fc3973.chunk.js:2:840218
at fs (https://illuminantgames.com/gtove/static/js/2.a2fc3973.chunk.js:2:2976834)
at Zu (https://illuminantgames.com/gtove/static/js/2.a2fc3973.chunk.js:2:2994007)
at t.unstable_runWithPriority (https://illuminantgames.com/gtove/static/js/2.a2fc3973.chunk.js:2:3019326)
at Xi (https://illuminantgames.com/gtove/static/js/2.a2fc3973.chunk.js:2:2935759)
at ku (https://illuminantgames.com/gtove/static/js/2.a2fc3973.chunk.js:2:2990742)
at Iu (https://illuminantgames.com/gtove/static/js/2.a2fc3973.chunk.js:2:2986828)

lev-losenkov avatar Jan 22 '23 09:01 lev-losenkov

Hi! That's an error from the underlying 3D library I'm using (three.js), saying that it can't find/access your 3D hardware.

You say you're using Brave Browser, which is a browser I don't support/test on... can you navigate to https://get.webgl.org/ and see whether your browser works there?

There are various suggestions for tweaking browser settings to get three.js working in these threads - while they're not talking about Brave Browser, it may have equivalent settings.

https://stackoverflow.com/questions/54232528/error-creating-webgl-context-three-js-chrome

https://github.com/mrdoob/three.js/issues/4927

If those don't help, you might have to use Firefox or Chrome to get it to work, sorry.

RobRendell avatar Jan 22 '23 21:01 RobRendell