https://bugs.winehq.org/show_bug.cgi?id=48554
Bug ID: 48554 Summary: I can't install physx or vcrun2015 because of a fail with msiexec.exe / msi.dll Product: Wine Version: 4.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: factionacraft@gmail.com Distribution: ---
I use the 64 version because it is required by software and game that I use with wine.
Some game and soft works fine, installation of other games works fine too but I can't run it because of the dependencies that need to be installed (physx & vcrun2015).
Here you can have terminal outputs: https://pastebin.com/K6shq5mg
winetricks64 & wine64 are just aliases to respective winetricks & wine but with 64bit environment selected.
I can provide to you more logs if needed I just saw no other log files generated during the running of these commands.
https://bugs.winehq.org/show_bug.cgi?id=48554
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com ---
From the log: 0009:err:module:import_dll Loading library msi.dll (which is needed by L"C:\windows\system32\msiexec.exe") failed (error c000012f). 0009:err:module:LdrInitializeThunk Importing dlls for L"C:\windows\system32\msiexec.exe" failed, status c0000135
Something is very broken with your WINEPREFIX if msi.dll is not a valid PE file. Have you installed any other native DLLs or made any other overrides? Please also try in a clean prefix.
https://bugs.winehq.org/show_bug.cgi?id=48554
--- Comment #2 from Hideman factionacraft@gmail.com --- Definitely my prefix was broken. After a fresh configuration it works better.
Now I have different issues ... The first one is related to missing shared libraries: 0009:err:module:import_dll Library MSVCP140_APP.dll not found 0009:err:module:import_dll Library vccorlib140_app.DLL not found 0009:err:module:import_dll Library MSVCP140_APP.dll not found 0009:err:module:import_dll Library VCRUNTIME140_APP.dll not found 0009:err:module:import_dll Library CONCRT140_APP.dll not found 0009:err:module:import_dll Library api-ms-win-core-memory-l1-1-3.dll not found 0009:err:module:import_dll Library api-ms-win-core-libraryloader-l2-1-0.dll not found What should I install for solving this?
And the second is a keyboard issue that slow down the game to one frame per seconds: 006c:fixme:keyboard:X11DRV_ActivateKeyboardLayout flags 40000000 not supported 005b:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 40000000: semi-stub! What can I do for fixing this?
https://bugs.winehq.org/show_bug.cgi?id=48554
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Those are two issues, please only one per bug report.
Those dlls are probably part of the vc redist.
The slow down, dunno, does it spam the terminal? if so, try disabling the debug messages.
https://bugs.winehq.org/show_bug.cgi?id=48554
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |-unknown
https://bugs.winehq.org/show_bug.cgi?id=48554
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned?, download
--- Comment #4 from Ken Sharp imwellcushtymelike@gmail.com --- Does this still occur in Wine 9.7 or later?