http://bugs.winehq.org/show_bug.cgi?id=2414
Summary: wine crashes while installing IGN Rando Product: Wine Version: 20040716 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: jerome.bouat@wanadoo.fr
I attempted to install IGN Rando but Wine crashed.
During my first attempt, Wine suggested me to copy "stdole32.tlb" from a real Windows system. I maid it from Windows 2000 one.
Here is the log: ---------------- [j@localhost tmp]$ wine /mnt/cdrom/Setup.exe fixme:ole:RegisterTypeLib Registering non-oleautomation interface! fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects (...) fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:RegisterTypeLib Registering non-oleautomation interface! fixme:ole:RegisterTypeLib Registering non-oleautomation interface! (...) fixme:ole:RegisterTypeLib Registering non-oleautomation interface! fixme:ole:RegisterTypeLib Registering non-oleautomation interface! fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects (...) fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:RegisterTypeLib Registering non-oleautomation interface! fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects (...) fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:StdMarshalImpl_UnmarshalInterface Calling back to ourselves for {3d8b6331-d8b1-11d2-80c5-00104b1f6cea}! fixme:ole:StdMarshalImpl_UnmarshalInterface Calling back to ourselves for {6494206f-23ea-11d3-88b0-00c04f72f303}! fixme:win:SetWindowTextA cannot set text "InstallShield Wizard" of other process window (nil) fixme:process:FlushInstructionCache (0xffffffff,0x426c1ee4,0x0000000d): stub fixme:process:FlushInstructionCache (0xffffffff,0x426c1f48,0x0000000d): stub fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x3 -> 0xb) 41cdffff fixme:process:FlushInstructionCache (0xffffffff,0x426c1a9c,0x0000000d): stub fixme:win:SetWindowTextA cannot set text "IGN Rando installation" of other process window (nil) fixme:process:FlushInstructionCache (0xffffffff,0x426c1a3c,0x0000000d): stub fixme:process:FlushInstructionCache (0xffffffff,0x4237101c,0x0000000d): stub fixme:process:FlushInstructionCache (0xffffffff,0x4237101c,0x0000000d): stub fixme:process:FlushInstructionCache (0xffffffff,0x4237247c,0x0000000d): stub fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x4003 -> 0x2) 41ca0000 fixme:ole:_xread Read only 0 of 4 bytes from 0x5c. fixme:ole:xCall RpcChannelBuffer SendReceive failed, 80004005 [j@localhost tmp]$
Here is my config: ------------------ [j@localhost tmp]$ grep ^. ~/.wine/config|grep -v '^;' WINE REGISTRY Version 2 [wine] "Windows" = "c:\windows" "System" = "c:\windows\system" "Temp" = "e:\" "Path" = "c:\windows;c:\windows\system;e:\;e:\test;f:\" "Profile" = "c:\windows\Profiles\Administrator" "GraphicsDriver" = "x11drv" # [wineconf] [Version] "Windows" = "win2k" [DllOverrides] "oleaut32" = "builtin, native" "ole32" = "builtin, native" "comdlg32" = "builtin, native" "shell32" = "builtin, native" "shfolder" = "builtin, native" "shlwapi" = "builtin, native" "shdocvw" = "builtin, native" "advapi32" = "builtin, native" "msvcrt" = "native, builtin" "mciavi.drv" = "native, builtin" "mcianim.drv" = "native, builtin" "msi" = "native, builtin" "d3drm" = "native, builtin" "d3dxof" = "native, builtin" "dpnhpast" = "native, builtin" "*" = "builtin, native" [x11drv] "AllocSystemColors" = "100" "PrivateColorMap" = "N" "PerfectGraphics" = "N" "Managed" = "Y" "UseDGA" = "Y" "UseXVidMode" = "Y" "UseXRandR" = "Y" "UseTakeFocus" = "Y" "DXGrab" = "N" "DesktopDoubleBuffered" = "N" [fonts] "Resolution" = "96" "Default" = "-adobe-helvetica-" "DefaultFixed" = "fixed" "DefaultSerif" = "-adobe-times-" "DefaultSansSerif" = "-adobe-helvetica-" [FontDirs] [ppdev] [spooler] "FILE:" = "tmp.ps" "LPT1:" = "|lpr" "LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -" "LPT3:" = "/dev/lp3" [ports] [Debug] [registry] "LoadGlobalRegistryFiles" = "Y" "LoadWindowsRegistryFiles" = "Y" "SaveOnlyUpdatedKeys" = "Y" [Clipboard] "ClearAllSelections" = "0" "PersistentSelection" = "1" "UsePrimary" = "0" [afmdirs] "1" = "/usr/share/ghostscript/fonts" "2" = "/usr/share/a2ps/afm" "3" = "/usr/share/enscript" "4" = "/usr/X11R6/lib/X11/fonts/Type1" [WinMM] "Drivers" = "wineoss.drv" ; default for most common configurations "WaveMapper" = "msacm.drv" "MidiMapper" = "midimap.drv" [dsound] [Network] [AppDefaults\_INS0432._MP\x11drv] "Desktop" = "640x480" [AppDefaults\_INS0466._MP\x11drv] "Desktop" = "640x480" [AppDefaults\_INS0576._MP\x11drv] "Desktop" = "640x480" [AppDefaults\_INS5176._MP\x11drv] "Desktop" = "640x480" [AppDefaults\_INS5576._MP\x11drv] "Desktop" = "800x600" # [/wineconf] [j@localhost tmp]$