https://bugs.winehq.org/show_bug.cgi?id=57690 --- Comment #3 from Ivan <its.kutepov(a)gmail.com> --- (In reply to Austin English from comment #2)
@Ivan, I can't reproduce this in wine-10.0-rc6 (using new wow64).
Could you give more details about your configuration that might explain the difference?
Thank you for responding. I tried to install .NET Framework 4.8 in win64 prefix. Wine built this way on debian-bookworm-based distro: ``` CONFFLAGS="--prefix=/usr --disable-tests --enable-werror --with-sdl --without-ffmpeg --without-oss --without-pcsclite --without-wayland" cd build64 ../configure $CONFFLAGS --enable-win64 make -j cd ../build32 PKG_CONFIG_PATH=/usr/lib32/i386-linux-gnu/pkgconfig ../configure $CONFFLAGS --with-wine64=../build64 make -j ``` If you need something more specific, some logs, let me know. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.