I've searched for a similar question and haven't found one yet, so here goes:
How do I roll back to a previous installation of WINE without knowing what that version was?
Backstory:
I played a game on my Ubuntu machine using WINE a few months ago and noticed that an error kept occurring under certain circumstances that made it almost unplayable.I stopped playing.
Fast forward a few months and a few WINE updates and I decide to give the game another go. To my delight, the error has stopped occurring. Then, I notice a new WINE update and decide to install it.
Using these commands:
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
Now the game is performing the same error and it has become unplayable again.
So, my question is:
Without knowing what that last version of WINE was, how do I get back to it? This game is in early alpha and has not been released yet. It's also a very 'niche' sort of game, so there wont be a large amount of people playing it, and even fewer on Linux (I'm the only one I know of). I can't expect any help from other players. They're all on either Windows or Mac.
Thank you again!
– Bladewright Mar 16 '18 at 13:26