• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    Opera-stable 102.0.4880.16 gets stuck on launch

    Opera for Linux
    5
    36
    14856
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • vbnvbn
      vbnvbn last edited by

      Upgrading to opera-stable 102.0.4880.46 is not yet resolving the issue.

      Reply Quote 0
        1 Reply Last reply
      • vbnvbn
        vbnvbn last edited by

        102.0.4880.51 also doesn't work for me.

        Reply Quote 0
          1 Reply Last reply
        • vbnvbn
          vbnvbn last edited by

          same with 102.0.4880.56

          Reply Quote 0
            1 Reply Last reply
          • ondrejbenus
            ondrejbenus last edited by

            issue persists with 102.0.4880.70

            Reply Quote 0
              1 Reply Last reply
            • vbnvbn
              vbnvbn last edited by

              I don't know exactly where the issue comes from but now microsoft edge also gets stuck at launch in exactly the same way giving the same error output as opera in terminal.

              Reply Quote 1
                1 Reply Last reply
              • myswtest
                myswtest last edited by

                There are times when it seems all chromium-based browsers , when updated, render nothing, i.e., there is nothing shown in its window.

                THIS IS the solution that works for everyone - keep in mind, this might NOT be the solution for your problem, but doing this will do no harm.

                Open a command line window and execute this command

                find ~/ -type d -name GPUCache
                

                The list of files you see are simply cached data, that really doesn't matter ... however, for whatever reason, between version upgrades, they are corrupted.

                So the easiest solution is to delete those - as I wrote, removing will do no harm. The following Linux command will delete all those , but if you prefer, rename that sub-directory to "GPUCache-backup" if you prefer

                Reminder - this might be a long-shot solution for you, but it will not cause any issues - run this to clear:

                find ~/ -type d -name GPUCache -exec rm -rf {} +
                

                Hope it helps !

                Reply Quote 0
                  vbnvbn 1 Reply Last reply
                • vbnvbn
                  vbnvbn @myswtest last edited by

                  @myswtest said in Opera-stable 102.0.4880.16 gets stuck on launch:

                  There are times when it seems all chromium-based browsers , when updated, render nothing, i.e., there is nothing shown in its window.

                  THIS IS the solution that works for everyone - keep in mind, this might NOT be the solution for your problem, but doing this will do no harm.

                  Open a command line window and execute this command

                  find ~/ -type d -name GPUCache
                  

                  The list of files you see are simply cached data, that really doesn't matter ... however, for whatever reason, between version upgrades, they are corrupted.

                  So the easiest solution is to delete those - as I wrote, removing will do no harm. The following Linux command will delete all those , but if you prefer, rename that sub-directory to "GPUCache-backup" if you prefer

                  Reminder - this might be a long-shot solution for you, but it will not cause any issues - run this to clear:

                  find ~/ -type d -name GPUCache -exec rm -rf {} +
                  

                  Hope it helps !

                  It doesn't work in our case because the issue is related to a basal incompatibility between the modern chromium-based browsers' GUI and GLib-GObject library in Debian 11 LXQt.

                  Reply Quote 0
                    pindos myswtest 2 Replies Last reply
                  • vbnvbn
                    vbnvbn last edited by

                    Same old story with 103.0.4928.16 too.

                    Reply Quote 0
                      1 Reply Last reply
                    • pindos
                      pindos @vbnvbn last edited by

                      @vbnvbn said in Opera-stable 102.0.4880.16 gets stuck on launch:

                      the issue is related to a basal incompatibility between the modern chromium-based browsers' GUI and GLib-GObject library in Debian 11 LXQt.

                      Maybe you have to inform the developers of LXQt-environment about this bug? The latest version of Opera works fine on Debian 11.7.

                      Reply Quote 0
                        1 Reply Last reply
                      • myswtest
                        myswtest @vbnvbn last edited by myswtest

                        @vbnvbn said in Opera-stable 102.0.4880.16 gets stuck on launch:

                        It doesn't work in our case because the issue is related to a basal incompatibility between the modern chromium-based browsers' GUI and GLib-GObject library in Debian 11 LXQt.

                        So, it works using Cinnamon (mentioned by @pindos) on Debian. (and my environment: Tumbleweed using KDE Plasma).

                        But I agree, seems an obvious issue with this particular LXQT implementation on Debian, especially since other Chromium based browsers are affected.

                        A quick test would be to login using another DM, then launch Opera.

                        Reply Quote 0
                          1 Reply Last reply
                        • ondrejbenus
                          ondrejbenus last edited by

                          Backlinking the issue on another forum with workaround that worked for me (disabling Qt) https://forum.artixlinux.org/index.php/topic,5847.0.html

                          Reply Quote 0
                            myswtest vbnvbn 2 Replies Last reply
                          • myswtest
                            myswtest @ondrejbenus last edited by leocg

                            @ondrejbenus said in Opera-stable 102.0.4880.16 gets stuck on launch:

                            Backlinking the issue on another forum with workaround that worked for me (disabling Qt) https://forum.artixlinux.org/index.php/topic,5847.0.html

                            So as with this - add this to the launch settings (?):

                            --disable-features=AllowQt
                            

                            I read thru that thread - that's an easy fix, but I read others found more involved fixes.

                            And I see the issue is reported by a number of LXQT users, but one instance of KDE.

                            Some folks solved it by running XFCE (mostly as a test, which I suggested),

                            It appears to be an issue with QT, so yea, folks who use LXQT will mostly be affected. (though some did a workaround with gtk settings).

                            So Not an Opera issue, as the OP alludes to.

                            Reply Quote 0
                              1 Reply Last reply
                            • vbnvbn
                              vbnvbn @ondrejbenus last edited by

                              @ondrejbenus said in Opera-stable 102.0.4880.16 gets stuck on launch:

                              Backlinking the issue on another forum with workaround that worked for me (disabling Qt) https://forum.artixlinux.org/index.php/topic,5847.0.html

                              Finally, that works for me - now opera runs on my devices with Debian LXQt again. Thanks for the reference.

                              Unfortunately, the latest version 104.0.4944.33 is bad - it runs very slowly.

                              Reply Quote 0
                                vbnvbn 1 Reply Last reply
                              • vbnvbn
                                vbnvbn @vbnvbn last edited by vbnvbn

                                @vbnvbn said in Opera-stable 102.0.4880.16 gets stuck on launch:

                                Unfortunately, the latest version 104.0.4944.33 is bad - it runs very slowly.

                                Excuse me - i apologize. Actually 104.0.4944.33 works even better than 104.0.4944.28 - the issue turns out to be in the graphics drivers on one of the devices. Now everything works fine after a reinstallation.

                                Reply Quote 0
                                  1 Reply Last reply
                                • Locked by  leocg leocg 
                                • First post
                                  Last post

                                Computer browsers

                                • Opera for Windows
                                • Opera for Mac
                                • Opera for Linux
                                • Opera beta version
                                • Opera USB

                                Mobile browsers

                                • Opera for Android
                                • Opera Mini
                                • Opera Touch
                                • Opera for basic phones

                                • Add-ons
                                • Opera account
                                • Wallpapers
                                • Opera Ads

                                • Help & support
                                • Opera blogs
                                • Opera forums
                                • Dev.Opera

                                • Security
                                • Privacy
                                • Cookies Policy
                                • EULA
                                • Terms of Service

                                • About Opera
                                • Press info
                                • Jobs
                                • Investors
                                • Become a partner
                                • Contact us

                                Follow Opera

                                • Opera - Facebook
                                • Opera - Twitter
                                • Opera - YouTube
                                • Opera - LinkedIn
                                • Opera - Instagram

                                © Opera Software 1995-