Yesterday I downloaded and installed the latest version of Ubuntu 8.10 64 bit,
and after setting up my hardware I installed Wine 1.1.12, and have been working
on getting HL2 running, but with little/no success. I got Steam installed, but
when it opens none of the HTML pages render (saying "HTML is currently
disabled."), and when I go to the My Games tab to have it download any of
the games, as soon as I hit the install button the app locks up, choking down
system resources until I kill it.
Here is the debug information from when I start the app, I can't figure out
what the class objects are that I am missing:
Code:
$ WINEDEBUG="fixme-all" wine "C:\Program
Files\Steam\Steam.exe"
CellID: Fetching server list from CSDS. . .
CellID: CSDS returned 243 servers.
CellID: Connecting to 196.38.180.3:27031. . .
CellID: Connect to 196.38.180.3:27031 took 369 MS
CellID: Nothing beat our old best time of 62 MS
err:ole:CoGetClassObject class {4590f811-1d3a-11d0-891f-00aa004b2e24} not
registered
err:ole:CoGetClassObject no class object {4590f811-1d3a-11d0-891f-00aa004b2e24}
could be created for context 0x1
Could not load Mozilla. HTML rendering will be disabled.
CellID: Connecting to 193.34.50.5:27031. . .
CellID: Connect to 193.34.50.5:27031 took 197 MS
CellID: Nothing beat our old best time of 62 MS
CellID: Connecting to 203.77.185.2:27031. . .
CellID: Connect to 203.77.185.2:27031 took 164 MS
CellID: Nothing beat our old best time of 62 MS
And then as soon as I hit the install link for any of the games, these last two
lines are output:
Code:
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc}
could be created for context 0x1
Hopefully someone can help me with this because my brain is about fried with all
the research I have been doing. Thanks in advance.
TheDruidsKeeper wrote:> I got Steam installed, but when it opens none of the HTML pages render (saying "HTML is currently disabled."), and when I go to the My Games tab to have it download any of the games, as soon as I hit the install button the app locks up, choking down system resources until I kill it.Follow the HOWTO: http://appdb.winehq.org/objectManager.php?sClass=version&iId=1554
vitamin wrote:> > TheDruidsKeeper wrote: > > I got Steam installed, but when it opens none of the HTML pages render (saying "HTML is currently disabled."), and when I go to the My Games tab to have it download any of the games, as soon as I hit the install button the app locks up, choking down system resources until I kill it. > > Follow the HOWTO: http://appdb.winehq.org/objectManager.php?sClass=version&iId=1554I did follow the How-to. I have Gecko installed via winetricks and everything, but still get get it to run. Any other suggestions?
Bummer..
Installed and ran Steam with pretty much the same results as before, minus the
internet pages not working:
Code:
$ WINEDEBUG="fixme-all" wine "C:\Program
Files\Steam\Steam.exe"
CellID: Fetching server list from CSDS. . .
CellID: CSDS returned 242 servers.
CellID: Connecting to 218.12.196.171:27031. . .
CellID: Connect to 218.12.196.171:27031 took 290 MS
CellID: Nothing beat our old best time of 61 MS
err:ole:CoGetClassObject class {4590f811-1d3a-11d0-891f-00aa004b2e24} not
registered
err:ole:CoGetClassObject no class object {4590f811-1d3a-11d0-891f-00aa004b2e24}
could be created for context 0x1
err:ntdll:RtlpWaitForCriticalSection section 0xaca444 "?" wait timed
out in thread 0016, blocked by 0017, retrying (60 sec)
err:mshtml:HTMLElement_insertAdjacentHTML CreateTextNode failed: 80070057
Corrupt JPEG data: 57 extraneous bytes before marker 0xdb
Corrupt JPEG data: 57 extraneous bytes before marker 0xdb
err:mshtml:HTMLElement_insertAdjacentHTML CreateTextNode failed: 80070057
Corrupt JPEG data: 57 extraneous bytes before marker 0xdb
Corrupt JPEG data: 57 extraneous bytes before marker 0xdb
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc}
could be created for context 0x1
When I try to install any of the games on my list it gives those last two errors
and freezes. :-/