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.