14 Jun
2022
14 Jun
'22
7:12 p.m.
Fixes SCP: Secret Laboratory crash on launch after recent game update. Windows normally returns some entries even if there is no active network connection. I however was able to test no data case on the up to date Windows 10 by disabling all the network adapters and clearing arp cache with 'arp -d *'. So GetIpNetTable() returns ERROR_INSUFFICIENT_BUFFER when called without buffer (first time in test) with some excessive buffer size. But then when called with the buffer it returns ERROR_NO_DATA and sets number of entries in the table to 0. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/245