Wine has no internet acces

Questions about Wine on Linux
Locked
zachism
Level 1
Level 1
Posts: 7
Joined: Thu Mar 10, 2022 2:01 pm

Wine has no internet acces

Post by zachism »

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.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine has no internet acces

Post by jkfloris »

Does a firewall block access to the Internet?
Does the built-in Wine Internet Explorer work?

Code: Select all

wine iexplore neverssl.com
Does the terminal output give you some clues why game.exe can't connect to the internet?
zachism
Level 1
Level 1
Posts: 7
Joined: Thu Mar 10, 2022 2:01 pm

Re: Wine has no internet acces

Post by zachism »

Yes that works. But when I do wine game.exe i have no internet access.
zachism
Level 1
Level 1
Posts: 7
Joined: Thu Mar 10, 2022 2:01 pm

Re: Wine has no internet acces

Post by zachism »

I don't use a firewall.
zachism
Level 1
Level 1
Posts: 7
Joined: Thu Mar 10, 2022 2:01 pm

Re: Wine has no internet acces

Post by zachism »

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.
[~]$
zachism
Level 1
Level 1
Posts: 7
Joined: Thu Mar 10, 2022 2:01 pm

Re: Wine has no internet acces

Post by zachism »

I will give it a shot and check the terminal when I run it.
zachism
Level 1
Level 1
Posts: 7
Joined: Thu Mar 10, 2022 2:01 pm

Re: Wine has no internet acces

Post by zachism »

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.
hotfrostworm
Level 2
Level 2
Posts: 15
Joined: Fri Nov 06, 2020 3:20 pm

Re: Wine has no internet acces

Post by hotfrostworm »

"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
Locked