Hello, I've recently installed wine without any special modifiers, I did it through the add/remove programs on Ubuntu 9.04. Steam installed without a problem, but will not run. After it was done installing, it gave me the 'updating steam' box and then just quits with no error. Here is the output of the terminal window while installing: Code: guy@jguy-desktop:/media/docs/downloads$ wine msiexec /i SteamInstall.msi fixme:advapi:LookupAccountNameW (null) L"jguy" (nil) 0x32f87c (nil) 0x32f880 0x32f874 - stub fixme:advapi:LookupAccountNameW (null) L"jguy" 0x132da8 0x32f87c 0x12cdd0 0x32f880 0x32f874 - stub fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing fixme:msi:ControlEvent_HandleControlEvent unhandled control event L"Reinstall" arg(L"ALL") fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders" fixme:msi:msi_unimplemented_action_stub RemoveRegistryValues -> 2 ignored L"RemoveRegistry" table values fixme:msi:msi_unimplemented_action_stub RemoveShortcuts -> 3 ignored L"Shortcut" table values fixme:msi:msi_unimplemented_action_stub RemoveFolders -> 1 ignored L"CreateFolder" table values fixme:advapi:SetEntriesInAclA 1 0x33fd58 (nil) 0x33fd50 fixme:advapi:SetNamedSecurityInfoW L"C:\\Program Files\\Steam" 1 4 (nil) (nil) (nil) (nil) fixme:advapi:SetEntriesInAclA 1 0x33fd58 (nil) 0x33fd50 fixme:advapi:SetNamedSecurityInfoW L"MACHINE\\SOFTWARE\\Valve\\Steam" 4 4 (nil) (nil) (nil) (nil) and then right before the 'updating client' box pops up: Code: Steam Client Service repair completed.jguy@jguy-desktop:/media/docs/downloads$ fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub. CellID: Fetching server list from CSDS. . . CellID: CSDS returned 169 servers. CellID: Connecting to 87.248.196.196:27031. . . CellID: Connect to 87.248.196.196:27031 took 129 MS CellID: Nothing beat our old best time of 22 MS fixme:urlmon:CoInternetSetFeatureEnabled 5, 0x00000002, 1, stub fixme:urlmon:CoInternetSetFeatureEnabled 10, 0x00000002, 1, stub err:ole:CoGetClassObject class {8856f961-340a-11d0-a96b-00c04fd705a2} not registered err:ole:CoGetClassObject class {8856f961-340a-11d0-a96b-00c04fd705a2} not registered err:ole:create_server class {8856f961-340a-11d0-a96b-00c04fd705a2} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {8856f961-340a-11d0-a96b-00c04fd705a2} could be created for context 0x17 fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set And finally, system info: Code: jguy@jguy-desktop:/media/docs/downloads$ wine --version wine-1.0.1 jguy@jguy-desktop:/media/docs/downloads$ uname -a Linux jguy-desktop 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64 GNU/Linux I have around 5.5 GB of RAM, so that should not be an issue, and an updated 3D accelerated graphics card. What else might be the problem? Also, how do I go about updating this if that's the issue? [/code]