http://bugs.winehq.org/show_bug.cgi?id=29168
Forrest Loomis cybercyst@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cybercyst@gmail.com
--- Comment #240 from Forrest Loomis cybercyst@gmail.com 2013-04-09 16:40:08 CDT --- Since wine 1.5.25 I was getting "fixme:dbghelp:elf_search_auxv can't find symbol in module" in the console after I logged in with my username and password and when the loading spinner would lock on the loading screen.
With 1.5.24 I could use swtor_fix.exe from this thread http://ubuntuforums.org/showthread.php?t=2097068 along with stock wine to get SW:TOR running up to the character selection screen.
After performing a git bisect, I found the change was in this commit: cfec148b8baeb86ee9d775f9cf527b80e043f5a4 by Piotr Caban piotr@codeweavers.com.
Also, reverting the latest git revision with the following command: "git show cfec148b8baeb86ee9d775f9cf527b80e043f5a4 | patch -p1 -R" yields a working wine installation.