[Bug 59882] New: AIMP can no longer reach network
http://bugs.winehq.org/show_bug.cgi?id=59882 Bug ID: 59882 Summary: AIMP can no longer reach network Product: Wine Version: 11.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: romanio412@gmail.com Distribution: --- After upgrading from 11.8 to 11.1 today, I noticed that AIMP player can no longer reach internet. It is unable to send scrobbles to Last.fm and ListenBrainz. It is also unable to fetch the currently playing track information from Last.fm The error log for the scrobbler shows this: ``` method=track.getInfo&track=Otkrovenie&artist=Hopler Route&autocorrect=1&username=[redacted]&api_key=[redacted] Main 2026.06.17 12:37:53.663 D/Scrobbler: Last.fm: Error: -1 Internal connection error (HttpSendRequest failed. Ensure that TLS 1.2/1.3 are switched on) method=artist.getinfo&api_key=[redacted]&artist=Hopler Route&username=[redacted]&autocorrect=1 Main 2026.06.17 12:38:41.285 D/Scrobbler: Error: -1 Internal connection error (HttpSendRequest failed. Ensure that TLS 1.2/1.3 are switched on) method=user.getInfo&api_key=[redacted]&sk=[redacted] Main 2026.06.17 12:41:31.008 D/Scrobbler: Error: 12029. HttpSendRequest failed. Maybe a certificate issue. Ensure that TLS 1.2/1.3 are switched on method=user.getInfo&api_key=[redacted]&sk=[redacted] Main 2026.06.17 12:41:34.593 D/Scrobbler: Last.fm: Error: 12029. HttpSendRequest failed. Maybe a certificate issue. Ensure that TLS 1.2/1.3 are switched on method=track.getInfo&track=Stranstvie&artist=Hopler Route&autocorrect=1&username=[redacted]&api_key=[redacted] Main 2026.06.17 12:41:54.565 D/Scrobbler: Last.fm: Error: 12029. HttpSendRequest failed. Maybe a certificate issue. Ensure that TLS 1.2/1.3 are switched on method=artist.getinfo&api_key=[redacted]&artist=Hopler Route&username=[redacted]&autocorrect=1 Main 2026.06.17 12:42:44.249 D/Scrobbler: Error: 12029. HttpSendRequest failed. Maybe a certificate issue. Ensure that TLS 1.2/1.3 are switched on method=user.getInfo&api_key=[redacted]&sk=[redacted] Main 2026.06.17 12:42:45.259 D/Scrobbler: Last.fm: Error: 12029. HttpSendRequest failed. Maybe a certificate issue. Ensure that TLS 1.2/1.3 are switched on method=track.getInfo&track=Stranstvie&artist=Hopler Route&autocorrect=1&username=[redacted]&api_key=[redacted] Main 2026.06.17 12:42:52.950 D/Scrobbler: Last.fm: Error: 12029. HttpSendRequest failed. Maybe a certificate issue. Ensure that TLS 1.2/1.3 are switched on method=artist.getinfo&api_key=[redacted]&artist=Hopler Route&username=[redacted]&autocorrect=1 ``` the wine stdout reports: ``` 0160:err:wininet:open_http_connection create_netconn failed: 12029 0170:err:wininet:open_http_connection create_netconn failed: 12029 0164:err:wininet:open_http_connection create_netconn failed: 12029 016c:err:wininet:open_http_connection create_netconn failed: 12029 019c:err:wininet:open_http_connection create_netconn failed: 12029 0164:err:wininet:open_http_connection create_netconn failed: 12029 0160:err:wininet:open_http_connection create_netconn failed: 12029 016c:err:wininet:open_http_connection create_netconn failed: 12029 ``` -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59882 --- Comment #1 from romanio412@gmail.com --- * to 11.11 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59882 --- Comment #2 from romanio412@gmail.com --- Hmm, strange, rebooting the PC has made the issue go away. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59882 Austin English <austinenglish@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #3 from Austin English <austinenglish@gmail.com> --- (In reply to romanio412 from comment #2)
Hmm, strange, rebooting the PC has made the issue go away.
Marking invalid. If you can figure out to reproduce it reliably, feel to reopen. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59882 --- Comment #4 from romanio412@gmail.com --- I have absolutely no idea how to reproduce it. But today as I was listening to music and switched from one album to the other it stopped working again. This seems to be some kind of persistent state: no matter what I do it won't regain access to the internet. Only rebooting the system helps. I tried killing all *.exe processes (there's quite a number of them left even after the player is closed), but no help. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59882 romanio412@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |--- --- Comment #5 from romanio412@gmail.com --- reopn -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59882 --- Comment #6 from romanio412@gmail.com --- It happened again and the reboot didn't help this time. I dug deeper, it turns out none of the wine apps have access to the internet. ``` wine iexplore http://www.winehq.org wine iexplore https://google.com ``` None of the sites loaded. Then I tried to test it with a clean prefix: ``` export WINEPREFIX="$HOME/.wine-test-net" wineboot -u WINEDEBUG=+seh,+wininet,+winsock,+server \ wine iexplore https://www.google.com/ &> /tmp/wine-iexplore-net.log ``` This time both AIMP and iexplore worked. I closed this terminal session and opened AIMP with the old default prefix, and the network access suddenly came back. Will keep monitoring it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59882 --- Comment #7 from romanio412@gmail.com --- I'm not quite sure about reproduction steps on another machine, but on my machine it is reproduced every single time. In fact, I cannot even get out of this state anymore. Rebooting doesn't help and I am not ready to reset my wine prefix since I have all my configurations there. I'm happy to do any troubleshooting needed, but I don't know wine internals very much so you will have to tell me what to do. I have read the changelogs and it seems v11.11 had changed the crypto internals: it now bundles SymCrypt as a replacement for TomCrypt. Could this be the cause? Is there a flag that allows to switch to the old crypto and test it? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla