You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am frequently encountering "Out of Memory" errors with Seelen UI v2.5.0, especially while gaming. When the error occurs, the UI becomes unresponsive. The only temporary fix is to go into Task Manager and manually kill all WebView2 processes associated with Seelen UI. After killing these processes, the app can sometimes recover or be restarted.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am frequently encountering "Out of Memory" errors with Seelen UI v2.5.0, especially while gaming. When the error occurs, the UI becomes unresponsive. The only temporary fix is to go into Task Manager and manually kill all WebView2 processes associated with Seelen UI. After killing these processes, the app can sometimes recover or be restarted.
Hardware & Environment
OS: Windows 11 Professional (Build 10.0.26100)
Seelen UI Version: v2.5.0
Installation Path: D:\Seelen\Seelen UI\seelen-ui.exe (Non-C drive installation)
WebView2 Runtime: 141.0.3537.92
RAM: [2*16GB 6400]
Technical Details from Logs
Based on the logs, I found several critical issues:
Access Denied Error: The latest logs show Unhandled Rejection Windows(Error { code: HRESULT(0x80070005), message: "拒绝访问。" }) during window capture.
WMI Failure: Repeated WMI(HResultError { hres: -2147217396 }) during runtime.
Panic: A crash occurred at tao-0.34.5\src\platform_impl\windows\event_loop\runner.rs:368:25 with cause cannot move state from Destroyed.
Resource Pressure: High frequency of Extracting icon and Reaping window activities, especially when using third-party apps like OneCommander.
Steps to Reproduce
Launch Seelen UI from the D: drive.
Run a high-performance game or open multiple windows (e.g., OneCommander).
The "Out of Memory" popup appears, and Seelen UI components (toolbar/weg) crash.
Evidence (Files Attached)
Log File: Seelen UI.log (Attached, contains the 0x80070005 and runner.rs panic).
Task Manager: Screenshot showing multiple active WebView2 instances for weg, settings, and toolbar.
Virtual Memory: I have already increased the paging file to 8GB, but the issue persists.

Beta Was this translation helpful? Give feedback.
All reactions