Displaying 1 result from an estimated 1 matches for "pci_err_no_bus".
2011 Jan 06
0
Streets of SimCity under Wine - "No PCI Bus detected."
...roperly). SoSC installs just fine from the
CD, but will not invoke:
$ wine Streets.exe
No PCI Bus detected.
Searching on Google Code suggests that the only source for this
message (with the trailing period and without "PCI:" in front of it)
is Glide in /swlibs/newpci/pcilib/fxpci.c; the PCI_ERR_NO_BUS error
comes from pciOpen() after it's attempted two different detection
methods and both have failed.
That's as far as I can understand it. I've never heard of Glide
before, but apparently it's something to do with OpenGL. Is there some
underlying OpenGL library that I haven't...