joaomoreno / gifcap

Capture your screen to a GIF in your browser
https://gifcap.dev
GNU General Public License v3.0
1.33k stars 95 forks source link

Out of Memory issue: #97

Open mix3d opened 3 months ago

mix3d commented 3 months ago

Upon attempting to render on an M3, 16GB ram Macbook Pro: the empty rendering toolbar shows with a blank background, and nothing else happens.

The following console log is important:

Uncaught (in promise) RangeError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': Out of memory at ImageData creation
    at p (main.js:1:43928)
    at zt.oncreate (main.js:1:44208)
    at AsyncFunction.h (main.js:1:6633)
    at main.js:1:19651
    at h (main.js:1:19908)
    at main.js:1:19994
mix3d commented 3 weeks ago

Can't really use Gifcap anymore. Sad. Is this a mac Mx chip problem? I recall this worked correctly on my older M1 macbook.