Wine has no internet acces
Wine has no internet acces
I am trying to play a game, I run wine game.exe but wine has no internet because I do ipconfig and it times out. I have internet on my linux working fine I did an internet search and no solution works so my last ditch effort for this to work is here. I appreciate the help.
Re: Wine has no internet acces
Does a firewall block access to the Internet?
Does the built-in Wine Internet Explorer work?
Does the terminal output give you some clues why game.exe can't connect to the internet?
Does the built-in Wine Internet Explorer work?
Code: Select all
wine iexplore neverssl.com
Re: Wine has no internet acces
Yes that works. But when I do wine game.exe i have no internet access.
Re: Wine has no internet acces
I don't use a firewall.
Re: Wine has no internet acces
I get this error then it loads fine:
wine: Call from 0x7b033042 to unimplemented function ndis.sys.NdisInitializeWrapper, aborting
wine: Unimplemented function ndis.sys.NdisInitializeWrapper called at address 7B033042 (thread 0024), starting debugger...
000f:err:service:process_send_command service protocol error - failed to read pipe r = 0 count = 0!
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
[~]$
wine: Call from 0x7b033042 to unimplemented function ndis.sys.NdisInitializeWrapper, aborting
wine: Unimplemented function ndis.sys.NdisInitializeWrapper called at address 7B033042 (thread 0024), starting debugger...
000f:err:service:process_send_command service protocol error - failed to read pipe r = 0 count = 0!
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
[~]$
Re: Wine has no internet acces
I will give it a shot and check the terminal when I run it.
Re: Wine has no internet acces
When I try and login there is nothing that is outputted accept in the game it says connection failed. I think my wine may be broken, now it's having critical errors when I load any wine application. I may just have to wipe and restart from scratch. Thanks for helping.
-
- Level 2
- Posts: 15
- Joined: Fri Nov 06, 2020 3:20 pm
Re: Wine has no internet acces
"Network Driver Interface Specification"
NDIS.SYS is a legitimate system driver for Windows network interface controller. However, malware has often been disguised using this file name.
Wine comes with its own version of this system driver. You may need to check, make sure the file hasn't been replaced by its malware version.
Build a new Wine prefix and compare file sizes. You will find the ndis.sys within the prefix path; drive_c/windows/system32/drivers/ndis.sys
NDIS.SYS is a legitimate system driver for Windows network interface controller. However, malware has often been disguised using this file name.
Wine comes with its own version of this system driver. You may need to check, make sure the file hasn't been replaced by its malware version.
Build a new Wine prefix and compare file sizes. You will find the ndis.sys within the prefix path; drive_c/windows/system32/drivers/ndis.sys