http://bugs.winehq.org/show_bug.cgi?id=8398
David davelov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |davelov@gmail.com
--- Comment #22 from David davelov@gmail.com 2008-12-12 14:48:34 --- I'm having this same issue, and so I tried running it like so:
WINEDEBUG=all wine .wine/drive_c/Program\ Files/Activision/Sfc3/SFC3.exe &> winelog.txt
I've attached a chunk of the log (the whole thing is about 32M). I don't claim to have much knowledge of the inner working of wine, I'm a user not a developer, but I did notice something on line 463 (apparently just before the failed dll load) that seems odd: what appears to be a call to a function 'create_mapping' which includes an objattr parameter in which name=L"". Is that normal? In other spots in the log this parameter seems to contain the name of the dll that is being loaded.
I'm running wine version 1.0.1 on Ubuntu 8.10 (Intrepid)