Gabriel Saillard

Results 24 comments of Gabriel Saillard

👋 hey there! it's been a while @Botspot 😄. @Sussy-OS the error you're seeing on eDEX is a 3D video-acceleration related problem. Could you share the exact hardware (Pi version/model)...

Haha! Happy April 1st to you too. Thanks for the info. The Pi 400 is a pretty recent device with an `armv8` architecture that I'm not sure eDEX supports. Maybe...

I've built a new version with basically all the upgrades to `node`, `Chromium` and `electron` that have come out in the last 1.5 years or so, targeting `armv8/arm64` (but built...

Here's the [diff](https://gist.github.com/GitSquared/0ddd718bdcc053e7b87891c19de7be90) from the latest [master](https://github.com/GitSquared/edex-ui/tree/master). ### Compile instructions - you need Node `lts/fermium`, so latest `v14.x.x` - make sure NPM is up to date: `npm i -g npm@latest`...

I knew it was probably an old Chromium bug. I [provided](https://github.com/Botspot/pi-apps/issues/1654#issuecomment-1086609205) a new build in this very thread 2 weeks ago, with Electron 18.

> @GitSquared Do you have instructions on how to build eDEX with the newer Electron? @Crilum sorry for the very late answer, I missed this ping somehow. I provided the...

@Crilum there are no dumb questions! You can paste the patch to a file in your git clone directory (e.g `fix.patch`) and then run, in the same directory, `git apply...

Damned. The MESA errors in the log could point to a root cause... Now that you have edex with the latest version of chromium embedded, could be a good idea...

so you got video_decode GPU accelerated in Chromium but edex crashes? Fwiw the patch made it work on my arm64 apple silicon laptop.

no that looks unrelated, likely a mismatch between the precompiled version and your cpu architecture. I'm afraid I can't provide you much more than the patch and [compilation instructions](https://github.com/Botspot/pi-apps/issues/1654#issuecomment-1087171661) I've...