buildbot icon indicating copy to clipboard operation
buildbot copied to clipboard

WebGL

Open aboogesnickle opened this issue 6 years ago • 3 comments

I was attempting to use the Web runner to launch Duelyst, but it just tells me to enable WebGL.

May be missing something, but that does not appear to be an option in the Web runner.

aboogesnickle avatar Apr 13 '19 13:04 aboogesnickle

I'm not sure WebGL is supported by our web runner, @daniel-j would know more.

strycore avatar Apr 16 '19 22:04 strycore

I just had a quick look at this. The web runner uses Electron 1.8.7. To test WebGL support I opened https://get.webgl.org/ and checked if there was a spinning cube

On my desktop Arch system with a r9 290x (amdgpu drivers) this did not work. To make it work I had to use Electron 3.0.0 or newer. Any version older than that did not work for me.

On my notebook (also Arch) with Intel graphics everything worked, even with 1.8.7, but newer versions worked without issues as well.

It seems to me like updating the Electron build in the web runner would be enough to fix this issue.

Medath avatar Apr 17 '19 11:04 Medath

Good to know, I'll move this to the buildbot repo so we can take care of updating Electron!

strycore avatar Apr 17 '19 16:04 strycore