-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Interface Grey's out with no Menu/icons after 30-60 seconds #6758
Comments
Please provide a video of thia behavior |
Video here : https://www.dropbox.com/scl/fi/1t8qln6xvcwokhqvxnbax/IMG_5804.MOV?rlkey=9u4xx5sxwxtx9ryu111wd1a2r&st=k0eyvwua&dl=0 Grey out happens at approx 27 seconds |
Please upload the video straight onto GitHub file sizs max 10mb |
Video as Required vcompress_5.mov |
hmm im unable to reproduce this. Maybe this is platform specific. Could you do the following:
Maybe this will give us some logs |
I have this same issue, arm64 (raspberry pi, bookworm, running X not Wayland). The dev tools console tab greys out as well, ctrl+R does not refresh that. ctrl+R does refresh the main window, video restarts but the same problem will occur within a similar timeframe. There are no errors from the command line. I don't see this issue with build 5494, but I do with build 5495. |
@mirv-sillyfish what about the latest nightly build? |
Yes, build 5599 has the same issue. For what it's worth, multiple windows will also grey out about 30 seconds after opened - so not all at once, but about 30s after each is opened. I had a brief "dev tools is disconnected from page" message, no logs behind it, before it too fully greyed out. |
I get the same as Mirv-sillyfish , console does not produce any output - it gives a brief message about dev-tools beign disconnnected - but then nothing and then gets greyed out as welll |
Please try running FreeTube with the |
tried the --disable-gpu as requested - still greys out .. no difference below is output of running it in the terminal - not sure if This means anything to anyone kde@raspberrypi:~ $ freetube |
At this point your only options are:
|
Thanks @absidue , i have rolled back to 0.22.1 for now and its working 👍🏻 hopefull a fix will come someday |
I will close this issue as there isn't anything we can do about it |
After a bit of digging I believe this may be the cuplrit: Electron apps crash on systems with 16K page size #45560 electron/electron#45560 Where the FreeTube window consistently blanked after 30s or so, I've tested the AppImage and Portable arm64 builds for version 0.23.2 with only the following option on the command line: --js-flags="--nodecommit_pooled_pages" After launching the window does not blank and playback of video, Legacy or DASH, works without a problem. Based on the published releases, Electron would have to be bumped to v33.4.1 (https://releases.electronjs.org/release/v33.4.1) or later to address this issue. But for now the --js-flags is a workaround. Platform: Raspberry Pi 5 Model B Rev 1.0 8MB |
Guidelines
Describe the bug
affects all .23.x releases on Raspberian OS with KDE , after launching freetube all runs ok however after 30-60 seconds the interface "goes grey" and all icons/menu items disappear - this happens even if not playing a video or operating any menus etc , only fix is to close and reopen - however it happens again after 30-60 seconds
i have rolled back to .22.1 and the Issue is not happening
Expected Behavior
Operate as normal - no display grey outs ..
Issue Labels
visual bug, usability issue
FreeTube Version
v0.23.x
Operating System Version
debian Linux 12 - Bookworm raspberry pi
Installation Method
.deb
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
v0.22.1
Additional Information
No response
Nightly Build
The text was updated successfully, but these errors were encountered: