Missing dll for a program

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
syntaxerror
Newbie
Newbie
Posts: 1
Joined: Sun Nov 26, 2023 9:38 am

Missing dll for a program

Post by syntaxerror »

Hello!

I got a small but special program for data acquisition for Windows 10.
This program does not run:
Unhandled exception: page fault on execute access to 0x0000000000000000 in 64-bit code (0000000000000000)

That error seems to be a general error?
So I used depency walker to check for missing dlls and I found some:
dataechange.dll
clbcatq.dll
dxcore.dll

These files are present in Windows 10, but missing in wine...
abdu
Level 2
Level 2
Posts: 20
Joined: Mon Jul 05, 2021 7:43 pm

Re: Missing dll for a program

Post by abdu »

first determine surely it's 64 or 32 executable program, set WINEPREFIX corectly
eg. init the 32:
WINEPREFIX="$HOME/.wine32" WINEARCH=win32 wine wineboot

simply copy from Windows OS on its own partition to $WINEPREFIX/drive_c/windows/system32 or accordingly alike
Post Reply