On Mon Dec 30 17:30:16 2024 +0000, Quinn Rafferty wrote:
> Thanks for the feedback; I'm happy I could help fix the issue for you. I
> had thought about adding my test to a previous test like in your
> example, but I wasn't sure what would be considered best practice so I
> went with the safe route. I'm open to changing the tests to what you
> suggested, it's much more concise than my solution.
> Also, thanks for adding this to the Bugzilla report. I had meant to but
> had forgotten to as I was sick all last week.
@alexhenrie is it possible to create a drive without a letter? Regarding wine supporting only drives with assigned letters, I don't think it matters that much if it turns out to be easy to return a correct path. IDrive has separate properties for paths and letters, so maybe there is a reason for that.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7060#note_91213
This allows libmono to load extra libraries (notably win-iconv) from
system_dllpath.
For example, Fedora's wine-mono is built against a shared win-iconv
installed in system_dllpath, but wine will not search there unless it's
explicitly instructed to do so since bfbccf1a038e (ntdll: Prevent
loading Wine system dependencies in place of identically named application
DLLs.).
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54573
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/7077