http://bugs.winehq.org/show_bug.cgi?id=30912
--- Comment #1 from Berillions berillions@gmail.com 2012-06-15 14:21:39 CDT --- Created attachment 40557 --> http://bugs.winehq.org/attachment.cgi?id=40557 The main cause of crash
I found where come from the bug. I compared the output console between the 32Bits Prefix and the 64Bits Prefix and i found this :
err:ole:CoGetClassObject class {4c9b6dde-6809-46e6-a278-9b6a97588670} not registered err:ole:CoGetClassObject no class object {4c9b6dde-6809-46e6-a278-9b6a97588670} could be created for context 0x1
In my 32Bits prefix, this class exist in Regedit but not in the 64Bits Prefix. There is a second class which does not exist in the 64Bits prefix so i import these class and the game works.
I attach the .reg file to show which data are not add in the register during the installatiin. So, for me there is a problem in 64Bits Wine when an installer must to add data in the register.