Posted December 17, 2016
Yeah, that's what I suspected. Still, good to know since it narrows down what could be going on!
GOG decided to come up with their own list of installed packages (which Gydion mentioned earlier), but in the readme, I included the following package:
sudo apt-get install libgl1-mesa-glx:i386
(libglu1:i386 is the one that GOG recommend that should install most of the same stuff)
USBcat: I tried the last command you put forth and got this message.
"dpkg -s mesa | grep Version
dpkg-query: package 'mesa' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
"
Hmm! If you'd been typing out the package lists by hand, is it possible that you had a typo there and missed something? It won't hurt anything to try to install them all again - anything that's already installed and up to date will be ignored. "dpkg -s mesa | grep Version
dpkg-query: package 'mesa' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
"
GOG decided to come up with their own list of installed packages (which Gydion mentioned earlier), but in the readme, I included the following package:
sudo apt-get install libgl1-mesa-glx:i386
(libglu1:i386 is the one that GOG recommend that should install most of the same stuff)