Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebGL #89

Open
aboogesnickle opened this issue Apr 13, 2019 · 3 comments
Open

WebGL #89

aboogesnickle opened this issue Apr 13, 2019 · 3 comments

Comments

@aboogesnickle
Copy link

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.

@strycore
Copy link
Member

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

@Medath
Copy link

Medath commented Apr 17, 2019

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.

@strycore
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants