import_dll Loading library msrpc.sys and fwpkclnt.sys

Questions about Wine on Linux
Post Reply
ardvdz
Level 1
Level 1
Posts: 7
Joined: Mon Mar 20, 2023 10:40 pm

import_dll Loading library msrpc.sys and fwpkclnt.sys

Post by ardvdz »

when i try to run an exe file i get this error:

Code: Select all

wine: Unhandled page fault on read access to 0000000000000018 at address 0000000000013A05 (thread 0054), starting debugger...
0074:err:ole:start_rpcss Failed to start RpcSs service
003c:err:service:process_send_command receiving command result timed out
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"DBUtilDrv2" failed to start: 1053
00c0:err:module:import_dll Loading library msrpc.sys (which is needed by L"C:\\windows\\system32\\fwpkclnt.sys") failed (error c000007b).
00c0:err:module:import_dll Library fwpkclnt.sys (which is needed by L"C:\\windows\\system32\\drivers\\idmwfp.sys") not found
00c0:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\IDMWFP": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"IDMWFP" failed to start: 1114
0104:fixme:wineusb:query_id Unhandled ID query type 0x5.
0064:fixme:dbghelp:elf_search_auxv can't find symbol in module
0064:fixme:dbghelp:interpret_function_table_entry unknown code 6
0148:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0148:fixme:dbghelp:elf_search_auxv can't find symbol in module
0148:fixme:ole:NdrCorrelationInitialize (00007FFFFE1F89C0, 00007FFFFE1F7E80, 2048, 0x0): semi-stub
0148:fixme:ole:NdrCorrelationFree (00007FFFFE1F89C0): stub
0148:fixme:netprofm:list_manager_GetConnectivity 00007B2AD3EB9170, 00007B2AD3EAF9A0      
how to fix these errors?
Post Reply