GhostSquad57 / Steam-Installer-for-Wheezy

Re-write of Valve's deb package. (Orphaned)
193 stars 20 forks source link

libatiuki.so.1 missing #16

Closed sagotsky closed 11 years ago

sagotsky commented 11 years ago

I get this error after installing on Wheezy 64bit:

Error: You are missing the following 32-bit libraries, and Steam may not run:
libatiuki.so.1

I've also seen this on a couple Humble Indy Bundle games, but for the most part my 32 bit glx needing games run fine. Any idea what requirement I'm missing? Could it be added to the .deb?

sagotsky commented 11 years ago

Ok now I feel dumb. Spent a couple hours researching this before opening the issue. Literally the next google search after doing this fixed it. I installed libgl1-nvidia-glx-ia32 which removed libgl1-nvidia-glx:i386 and led to some other missing libs. I reinstalled the latter of the two and things worked.

I don't think that's making it into your .deb, but maybe someone else will find this helpful.