Wow stuck to Authentication Successful prompt. Ubuntu
-
Hello guys,
I am new to this server as the hype on the internet is on and thought I could give it a try. Performed the steps from the main page for setup and then opened the launcher and let it download fully.
After entering the game, logged on and then chose one realm. It got stuck as it said authentication successful and wine started crashing. Tried the same thing on the other realm, and same thing. I am currently owning a gaming laptop Lenovo Ideapad Gaming 3 with Nvidia GeForce GTX 1650 , i7-10750H .
Is there anything I am doing wrong ? I have tried opening the client from the terminal with "wine Wow.exe" in its folder and I m getting an error that the client is not configured properly and should reinstall it ( possibly I'm doing it wrong since I know there's been some configuration done to the Wine at the main setup ). I am not familiar with wine that much as I used it on normal wow clients such as Cataclysm and WOTLK.
Thanks
-
@Synchronize This is the error captured in terminal related to wine:
0049:err:ntdll:RtlpWaitForCriticalSection section 0x7be9e150 "loader.c: loader_section" wait timed out in thread 0049, blocked by 002b, retrying (60 sec)
004a:err:ntdll:RtlpWaitForCriticalSection section 0x7be9e150 "loader.c: loader_section" wait timed out in thread 004a, blocked by 002b, retrying (60 sec)
0038:err:ntdll:RtlpWaitForCriticalSection section 0x2397d574 "?" wait timed out in thread 0038, blocked by 002b, retrying (60 sec) -
If you have taken all the steps, you would also have made a wineprefix for the 32bit libraries, mono and what not. If you have skipped that step, then please do so right now.
Running the game with
wine WoW.exe
won't do you any favors for 2 reasons. First up you are running a default wine session, which will cause errors. Second you are targetting wow.exe and that should be ascension.exe in this case.Adjust paths to your local install, but do me a favor and run it with this command:
WINEPREFIX=$HOME/.config/projectascension/WoW wine $HOME/location-of-gamefolder/Ascension.exe
Feel free to post the output of that command (at least last few lines like you did earlier)
Will monitor the thread for updates.
-
@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.
-
@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'.
-
@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
-
@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.
-
@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!
-
@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.
-
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.
-
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.
-
@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
-
-- Solved via DM
-
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.
-
If you are unable to sign in, please set your Display Name.