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.