Wine can't find dll's

Questions about Wine on Linux
Locked
evilblade
Newbie
Newbie
Posts: 3
Joined: Wed Sep 08, 2021 4:05 pm

Wine can't find dll's

Post by evilblade »

Hey folks!

I'm in desperate need of some help here.. Thing is I've just mentioned that my Wine in my old Ubuntu 18.04 was still of a 3.0 version, so I've updated it to 6.0.

But now every program I try to run with it bombards me with this messages:
...
0024:err:module:import_dll Loading library ucrtbase.dll (which is needed by L"C:\\windows\\system32\\sechost.dll") failed (error c000007b).
0024:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\system32\\user32.dll") not found
0024:err:module:import_dll Loading library ucrtbase.dll (which is needed by L"C:\\windows\\system32\\sechost.dll") failed (error c000007b).
0024:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\system32\\advapi32.dll") not found
0024:err:module:import_dll Loading library ucrtbase.dll (which is needed by L"C:\\windows\\system32\\advapi32.dll") failed (error c000007b).
0024:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\system32\\setupapi.dll") not found
...
and so on for every dll-file it needs. All dlls are still there in ~/.wine/drive_c/windows/system32 left from an old version of a Wine.

Can somebody please tell me why this new Wine doesn't see them?
evilblade
Newbie
Newbie
Posts: 3
Joined: Wed Sep 08, 2021 4:05 pm

Re: Wine can't find dll's

Post by evilblade »

UPD: Well, scratch the question. After I renamed .wine folder and installed new Wine from scratch - everything looks to be OK now.
Locked