allusion-app/Allusion

App keeps crashing when under heavy rendering load

f8upd8 opened this issue · 1 comments

Dear Developers, Allusion crashes on me.

Version: Windows.

Happens often when I use it's image viewer and switch large tag collections.
It throws an ungodly amount of exceptions, effectively forcing me to close the app via Task Manager to not "OK" on all of them.
Please add a handler.

[Window Title]
Error

[Main Instruction]
A JavaScript error occurred in the main process

[Content]
Uncaught Exception:
Error: Render frame was disposed before WebFrameMain could be accessed
    at Object.n.send (node:electron/js2c/browser_init:169:413)
    at Object.b.send (node:electron/js2c/browser_init:165:2492)
    at Function.value [as blur] (C:\Users\f8\AppData\Local\Programs\Allusion\resources\app.asar\build\main.bundle.js:2:238804)
    at BrowserWindow.<anonymous> (C:\Users\f8\AppData\Local\Programs\Allusion\resources\app.asar\build\main.bundle.js:2:300865)
    at BrowserWindow.emit (node:events:406:35)

[OK]

Thanks for reporting! Looks like this might be caused by the slightly outdated Electron version we're using, it has been updated for the next release!

Also added an exception handler in case it still happens, good call 👍

image