http://bugs.winehq.org/show_bug.cgi?id=23344
--- Comment #4 from Jim jamesdholby@gmail.com 2010-06-23 15:54:35 --- (In reply to comment #3)
From your logs: Trying to load PE image for unsupported architecture (AMD-64) err:module:import_dll Loading library WLDAP32.dll (which is needed by L"Z:\media\MultiMedia\World of Warcraft\Battle.net.dll") failed (error c000007b).
This looks as though you're linking to the wrong ldap library. Make sure you have the 32 bit lib installed and that you're linking to it: http://wiki.winehq.org/WineOn64bit
I have the lib32-libldap 2.4.21-1 installed and I assume it's linked properly as I've been able to connect properly for the past few months.
I didn't build wine locally, I installed it via pacman on Arch and haven't ever had an issue previously.
Is there a way I can check to see if it's linked properly after install?