Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iconv.dll missing #1396

Open
husqar opened this issue Mar 3, 2025 · 5 comments
Open

iconv.dll missing #1396

husqar opened this issue Mar 3, 2025 · 5 comments

Comments

@husqar
Copy link

husqar commented Mar 3, 2025

Ive got the problem with any build, (Arch/Fedora) that wine64-tkg crashes with:

0024:err:module:import_dll Library iconv.dll (which is needed by L"Z:\usr\share\wine\mono\wine-mono-9.4.0\bin\libmono-2.0-x86_64.dll") not found

I'm on Fedora42.

Any clue? Is the problem on my side? I have no idea.

@Tk-Glitch
Copy link
Member

No trace of that dll in wine source nor any compiled build on my end - but seemingly no issue with mono either.
However you shouldn't need to call wine64-tkg on those distros, it should just work with wine or wine64. Might not be the issue here though.

I have found reports of the exact same issue in various places, some years ago and some more recently, on various distros and with various wine revisions, unrelated to this repo. So my guess would be it's something on your end.

@husqar
Copy link
Author

husqar commented Mar 4, 2025

libiconv is part of mingw and installed. GE-Proton works on my box, and so does wine-staging.. So I'm really out of clues.

@husqar
Copy link
Author

husqar commented Mar 4, 2025

WINEPATH=/usr/x86_64-w64-mingw32/sys-root/mingw/bin/ made it run

@Tk-Glitch
Copy link
Member

Huh.. Definitely a problem on your side. Archlinux's mingw-gcc isn't even built with --sysroot. Are you building mingw yourself?

@husqar
Copy link
Author

husqar commented Mar 4, 2025

No its just installed from the ordinary repos, albeit im on f42 which is just about to enter beta phase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants