https://bugs.winehq.org/show_bug.cgi?id=41930 Max Mad <nirterigno(a)vusra.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nirterigno(a)vusra.com --- Comment #61 from Max Mad <nirterigno(a)vusra.com> --- Hello. I been able to play thanks to the all comments that were made here, so a big thanks for all of you. I would like to know if its possible to share the binaries of the last comment, to test them(with the command i share in a few lines). Today i found the way to 'override' or 'tell' wine to use certain libraries, not the ones installed in the system. I used this for achieve what you said, to remove the black terrain(i used to delete the 'libOSMesa.so.8' file every time i updated. For this, i made a 'dummy' library, inside a folder, located in .wine/.../Conquests/lib32 I created a dummy library inside using the following command(inside the directory): touch libOSMesa.so.8 This create a empty library, which can be used with the next command. To achieve what you said, i used the command suggested in this way: LD_LIBRARY_PATH=./lib32/ wine Civ3Conquests.exe I ran that command inside the Conquests folder of the game, and it worked! PS: I'm around the sound problem too(used a workaround,still not full sound), if you have any hints, please share them :) https://bugs.winehq.org/show_bug.cgi?id=51502 M. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.