Alex A. Naanou
Alex A. Naanou
> Finally, I encountered a problem while working with "real" images - instead of the test one, that was just 512x512. When using "large" images I encounter an `Arithmetic overflow`...
> 2^16 Yes, an overflow somewhere is the primary hypothesis here, but what's confusing (or rather it's fun) is both the different thresholds for height and width and the distance...
Hi, Got exactly the same issue, with mostly the same stack: _Lenovo ThinkPad X1 Yoga 3rd Fedora Linux 40 (Workstation Edition) Linux 6.9.8-200.fc40.x86_64 x86_64 Wayland GNOME Shell 46.3.1_ And I...
@OlaszPL everything worked for me several updates back as well, but I can't exactly say when things broke and on what exact package update.
I have everything working on Gnome 45.5 but that's not a clean test -- different hardware.
Correction, turning off caching does not seem to have an effect, my mistake -- updated the main post.
And for completeness, here is how a typical run on my system looks: ``` $ npx electron --no-sandbox . PRE POST /home/f_lynx/work/ImageGrid/Viewer/test/bug-electron-sharp/node_modules/electron/dist/electron exited with signal SIGSEGV ```