find_forwarded_export module not found

Questions about Wine on Linux
Locked
ToddAndMargo2
Level 3
Level 3
Posts: 96
Joined: Thu Aug 21, 2014 6:40 pm

find_forwarded_export module not found

Post by ToddAndMargo2 »

WineHQ-Stable 10.0

What does this start up error mean?

01e4:err:module:find_forwarded_export module not found for forward 'krnl386.exe16.SUnMapLS_IP_EBP_24' used by L"C:\\windows\\system32\\kernel32.dll"
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: find_forwarded_export module not found

Post by dimesio »

I think it means the app you are trying to run is 16 bit, or at least has some 16 bit parts. The new WoW64 cannot run 16 bit programs.

I see from your other posts that you are having trouble installing the distro Wine packages. If you can't work that out, your alternative is to simply build 32 bit Wine yourself. You could still install our (or the distro) packages for any 64 bit apps you may have, and run your self-built wine from the build directory for programs that need it.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: find_forwarded_export module not found

Post by dimesio »

I thought of one other thing you might try with our new WoW64 packages: install https://github.com/otya128/winevdm into the wineprefix, and set native overrides for the 16 bit dlls. I haven't tried it myself, but I have seen a report that it works.
Locked