Kyle McNally

Results 87 comments of Kyle McNally

After cleaning everything up, I'm receiving the same WebGL error's that @alixaxel was getting. (I'm unsure why my initial compile seemed to work, but I haven't been able to reproduce...

I believe I've found the files needed to be bundled for Chrome 96+. - `libEGL.so` - `libGLESv2.so` - `libvk_swiftshader.so` - `libvulkan.so.1` - `vk_swiftshader_icd.json` - (obviously `headless_shell` as `chromium` as well)...

~~https://raw.githubusercontent.com/Sparticuz/chrome-aws-lambda/61139ebc4a62f8a2576ad79be858e13204c010b4/bin/chromium.br~~ ~~https://raw.githubusercontent.com/Sparticuz/chrome-aws-lambda/61139ebc4a62f8a2576ad79be858e13204c010b4/bin/swiftshader.tar.br~~ EDIT: If you use these, you'll need to edit chrome-aws-lambda's index file to include the flags in the previous comment. Edit2: Please see my branch here for the...

~~Here is a Lambda layer: https://raw.githubusercontent.com/Sparticuz/chrome-aws-lambda/b4584a6c65e1c33d7a1afc1edbb825ee4f2509a6/chrome_aws_lambda.zip~~ I've tested it with the SAM application in the [_/amazon](https://github.com/alixaxel/chrome-aws-lambda/tree/master/_/amazon) folder and it worked. I'll be testing it internally as well. EDIT: Please see...

It looks like it can't find libglesv2.so. are you using the zip image, or did you build and upload?

I've updated my PR to be Puppeteer 13.6.0, and my [_bin branch](https://github.com/Sparticuz/chrome-aws-lambda/tree/13.5_bin) to have 13.6.0 as well as chromium 101. [Layer here](https://github.com/Sparticuz/chrome-aws-lambda/blob/13.5_bin/chrome_aws_lambda.zip). I have not tested it

> I gave the 13.6.0 layer a shot, and first few invocations seem to work fine (albeit quite a bit slower than the version on main for some reason), but...

> ```shell > git checkout [email protected] > # ^^^ keep an eye for newer, in case it moves since this was posted. > ``` I'll keep the branch the same...

> [0427/144243.098580:ERROR:egl_util.cc(74)] Failed to load GLES library: /tmp/libGLESv2.so: /tmp/libGLESv2.so: cannot open shared object file: No such file or directory Others have noted that this might happen when using custom decompression....

I've updated this PR to 13.7.0, and updated my '13.5_bin' branch to include the [binaries](https://github.com/Sparticuz/chrome-aws-lambda/tree/13.5_bin/bin) and the [layer](https://github.com/Sparticuz/chrome-aws-lambda/blob/13.5_bin/chrome_aws_lambda.zip).