https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #6 from Zebediah Figura z.figura12@gmail.com --- Where are you getting your wine build from?
How exactly are you generating a fresh prefix? Just running `wineboot` isn't enough. In particular I suspect that you have set those DLLs to native-only, in order to use DXVK. That prevents the built-in DLLs from loading.
To properly create a new prefix, you need to either delete your current prefix (probably at ~/.wine; note that this will delete any data stored in the prefix), or set the environment variable WINEPREFIX to a new directory.