• 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

    Last Opera update crashed pages.

    Opera for Linux
    7
    18
    5129
    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.
    • myswtest
      myswtest @exoplanet last edited by

      @exoplanet

      Besides the broken release (i'm currently running 99.0.4788.31 on openSuse Tumbleweed), my perception of this forum is it's "user to user" based, with zero Opera techies participating.

      The best thing folks can do at this point is tap the Opera menu icon (upper left on my version), then Help -> Report An Issue.

      There's also an Update And Recovery option.

      Personally, and my experience shows it's better (vs Recovery) to
      a) stop Opera
      b) rename the:
      /home/<your username>/.config/<name of opera install>
      (Example: /home/myuser/.config/opera)
      to something like:
      /home/<your username>/.config/<name of opera install>-backup
      (Example: /home/myuser/.config/opera-backup)
      c) start Opera

      ... if it's still broken, it's an Opera issue, and your "saved off" profile is waiting to be used again. So wait for next Upgrade, or downgrade to the working version ... then rename the current
      /home/<your username>/.config/<name of opera install>-backup
      ... back to
      /home/<your username>/.config/<name of opera install>

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

        @myswtest I clean all the directories and reinstalled the last opera version and the issue not resolved. I tried install a older version in major release 99.xxx and have the same problem.

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

          @valdineidossantos

          So, your newest is Version:99.0.4788.65
          No sure the version you reverted back to (?)

          For comparison, I'm currently on 99.0.4788.31 (laptop now - not sure about my desktops) and all works fine.

          Reply Quote 0
            exoplanet valdineidossantos 2 Replies Last reply
          • exoplanet
            exoplanet @myswtest last edited by

            @myswtest I am now using Opera developer version because regular Opera is unusable

            Reply Quote 2
              1 Reply Last reply
            • valdineidossantos
              valdineidossantos @myswtest last edited by

              @myswtest all opera versions
              here
              I tried install the first version in this major release 99.xxxx
              https://get.geo.opera.com/pub/opera/desktop/99.0.4788.13/

              But no success

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

                Opera 99 seems to be incompatible with latest libffmpeg.so (0.77.0)
                If you're using https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine simply re-run "fix-opera" in console

                I'll republish 0.77 after opera 100 release, so do not install it immediately after release, better wait day or two.

                Reply Quote 2
                  pindos arieljuod valdineidossantos 3 Replies Last reply
                • pindos
                  pindos @styen last edited by

                  @styen Yes, I noticed this some days ago after the new libffmpeg.so (0.77.0) was published. So, I rolled back to 0.76.1 version.

                  Reply Quote 0
                    1 Reply Last reply
                  • arieljuod
                    arieljuod @styen last edited by

                    @styen I ran fix-opera, this is the output:

                    $ fix-opera 
                    [sudo] contraseƱa para ariel:       
                    Getting download links...
                    Downloading files...
                    /tmp/opera-fix/ffmpeg.zip                                   100%[=========================================================================================================================================>]   4,87M  10,5MB/s    en 0,5s    
                    /tmp/opera-fix/widevine.zip                                 100%[=========================================================================================================================================>]   7,44M  10,7MB/s    en 0,7s    
                    Extracting files...
                    Removing old libraries & making directories...
                    Moving libraries to their places...
                    Removing temporary files...
                    

                    but it still fails

                    do I need to update the script before running fix-opera?

                    Reply Quote 0
                      styen 1 Reply Last reply
                    • styen
                      styen @arieljuod last edited by

                      @arieljuod only if you use old one that checks https://github.com/nwjs-ffmpeg-prebuilt/nwjs-ffmpeg-prebuilt/releases for latest ffmpeg

                      Reply Quote 0
                        arieljuod 1 Reply Last reply
                      • vi8348024
                        vi8348024 last edited by

                        I solved using the chromium-ffmpeg snap, and linking the libffmpeg.so to:

                        libffmpeg.so -> /snap/chromium-ffmpeg/current/chromium-ffmpeg-108372/chromium-ffmpeg/libffmpeg.so*

                        Reply Quote 0
                          1 Reply Last reply
                        • arieljuod
                          arieljuod @styen last edited by

                          @styen thanks! I made a PR to fix an issue I had when both opera and opera-beta are installed, but fixing that fixed the script for me and now I can use opera without crashing

                          Reply Quote 1
                            1 Reply Last reply
                          • valdineidossantos
                            valdineidossantos @styen last edited by valdineidossantos

                            @styen Nice!!!! Works for me

                            I followed dev instructions steps in this url https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine

                            Clone this repo

                            git clone https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git
                            

                            Go to the repo root folder

                            cd ./fix-opera-linux-ffmpeg-widevine
                            

                            (Optional) Run script. And if it works well go to next step.

                            sudo ./scripts/fix-opera.sh
                            

                            Run install script and answer few questions.

                            sudo ./install.sh
                            

                            Delete the repo

                            cd .. && rm -rf ./fix-opera-linux-ffmpeg-widevine
                            
                            Reply Quote 2
                              1 Reply Last reply
                            • valdineidossantos
                              valdineidossantos last edited by valdineidossantos

                              I can resolve with a @styen tip

                              First go to https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine this git project has a step by step to solution ( worked for me)

                              1 - Clone this repo

                              git clone https://github.com/Ld-Hagen/fix-opera-linux-ffmpeg-widevine.git
                              

                              2 - Go to the repo root folder

                              cd ./fix-opera-linux-ffmpeg-widevine
                              

                              3 - (Optional) Run script. And if it works well go to next step.

                              sudo ./scripts/fix-opera.sh
                              

                              4 - Run install script and answer few questions.

                              sudo ./install.sh
                              

                              5 - Delete the repo

                              cd .. && rm -rf ./fix-opera-linux-ffmpeg-widevine
                              

                              Screen shots
                              WhatsApp

                              92b42f7f-4412-40e7-8f9d-d35c40c0396c-image.png

                              Google Calendar
                              15641c8c-1dc4-418b-8043-4f65a19de9c5-image.png

                              Reply Quote 0
                                1 Reply Last reply
                              • Referenced by  valdineidossantos valdineidossantos 
                              • Referenced by  valdineidossantos valdineidossantos 
                              • styen
                                styen last edited by

                                Just updated to Opera 100. Works fine with libffmpeg v.0.77.0

                                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-