http://bugs.winehq.org/show_bug.cgi?id=11024 --- Comment #4 from Marti Raudsepp <marti(a)juffo.org> 2008-01-04 11:39:41 --- (In reply to comment #3)
Either you are using an old prefix, or an old version wine. This fixme was fixed a few releases back.
Not according to grep, anyway. [marti(a)non]% equery list --installed wine * installed packages [I--] [ ~] app-emulation/wine-0.9.52 (0) [marti(a)non]% which wine /usr/bin/wine [marti(a)non]% /usr/bin/wine --version wine-0.9.52 [marti(a)non]% strings /usr/lib32/wine/* |grep "Could not find dependent assembly" Could not find dependent assembly %s [marti(a)non]% strings /usr/lib32/wine/* |grep "parse_depend_manifests" parse_depend_manifests [marti(a)non]% bzcat /usr/distfiles/wine-0.9.52.tar.bz2 |strings |grep "Could not find dependent assembly" FIXME( "Could not find dependent assembly %s\n", debugstr_w(acl->dependencies[i].name) ); -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.