https://bugs.winehq.org/show_bug.cgi?id=54115
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #13 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
I switched from Debian 8 to Debian 12 in July. I dual booted to Debian 12 to reproduce my building environment and assert that my Wine build was still working before completing the OS transition.
The last version I compiled on Debian 8 was Wine 8.11. I successfully compiled the same Wine 8.11 git tree with essentially identical build environment. The main difference is that on Debian 8, I had to add '-I/usr/local/lib' to the CFLAGS to use a more recent libpcap library (before that, I had to use --without-pcap). There is no need for that on Debian 12.
When I ran the newly compiled wine 8.11, I started to get the 'wine client error' message. I double-checked in Debian 8 and the error didn't show there. At that time, most of the windows applications that I was using worked fine regardless of that message and so I removed Debian 8 entirely.
On Debian 12, I tested all releases from 8.11 up to 8.14, compiled from git, and all are affected. I doubted about my new build environment so I installed the wine 8.0~repack-4 package from the Debian.org repository, it was not affected. Then I replaced it with the winehq-devel 8.14~bookworm-1 package from winehq.org and it's affected.
Regards.