https://bugs.winehq.org/show_bug.cgi?id=53735
Bug ID: 53735 Summary: Battle.net does not log in, shows error log, in Bottles Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: richardjecooke@pm.me Distribution: ---
Created attachment 73172 --> https://bugs.winehq.org/attachment.cgi?id=73172 error log
See attachment
https://bugs.winehq.org/show_bug.cgi?id=53735
richardjecooke@pm.me changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |richardjecooke@pm.me
https://bugs.winehq.org/show_bug.cgi?id=53735
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zeb Figura z.figura12@gmail.com ---
Wine build: wine-7.0.r0.g2fc92f8b ( TkG Staging )
Out-of-tree patches are not supported in this bug tracker; please test with upstream wine or report bugs to the TkG project.
https://bugs.winehq.org/show_bug.cgi?id=53735
--- Comment #2 from richardjecooke@pm.me --- I'm sorry I don't understand what you said
https://bugs.winehq.org/show_bug.cgi?id=53735
Sveinar Søpler cybermax@dexter.no changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cybermax@dexter.no
--- Comment #3 from Sveinar Søpler cybermax@dexter.no --- (In reply to richardjecooke from comment #2)
I'm sorry I don't understand what you said
It means you have to use wine installed from: https://wiki.winehq.org/Download.
If you compile wine yourself you should be using source found at https://gitlab.winehq.org/wine/wine + (if used) staging from https://github.com/wine-staging/wine-staging
Reason: Wine developers do not have the full overview of custom patches used in other wine variants like TkG, GE or Steam and so on.
https://bugs.winehq.org/show_bug.cgi?id=53735
PeterG peter.g.anderson@live.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |peter.g.anderson@live.co.uk
--- Comment #4 from PeterG peter.g.anderson@live.co.uk --- I had a similar problem on Arch linux using standard wine from the main repo. I found that by installing lib32-libpulse and lib32-alsa-libs that battle.net would successfully log in again.
https://bugs.winehq.org/show_bug.cgi?id=53735
--- Comment #5 from richardjecooke@pm.me --- Thank you Peter, I tried `sudo apt install lib32-libpulse lib32-alsa-libs` but they aren't found. Do you know where I could get them?
https://bugs.winehq.org/show_bug.cgi?id=53735
--- Comment #6 from PeterG peter.g.anderson@live.co.uk --- I see you are using a Debian / Ubuntu variant so they won't be called lib32-xxxx as that is the Arch naming convention. Try the following:
sudo dpkg --add-architecture i386 sudo apt update sudo apt install libpulse0:i386
Not sure what the lib32-alsa-libs equivalent is using apt but just the libpulse0:i386 may do the trick.
It may be libasound2:i386 but I can't be sure.