Ascension

    Ascension Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Wow stuck to Authentication Successful prompt. Ubuntu

    Technical Support
    3
    14
    509
    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.
    • S
      Synchronize @Chielus last edited by

      @Chielus Hello,

      Thanks for your help.

      So I've ran all the commands from this link:

      https://ascension.gg/download/unix

      Also have tried to run wow with the command you mentioned and have the same issue. The errors that are generated are looking like this:

      0047:err:ntdll:RtlpWaitForCriticalSection section 0x7be9e150 "loader.c: loader_section" wait timed out in thread 0047, blocked by 0009, retrying (60 sec)
      0048:err:ntdll:RtlpWaitForCriticalSection section 0x7be9e150 "loader.c: loader_section" wait timed out in thread 0048, blocked by 0009, retrying (60 sec)
      0036:err:ntdll:RtlpWaitForCriticalSection section 0x2397d24c "?" wait timed out in thread 0036, blocked by 0009, retrying (60 sec)

      Thanks for your help again.

      S 1 Reply Last reply Reply Quote 0
      • S
        Synchronize @Synchronize last edited by

        @Synchronize Hello,

        I have tried to run the steps again in the Setup section and have come across some errors, which I don't know if they are important or not. See below the output for the following command:

        $ winetricks win10 ie8 corefonts dotnet45 vcrun2015
        Executing mkdir -p /home/$USER/.config/projectascension
        Using winetricks 20200412 - sha256sum: 7651c93e39fcb080483c38836513bf912273a87ea97d137f6b958ed3d9628c3d with wine-5.0 (Ubuntu 5.0-3ubuntu1) and WINEARCH=win32
        Executing w_do_call win10
        Executing mkdir -p /home/$USER/.config/projectascension
        Executing load_win10 
        The operation completed successfully
        Setting Windows version to win10
        Executing wine regedit C:\windows\Temp\set-winver.reg
        ------------------------------------------------------
        Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/$USER/.config/projectascension/WoW terminate
        ------------------------------------------------------
        Executing w_do_call ie8
        Executing mkdir -p /home/$USER/.config/projectascension
        Executing load_ie8 
        Setting Windows version to winxp
        Executing wine regedit C:\windows\Temp\set-winver.reg
        ------------------------------------------------------
        Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/$USER/.config/projectascension/WoW terminate
        ------------------------------------------------------
        Using builtin override for following DLLs: iexplore.exe
        Executing wine regedit C:\windows\Temp\override-dll.reg
        Executing wine iexplore -unregserver
        Executing w_do_call msls31
        Executing mkdir -p /home/$USER/.config/projectascension
        Executing load_msls31 
        Executing cd /home/$USER/.cache/winetricks/msls31
        Downloading https://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe to /home/$USER/.cache/winetricks/msls31
        --2022-06-11 15:47:14--  https://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe
        Resolving ftp.hp.com (ftp.hp.com)... 15.73.48.54, 15.72.188.126
        Connecting to ftp.hp.com (ftp.hp.com)|15.73.48.54|:443... connected.
        ERROR: cannot verify ftp.hp.com's certificate, issued by ‘CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=US’:
          Self-signed certificate encountered.
        To connect to ftp.hp.com insecurely, use `--no-check-certificate'.
        Executing cd /home/$USER/.cache/winetricks/msls31
        Downloading https://web.archive.org/web/2000/https://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe to /home/$USER/.cache/winetricks/msls31
        --2022-06-11 15:47:15--  https://web.archive.org/web/2000/https://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe
        Resolving web.archive.org (web.archive.org)... 207.241.237.3
        Connecting to web.archive.org (web.archive.org)|207.241.237.3|:443... connected.
        ERROR: cannot verify web.archive.org's certificate, issued by ‘CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US’:
          Self-signed certificate encountered.
        To connect to web.archive.org insecurely, use `--no-check-certificate'.
        
        
        Chielus 1 Reply Last reply Reply Quote 0
        • Chielus
          Chielus @Synchronize last edited by

          @Synchronize Hey there, seems like the website hosting of the windows package files is not properly certified.

          Rerun the last command with a added parameter:

          winetricks win10 ie8 corefonts dotnet45 vcrun2015 --no-check-certificate
          

          This feedback is actually provided by the terminal itself while displaying the error. Just a quick rundown what this actually means:

          The download site, called a File Transfer Protocol server (FTP), cannot guarantee a secure connection through accepted certification, only self-made certification. Ubuntu doesn't like it when files are being downloaded via a script, through a self-certified connection. So it refuses to download and/or execute the files, unless you as a user tell it to --no-check-certificate with this download and just run everything like it was certified as Ubuntu desires.

          Bit of a mouth full, but that is about as short and accurate as I can put it.

          Give it a go 🙂

          FOSS or GTFO

          S 3 Replies Last reply Reply Quote 1
          • S
            Synchronize @Chielus last edited by Synchronize

            @Chielus Hey Chielus,

            I did that before and the error still pops up:

            [email protected]:~/.config/projectascension$ winetricks win10 ie8 corefonts dotnet45 vcrun2015 --no-check-certificate
            Executing mkdir -p /home/$USER/.config/projectascension
            Using winetricks 20200412 - sha256sum: 7651c93e39fcb080483c38836513bf912273a87ea97d137f6b958ed3d9628c3d with wine-5.0 (Ubuntu 5.0-3ubuntu1) and WINEARCH=win32
            Executing w_do_call win10
            Executing mkdir -p /home/$USER/.config/projectascension
            Executing load_win10 
            The operation completed successfully
            Setting Windows version to win10
            Executing wine regedit C:\windows\Temp\set-winver.reg
            ------------------------------------------------------
            Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/$USER/.config/projectascension/WoW terminate
            ------------------------------------------------------
            Executing w_do_call ie8
            Executing mkdir -p /home/$USER/.config/projectascension
            Executing load_ie8 
            Setting Windows version to winxp
            Executing wine regedit C:\windows\Temp\set-winver.reg
            ------------------------------------------------------
            Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/$USER/.config/projectascension/WoW terminate
            ------------------------------------------------------
            Using builtin override for following DLLs: iexplore.exe
            Executing wine regedit C:\windows\Temp\override-dll.reg
            Executing wine iexplore -unregserver
            Executing w_do_call msls31
            Executing mkdir -p /home/$USER/.config/projectascension
            Executing load_msls31 
            Executing cd /home/$USER/.cache/winetricks/msls31
            Downloading https://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe to /home/$USER/.cache/winetricks/msls31
            --2022-06-11 20:42:36--  https://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe
            Resolving ftp.hp.com (ftp.hp.com)... 15.72.188.129, 15.73.48.57
            Connecting to ftp.hp.com (ftp.hp.com)|15.72.188.129|:443... connected.
            ERROR: cannot verify ftp.hp.com's certificate, issued by ‘CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=US’:
              Self-signed certificate encountered.
            To connect to ftp.hp.com insecurely, use `--no-check-certificate'.
            Executing cd /home/$USER/.cache/winetricks/msls31
            Downloading https://web.archive.org/web/2000/https://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe to /home/$USER/.cache/winetricks/msls31
            --2022-06-11 20:42:37--  https://web.archive.org/web/2000/https://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe
            Resolving web.archive.org (web.archive.org)... 207.241.237.3
            Connecting to web.archive.org (web.archive.org)|207.241.237.3|:443... connected.
            ERROR: cannot verify web.archive.org's certificate, issued by ‘CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US’:
              Self-signed certificate encountered.
            To connect to web.archive.org insecurely, use `--no-check-certificate'.
            ------------------------------------------------------
            Downloading https://web.archive.org/web/2000/https://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe failed
            
            

            I ve tried to open up the game again but same problem. I will reinstall the game and see if that helps since opening and connecting to the server works with no problems, it's sjust when entering the character page to create a new one that freezes.

            Searched the error up and found this https://github.com/Winetricks/winetricks/issues/621

            Could be something related to my ISP. However, I do have 2 VPN that I have tried and I still get the same error. The solution provided to update ca certificates in that thread did not help either.

            Thanks.

            1 Reply Last reply Reply Quote 1
            • S
              Synchronize @Chielus last edited by

              @Chielus Hi again,

              So I've downloaded another 3.3.5a client and basically used the launcher for that wow folder. Still have the same problem.

              Do you have any thoughts ?

              Thanks!

              1 Reply Last reply Reply Quote 0
              • S
                Synchronize @Chielus last edited by

                @Chielus Looks like I get this error when I try to run the normal command without the script in terminal:

                /.cache/winetricks/msls31$ wget https://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe --no-check-certificate
                --2022-06-11 21:15:12--  https://ftp.hp.com/pub/softlib/software/msi/InstMsiW.exe
                Resolving ftp.hp.com (ftp.hp.com)... 15.73.208.133, 15.72.236.26
                Connecting to ftp.hp.com (ftp.hp.com)|15.73.208.133|:443... connected.
                WARNING: cannot verify ftp.hp.com's certificate, issued by ‘CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=US’:
                  Self-signed certificate encountered.
                HTTP request sent, awaiting response... 301 Moved Permanently
                Location: https://ftp.ext.hp.com/pub/softlib/software/msi/InstMsiW.exe [following]
                --2022-06-11 21:15:14--  https://ftp.ext.hp.com/pub/softlib/software/msi/InstMsiW.exe
                Resolving ftp.ext.hp.com (ftp.ext.hp.com)... 8.238.0.120
                Connecting to ftp.ext.hp.com (ftp.ext.hp.com)|8.238.0.120|:443... connected.
                WARNING: cannot verify ftp.ext.hp.com's certificate, issued by ‘CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1,O=DigiCert Inc,C=US’:
                  Unable to locally verify the issuer's authority.
                HTTP request sent, awaiting response... 404 Not Found
                2022-06-11 21:15:14 ERROR 404: Not Found.
                
                
                Chielus 1 Reply Last reply Reply Quote 0
                • Chielus
                  Chielus @Synchronize last edited by

                  @Synchronize

                  This is a jank fix, but it's a fix.

                  Use this wget command to download the file, put it in the right folder that the scripts expects and run it again. It should skip cause "already downloaded" and just execute it.

                  wget https://web.archive.org/web/20160710055851/https://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe
                  

                  Again, it's jank, but it's a short-term fix. Am in contact with winetricks team and have send them this issue, I have the same issue on my isp, through onion network and vpn.

                  Hope it helps.

                  FOSS or GTFO

                  S 2 Replies Last reply Reply Quote 1
                  • S
                    Synchronize @Chielus last edited by Synchronize

                    @Chielus

                    Hello again,

                    I have done that successfully. Now it asks for another file. Please check below:

                    Executing mkdir -p /home/$USER/.config/projectascension
                    msls31 already installed, skipping
                    Using native,builtin override for following DLLs: ieframe ieproxy itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon wininet xmllite
                    Executing wine regedit C:\windows\Temp\override-dll.reg
                    Using native override for following DLLs: iexplore.exe
                    Executing wine regedit C:\windows\Temp\override-dll.reg
                    Using builtin override for following DLLs: updspapi
                    Executing wine regedit C:\windows\Temp\override-dll.reg
                    Executing cd /home/$USER/.cache/winetricks/ie8
                    Downloading https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat to /home/$USER/.cache/winetricks/ie8
                    --2022-06-11 21:45:53--  https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat
                    Resolving github.com (github.com)... 140.82.121.4
                    Connecting to github.com (github.com)|140.82.121.4|:443... connected.
                    ERROR: cannot verify github.com's certificate, issued by ‘CN=DigiCert TLS Hybrid ECC SHA384 2020 CA1,O=DigiCert Inc,C=US’:
                      Unable to locally verify the issuer's authority.
                    To connect to github.com insecurely, use `--no-check-certificate'.
                    Executing cd /home/$USER/.cache/winetricks/ie8
                    Downloading https://web.archive.org/web/2000/https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat to /home/$USER/.cache/winetricks/ie8
                    --2022-06-11 21:45:54--  https://web.archive.org/web/2000/https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat
                    Resolving web.archive.org (web.archive.org)... 207.241.237.3
                    Connecting to web.archive.org (web.archive.org)|207.241.237.3|:443... connected.
                    ERROR: cannot verify web.archive.org's certificate, issued by ‘CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US’:
                      Self-signed certificate encountered.
                    To connect to web.archive.org insecurely, use `--no-check-certificate'.
                    ------------------------------------------------------
                    Downloading https://web.archive.org/web/2000/https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat failed
                    
                    

                    Would you mind doing the same thing as you did for the first file ?

                    Thank you.

                    1 Reply Last reply Reply Quote 0
                    • S
                      Synchronize @Chielus last edited by

                      @Chielus Nevermind,

                      I've managed to go into the folder and manually run the wgets by myself. Am proceeding to finish up with the following:

                      Downloading https://mirrors.kernel.org/gentoo/distfiles/arial32.exe to /home/$USER/.cache/winetricks/corefonts
                      --2022-06-11 21:55:12--  https://mirrors.kernel.org/gentoo/distfiles/arial32.exe
                      Resolving mirrors.kernel.org (mirrors.kernel.org)... 139.178.88.99, 2604:1380:45e3:2400::1
                      Connecting to mirrors.kernel.org (mirrors.kernel.org)|139.178.88.99|:443... connected.
                      ERROR: cannot verify mirrors.kernel.org's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’:
                        Unable to locally verify the issuer's authority.
                      To connect to mirrors.kernel.org insecurely, use `--no-check-certificate'.
                      Executing cd /home/$USER/.cache/winetricks/corefonts
                      Downloading https://web.archive.org/web/2000/https://mirrors.kernel.org/gentoo/distfiles/arial32.exe to /home/$USER/.cache/winetricks/corefonts
                      --2022-06-11 21:55:12--  https://web.archive.org/web/2000/https://mirrors.kernel.org/gentoo/distfiles/arial32.exe
                      Resolving web.archive.org (web.archive.org)... 207.241.237.3
                      Connecting to web.archive.org (web.archive.org)|207.241.237.3|:443... connected.
                      ERROR: cannot verify web.archive.org's certificate, issued by ‘CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US’:
                        Self-signed certificate encountered.
                      To connect to web.archive.org insecurely, use `--no-check-certificate'.
                      ------------------------------------------------------
                      Downloading https://web.archive.org/web/2000/https://mirrors.kernel.org/gentoo/distfiles/arial32.exe failed
                      
                      
                      Chielus 1 Reply Last reply Reply Quote 0
                      • Chielus
                        Chielus @Synchronize last edited by

                        -- Solved via DM

                        FOSS or GTFO

                        1 Reply Last reply Reply Quote 0
                        • M
                          MissDemeanor last edited by

                          resurrecting this thread as it seems to apply to the Steam Deck in gaming mode, getting stick with "Authentication Successful", mouse still moves around, audio glitches/repeats, program stuck at the auth message.

                          Running in desktop mode does work perfectly, its just SD Game Mode thats an issue, im not even sure how to recover logs if any exist at all when run via game mode.

                          Anyone got past this issue? or am i stick in desktop mode, which i would prefer not to have to launch first as it makes using the controller options a royal pain in the behind.

                          1 Reply Last reply Reply Quote 0
                          • Referenced by  J Jammorvel 
                          • First post
                            Last post

                          If you are unable to sign in, please set your Display Name.

                          Tweets by Ascensionfeed
                          Powered by NodeBB | Contributors