http://bugs.winehq.org/show_bug.cgi?id=58690
Bug ID: 58690 Summary: fw_manager_IsPortAllowed is not implemented Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: hnetcfg Assignee: wine-bugs@winehq.org Reporter: rickshanor@gmail.com Distribution: ---
Hi,
New here. I am trying to run a windows executable under wine. I get the following error: Error in RPC::Firewall blocks events.
I ran my app with RPC logging enabled, and I found this error: fixme:hnetcfg:fw_manager_IsPortAllowed
I traced this back to dlls/hnetcfg/manager.c to confirm that the fw_manager_IsPortAllowed function is not implemented.
What is the recommended way to work around this issue? Would it be unreasonable to update that function to just return allowed = true? Is there a way to simply bypass or patch that function at runtime rather than changing wine source?
Recommendations welcome.
Thanks, Rick