https://bugs.winehq.org/show_bug.cgi?id=54251
Bug ID: 54251 Summary: ipconfig /all hangs / freezes / does not exit Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mjevans1983@gmail.com Distribution: ---
Used the ArchLinux package managers to install wine-git, which made sure I had the correct build tools, git cloned, and tracked the files during install.
At least as of 2023-01-01 something's broken with networking.
My PC has two Ethernet ports on the back, and to have the option of using it as a network switch for my laptop, they're bridged. I also want my PC to have a statically leased DHCP address, so the Ethernet bridge configuration might be a little uncommon, but is not unusual and shouldn't be a problem.
It isn't a problem for ipconfig (no arguments), it isn't a problem for Linux programs, it isn't a problem for curl under wine.
It _is_ a problem for ipconfig /all and I now suspect (after /all failed) also a game I purchased during the recent sales.
$ wine-git cmd
wine: configuration in L"/home/USER/.wine" has been updated. Microsoft Windows 6.1.7601
ipconfig
0058:fixme:nsi:ipv6_forward_enumerate_all not implemented 0058:fixme:nsi:ipv6_forward_enumerate_all not implemented Ethernet adapter lo
Connection-specific DNS suffix. . : IPv6 address. . . . . . . . . . . : ::1 IPv4 address. . . . . . . . . . . : 127.0.0.1 Default gateway . . . . . . . . . :
Ethernet adapter enp8s0
Connection-specific DNS suffix. . : IPv6 address. . . . . . . . . . . : fe00::10%2 Default gateway . . . . . . . . . :
Ethernet adapter enp9s0
Connection-specific DNS suffix. . : Default gateway . . . . . . . . . :
Ethernet adapter br0
Connection-specific DNS suffix. . : IPv6 address. . . . . . . . . . . : fd00::10 IPv6 address. . . . . . . . . . . : 2000::10 IPv6 address. . . . . . . . . . . : fd00::10 IPv6 address. . . . . . . . . . . : 2000::10 IPv6 address. . . . . . . . . . . : fe00::10%4 IPv4 address. . . . . . . . . . . : 192.168.0.10 Default gateway . . . . . . . . . : 192.168.0.1
ipconfig /all
... hangs
The outputs are the same in Proton instances of wine.