https://bugs.winehq.org/show_bug.cgi?id=50256
--- Comment #8 from parhom andriy.parhomenko@gmail.com --- (In reply to Hans Leidekker from comment #7)
Created attachment 68839 [details] debug patch
Try this one instead.
Now the printed query seems not cut off:
SELECT GUID, DeviceID FROM Win32_NetworkAdapter WHERE PhysicalAdapter = TRUE AND (PNPDeviceID LIKE "PCI\%" OR PNPDeviceID LIKE "USB\%" OR PNPDeviceID LIKE "SD \%" OR PNPDeviceID LIKE "XEN%\%" OR PNPDeviceID LIKE "VMBUS\%" OR PNPDeviceID LIKE "%BDRV\%") AND NOT ServiceName LIKE "usbrndis%"