https://bugs.winehq.org/show_bug.cgi?id=37716
--- Comment #17 from Ruslan Kabatsayev b7.10110111@gmail.com --- I've made a tarball with binaries of glib-2.30 and some version of gstreamer, so that you could test GTA:VC with it. Here's the tarball (22M archive): http://www.filedropper.com/glib-230tar
To setup and test, I've tested it on Ubuntu with the following operations:
0. Download it to ~/Downloads 1. Execute:
cd /tmp # important! tar xf ~/Downloads/glib-2.30.tar.bz2 ln -sv glib-2.30/lib/gstreamer-0.10/ . # I've hacked libgstreamer-0.10.so to look into /tmp/gstreamer-0.10/ for plugins, so these commands set up these temporary libs without needing root
2. Run GTA:VC like this
cd ~/opt/Games/Grand\ Theft\ Auto\ -\ Vice\ City LD_LIBRARY_PATH=/tmp/glib-2.30/lib/ wine explorer /desktop=gvc,1280x1024 gta-vc.exe
There'll likely be some warnings on the console about symbols not found, but these are not critical for the video format GTAVC uses, and I reproduce the bug with current wine and correct work with previous wine versions.