native program error in every windows application

Questions about Wine on Linux
Locked
youngkaneda
Newbie
Newbie
Posts: 1
Joined: Sun Nov 08, 2020 10:21 am

native program error in every windows application

Post by youngkaneda »

I'm getting a annoying error about a native sys function in every single application I run, it doesn't prevent the application from work, but is still annoying the error log window showing every time, you guys have a clue how to fix? It was not happening before, so, my applications doesn't needed hardware drives before, this can be something with the wine version that I'm using?
this is the error:

Code: Select all

Unhandled exception: unimplemented function ndis.sys.NdisInitializeReadWriteLock called in 64-bit code (0x000000007b00fd4e).
here is a image:
Image
fargodwe

Re: native program error in every windows application

Post by fargodwe »

Do they all require network access? I only ask because I see the warning about ndis and in the searching I did online it said the they have started working on ndis with version 5.17. I don't know anything about such things so this is just what i saw on the net.
Locked