dnsapi.dll not found

Questions about Wine on Linux
Post Reply
mataratones
Newbie
Newbie
Posts: 1
Joined: Thu May 01, 2025 5:53 pm

dnsapi.dll not found

Post by mataratones »

This feels like a dumb question, but I'm seeing this error when running several Windows applications. I have tried changing the default so that it uses native, then built-in, or the reverse, with no success. It seems like there ought to be a way to install the downloaded dll, but I haven't seen one.

I'll just post the full error message in case this tips anyone in on the problem I'm having. You can also see the other dependency issues that I will run into once I solve this one.

Code: Select all

0054:err:module:import_dll Library dnsapi.dll (which is needed by L"C:\\windows\\system32\\iphlpapi.dll") not found
0054:err:module:import_dll Library iphlpapi.dll (which is needed by L"C:\\windows\\system32\\drivers\\ndis.sys") not found
0054:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\NDIS": c0000142
0104:err:module:import_dll Library dnsapi.dll (which is needed by L"C:\\windows\\system32\\netapi32.dll") not found
0104:err:module:import_dll Library dnsapi.dll (which is needed by L"C:\\windows\\system32\\iphlpapi.dll") not found
0104:err:module:import_dll Library iphlpapi.dll (which is needed by L"C:\\windows\\system32\\netapi32.dll") not found
0104:err:module:import_dll Library netapi32.dll (which is needed by L"c:\\windows\\profiles\\dcroxton\\Temp\\is-BQS7D.tmp\\yWriter7Full.tmp") not found
0104:err:module:loader_init Importing dlls for L"c:\\windows\\profiles\\dcroxton\\Temp\\is-BQS7D.tmp\\yWriter7Full.tmp" failed, status c0000135
Post Reply