https://bugs.winehq.org/show_bug.cgi?id=52643
Bug ID: 52643
Summary: 0024:err:module:import_dll Library api-ms-*
Product: Wine
Version: 7.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: enni(a)telsh.de
Distribution: ---
Hi,
starting with the WINE update to 7.3 on my Manjaro distro the game "Titan
Quest" does not work anymore.
Though it crashed before the update sometimes after playing ~30 minutes, after
the update it crashed immediately when I opened the character inventory or
waited for a couple of minutes.
As I thought this might be related to something I have done or set in the
application, I deleted the whole WINEPREFIX folder and created it again plus
running "winecfg" once to update the data that is needed in the folder (without
changing anything manually).
Codewise it looks like:
$ cd $WINEPREFIX && cd ..
$ rm -rf TitanQuest
$ mkdir TitanQuest
$ winecfg
Then I did a couple of tests to get the game running again:
1) Install the game and let it install its libs and dependencies -> Game does
not start at all (as expected as fonts, codecs, etc are missing)
2) Install corefonts+tahoma, dsound and l3codecx with winetricks -> Game does
not start with "api-ms-* libraries not found"
3) Install vcrun2019 -> same as 2)
4) Install vcrun2013 -> same as 2)
I also tried to change all the libraries from "Native" to "Builtin" with
winecfg but this does not resolve the issue.
Before the update, the libraries were in the "windows/system32" folder but
right now they are not, even if I try to reinstall/repair the vcrun* packages.
As I saw that the implementation changed, I thought it might be of value to you
to get that feedback...
And as I was not able to find some documentation in the wiki that describes my
issue or how to resolve it, I'm a bit lost on how to proceed...
Thanks alot for taking the time and please reach out in case I can test some
patch etc!
Kind regards,
enni
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.