http://bugs.winehq.org/show_bug.cgi?id=59571 --- Comment #11 from Antoine Le Gonidec <accounts.winehq@vv221.fr> --- Sadly PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu does not help. Keeping in mind that even without it, all other dependencies are correctly detected. The error only happens with FreeType. I am slowly realising that old vs. new WoW64 might not actually be what I was thinking about. What I need is some build with support for WINEARCH=win32, is the "new" mode going to provide me with that? Anyway, I’m going to try and reproduce the bug with a build using --enable-archs instead of -m32, as it seems to be the best way to unblock that situation. The two extra required commits are not going to be too big of a nuisance, since you gave me their identifiers I can easily apply them on top of each step of the bisect. --- I still get the __fastfail build failure even without ccache (now in the new WoW64 mode, without any need to disable FreeType support this time), I am going to try a new test setup excluding all commits before 4d8091cccc4 like you suggested earlier. --- I hit a wall again: WINE 8.0-rc4 (+ the 2 extra commits) fails to even start the game when built with:
CFLAGS=-std=gnu99 CROSSCFLAGS=-std=gnu99 CC="ccache gcc" ./configure --verbose --disable-tests --enable-archs=x86_64,i386 && make -j6
I need to investigate a bit more, but for now either I use the time namespace with unshare described in AppDB and WINE crashes, or I do not use that namespace and all I get is a black window instead of the splash screen. -- 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.