-
Notifications
You must be signed in to change notification settings - Fork 234
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
Logs button causes app to freeze #1127
Comments
Same on fedora 39 with appimage. |
Same here. Fully updated Manjaro/Arch with XFCE and Kernel 6.9.x |
Same here. On Ubuntu and Gnome |
Same here with Arch Linux (which I use btw) on Plasma and Gnome with both X11 and Wayland (latest on all) |
Has this been seen? |
@LapisPhoenix I can quit by running |
The same bug was mentioned here: #1216 (comment) |
Switched to `vue-typed-virtual-list` due to freezing issues in WebKit caused by `vue-virtual-scroller`, which were difficult to resolve with the previous library.
Sorry for late reply, thanks for letting me know. On Mint I need to do |
@LapisPhoenix sorry yeah I meant |
…rinth#1237) Switched to `vue-typed-virtual-list` due to freezing issues in WebKit caused by `vue-virtual-scroller`, which were difficult to resolve with the previous library.
* fix(theseus): Resolve log tab freezing entire app (#1127, #1237) Switched to `vue-typed-virtual-list` due to freezing issues in WebKit caused by `vue-virtual-scroller`, which were difficult to resolve with the previous library. * fix(theseus): Double opening of Socials Share link (#1136, #1074) * fix(theseus): Proper symlinks resolution (#1236) Ensures correct symlink resolution for specific mods, the mods directory, and the entire profile directory. * fix(theseus): Correctly recognize NeoForge mods (#1215) * fix(theseus): Corrected `Environments` and `Loaders` filters (#899) * fix(theseus): Remove `_JAVA_OPTIONS` when testing JRE (#1171) * fix(theseus): Fixed opening files using `show_in_folder` Previously, opening a mod would display the contents of the JAR file instead of its location. * fix(theseus): Hide `.DS_Store` files (#1274, #1002, #1174) * fix(theseus): Corrected tooltip color * fix(theseus): Fixed white mode issues (#1144, #1010) * fix: Corrected `Slider` min and max value handling (#1008) * fix: Fixed rebase problems * fix: Fixed `:deep` usage warning * chore: Updated eslint plugins to fix conflicts with Prettier
This bug was reintroduced in c84e2e0 |
@Norbiros can confirm |
Ubuntu 24.04, opening any modpack's logs page makes the app freeze and turns the window to gray. here are the logs of the app:
some errors while launching but no logs after that |
This is some weird problem with webkit gtk. We can't really fix it easily, so we have to switch to different virtual list library. |
for that you can use an extra app called Resources |
@Norbiros Maybe a somewhat related issue, on my install (Garuda KDE 6.2) the app scrolling is insanely slow. I get maybe 5-10 FPS (EDIT: turns out it's actually tied to the window size). Everything else works fine outside of the log crash. It could be that the list virtualisation is causing this too. |
I can second, I got extremely slow scrolling, on all menus. |
Yeah, it's also webkit problem. It is generalny very slow but in AppImages this problem is even bigger. For me manually building the app ( |
On new version ( |
I just tried 0.9 and... it's been nothing short of a disastrous experience for me*. The official app image stays stuck on a gray window and the native decorations don't do anything. I tried 0.9.0-1 from the AUR and that one launches but, even with the envar you're suggesting, it's more meaningful to talk about the performance in seconds per frame rather than frames per second. Simple animations like button hovers takes 1 to 2 seconds to reach their steady state. Resizing the window feels like I'm back on Windows XP. Even the native window decorations don't respond properly. All of those simple actions are using 100% of a core. Even if some of this stuff should clearly be offloaded to the GPU, hovering a button should not be using that much resources. I can run a browser without hardware acceleration and watch videos with a better frame-rate so it's clear that there's something more involved going on here. If this helps, I don't just get stalls; I get actual seg faults in libwebkit2gtk. If you have a way for me to share the coredump privately, I don't mind sending it over. * Here's my setup to give you some context
OS Garuda Linux x86_64 DE KDE Plasma 6.2.4 PC Desktop |
Describe the bug
When attempting to view the logs for any of the mod profiles, the app will freeze and refuse to close unless killed.
Steps to reproduce
System information
Linux (Pop!_OS 22.04)
The text was updated successfully, but these errors were encountered: