Wine connections are timed out

Questions about Wine on Linux
Locked
pacable
Newbie
Newbie
Posts: 1
Joined: Sat May 06, 2023 5:28 pm

Wine connections are timed out

Post by pacable »

I have recently encountered a problem: every app that I use can't access the internet. I have tried using `ping` to popular websites and it tells me that all connections are getting timed out:

Code: Select all

Pinging google.com [64.233.161.101] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 64.233.161.101
        Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
I am using Wine-6.0.3 (Ubuntu 6.0.3~repack-1)(It is a current stable version).
How do I fix this problem?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine connections are timed out

Post by dimesio »

pacable wrote: Sat May 06, 2023 5:32 pm I am using Wine-6.0.3 (Ubuntu 6.0.3~repack-1)(It is a current stable version).
The current stable Wine version is 8.0.1; try upgrading. https://wiki.winehq.org/Ubuntu
Locked