https://bugs.winehq.org/show_bug.cgi?id=54336
--- Comment #11 from Eric Pouech eric.pouech@gmail.com --- (In reply to formigoni from comment #10)
(In reply to formigoni from comment #9)
Sorry for not being clear. When I mentioned ubuntu 22.04, I mean it + the PPA offered by winehq here: https://wiki.winehq.org/Ubuntu, the binary produces an unrelated issue shown by the output in the build execution log attachment.
Errata:
Sorry for not being clear. When I mentioned ubuntu 22.04, I mean it + the PPA offered by winehq here: https://wiki.winehq.org/Ubuntu. The binary compiled from the dockerfile produces an unrelated issue shown by the output in the build execution log attachment.
the following line in #4 ``` 0144:err:environ:init_peb starting L"Z:\home\ruan\Downloads\npp.8.4.8.Installer.exe" in experimental wow64 mode ``` can only be generated by a build configuration which is not what's shown in #8
in more details: #8 is built with two build trees (win64 and win32)
the line gotten from #4 shows a multi-arch build, triggered by something like ``` configure --enable-archs=x86_64,i386 ```
and from #9: can you confirm you're testing the same package under the various ubuntu versions?
(for the record I'm running here on Fedora 37 + glibc.i686 2.36-9.fc37
& glibc.x86_64 2.36-9.fc37 - locally compiled)
Also from #1, you seem to imply that installing glibc.i686 makes it work. Is this the case ?
TIA