pkg/59819: Wine cannot find real/fake DLLs
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
>Number: 59819 >Category: pkg >Synopsis: Wine cannot find real/fake DLLs >Confidential: no >Severity: serious >Priority: medium >Responsible: pkg-manager >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Sat Dec 06 17:05:00 +0000 2025 >Originator: James Wandersee >Release: Pkgsrc 2025Q3 >Organization: N/A >Environment: NetBSD 10.1 (GENERIC) #0: [email protected]:/usr/src/sys/arch/i386/compile/GENERIC i386 >Description: When running Windows applications (not Wine's own, like winefg/notepad) Wine cannot find its core Fake DLLs (/home/user/.wine/windows/system32). The issues extends to 3rd party DLLs, as well. It appears to be a case sensitivity issue. >How-To-Repeat: Run a 3rd party application. Example: https://mutools.org/mulab-app-downloads.html (in this instance, it is the 32bit version). >Fix: A temporary fix is, renaming DLL file basenames to uppercase (extensions remain lower case). It has also be suggested that you can mount a Dos/Win32 filesystem, to the Wine prefix's drive_c folder; populating it normally, or by copying a previous installation. A more appropriate fix is required.