On Wed, Jul 20, 2022 at 7:52 PM Jerry James <loganjerry@gmail.com> wrote:
On Wed, Jul 20, 2022 at 6:48 AM Gianluca Cecchi
<gianluca.cecchi@gmail.com> wrote:
> 0118:err:module:import_dll Library libvkd3d-shader-1.dll (which is needed by L"C:\\windows\\system32\\wined3d.dll") not found
> 0118:err:module:import_dll Library libvkd3d-1.dll (which is needed by L"C:\\windows\\system32\\wined3d.dll") not found
> 0118:err:module:import_dll Library wined3d.dll (which is needed by L"C:\\windows\\system32\\d3d9.dll") not found
> 0118:err:module:import_dll Library d3d9.dll (which is needed by L"C:\\Program Files (x86)\\Booktab\\Booktab.exe") not found
> 0118:err:module:import_dll Library libvkd3d-shader-1.dll (which is needed by L"C:\\windows\\system32\\wined3d.dll") not found
> 0118:err:module:import_dll Library libvkd3d-1.dll (which is needed by L"C:\\windows\\system32\\wined3d.dll") not found
> 0118:err:module:import_dll Library wined3d.dll (which is needed by L"C:\\windows\\system32\\DDRAW.dll") not found
> 0118:err:module:import_dll Library DDRAW.dll (which is needed by L"C:\\Program Files (x86)\\Booktab\\Booktab.exe") not found
> 0118:err:module:LdrInitializeThunk Importing dlls for L"C:\\Program Files (x86)\\Booktab\\Booktab.exe" failed, status c0000135

There was a recent wine update that split the vkd3d libraries out into
their own packages.  Do you have these versions installed?

wine-7.12-2.fc36.x86_64
mingw32-vkd3d-1.4-1.fc36.noarch


Great!
I only had wine-7.12-2.fc36.x86_64 and:

mingw32-binutils-2.37-4.fc36.x86_64
mingw32-cpp-11.2.1-5.fc36.x86_64
mingw32-crt-9.0.0-4.fc36.noarch
mingw32-filesystem-133-2.fc36.noarch
mingw32-gcc-11.2.1-5.fc36.x86_64
mingw32-headers-9.0.0-3.fc36.noarch
mingw32-lcms2-2.12-3.fc36.noarch
mingw32-libpng-1.6.37-7.fc36.noarch
mingw32-libxml2-2.9.10-11.fc36.noarch
mingw32-libxslt-1.1.35-3.fc36.noarch
mingw32-srvany-1.1-2.fc36.noarch
mingw32-wine-gecko-2.47.2-5.fc36.noarch
mingw32-win-iconv-0.0.8-7.fc36.noarch
mingw32-winpthreads-9.0.0-3.fc36.noarch
mingw32-zlib-1.2.11-7.fc36.noarch

I installed mingw32-vkd3d-1.4-1.fc36.noarch and now the application works again!

Thanks
Gianluca