Skaboss
2009-Feb-17 02:16 UTC
[Wine] Disabling S3TC support for Wine 1.1.14 How do I patch?
I may be an absolute noob for asking this, but I've been at this for about 3 hours now. So I've been trying to disable S3TC support so I can play this game without getting scrambled graphics. My search lead me to the code for a patch listed here bugs.winehq.org/attachment.cgi?id=19211 My question is, what do I do with all that code? how do I get it into my current version? Do I need to download the source for 1.1.14 and if so, where do I put said code and to what directory should I compile it all (running Ubuntu 8.10)?
dimesio
2009-Feb-17 04:09 UTC
[Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
Skaboss wrote:> I may be an absolute noob for asking this, but I've been at this for about 3 hours now. > > So I've been trying to disable S3TC support so I can play this game without getting scrambled graphics. My search lead me to the code for a patch listed here bugs.winehq.org/attachment.cgi?id=19211 My question is, what do I do with all that code? how do I get it into my current version? Do I need to download the source for 1.1.14 and if so, where do I put said code and to what directory should I compile it all (running Ubuntu 8.10)?wiki.winehq.org/Patching
Daemon
2009-Feb-17 06:23 UTC
[Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
Info @ wiki.winehq.org/UsefulRegistryKeys OpenGL->DisabledExtensions->gl_ext_s3tc
James Mckenzie
2009-Feb-17 19:30 UTC
[Wine] Disabling S3TC support for Wine 1.1.14 How do I patch?
Thunderbird <wineforum-user at winehq.org> wrote:>Sent: Feb 17, 2009 12:19 PM >To: wine-users at winehq.org >Subject: [Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch? > >Nope that key won't work for direct3d. The easiest way is to just comment the following line in wined3d/directx.c: > {"GL_EXT_texture_compression_s3tc", EXT_TEXTURE_COMPRESSION_S3TC, 0 }, > >So add "//" in front of it or remove the line. >Or better, use the same commenting style as the rest of the Wine code: /* {"GL_EXT_texture_compression_s3tc", EXT_TEXTURE_COMPRESSION_S3TC, 0 Removed to prevent S3TC errors */ James McKenzie
Skaboss
2009-Feb-18 21:53 UTC
[Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
this is all quite helpful only I can't find my source code. Do I need to download it from elsewhere?
Skaboss
2009-Feb-19 01:26 UTC
[Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
Again...I may be a raging noob here, but I went to the git website as well as the link listed in the wiki and I'm unsure as to which of those files I should download...I got all the files listed as 1.6.2 put em all in a folder...now they do nothing.
Skaboss
2009-Feb-19 06:09 UTC
[Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
and into what program do I type this "yum install git"?
Austin English
2009-Feb-19 08:38 UTC
[Wine] Disabling S3TC support for Wine 1.1.14 How do I patch?
On Thu, Feb 19, 2009 at 12:09 AM, Skaboss <wineforum-user at winehq.org> wrote:> and into what program do I type this "yum install git"? > > > > > >Terminal. (Konsole/xconsole). -- -Austin
Skaboss
2009-Feb-20 00:48 UTC
[Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
well, I typed in yum install git which brought up an error saying more or less to try "sudo apt-get yum" so i did. This installed this "yum" program I guess...then I tried "yum install git" ...which did nothing...
Austin English
2009-Feb-20 00:51 UTC
[Wine] Disabling S3TC support for Wine 1.1.14 How do I patch?
On Thu, Feb 19, 2009 at 6:48 PM, Skaboss <wineforum-user at winehq.org> wrote:> well, I typed in yum install git which brought up an error saying more or less to try "sudo apt-get yum" so i did. This installed this "yum" program I guess...then I tried "yum install git" ...which did nothing... > > > > > >What OS are you on? -- -Austin
matty281k
2009-Feb-20 01:23 UTC
[Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
you need to edit the code in wine (mrwino.co.uk) , might not be easy but its doable
Skaboss
2009-Feb-20 04:40 UTC
[Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
Ubuntu 8.1
Austin English
2009-Feb-20 04:45 UTC
[Wine] Disabling S3TC support for Wine 1.1.14 How do I patch?
On Thu, Feb 19, 2009 at 10:40 PM, Skaboss <wineforum-user at winehq.org> wrote:> Ubuntu 8.1 > > > > > >Oh, sorry, thought I saw OpenSuse somewhere. Just use: winezeug.googlecode.com/svn/trunk/install-wine-deps.sh $ wget winezeug.googlecode.com/svn/trunk/install-wine-deps.sh $ sudo sh install-wine-deps.sh -- -Austin
Skaboss
2009-Feb-21 19:57 UTC
[Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
ok...did that. And started entering the patching code which just made my terminal unresponsive. So I closed it and now when I try again I get the following error. jessy at Semra:~$ git clone git://source.winehq.org/git/wine.git>fatal: destination directory 'wine' already exists.<
Skaboss
2009-Feb-21 22:26 UTC
[Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
Austin sir...you rock my socks. The source code is patched but I'm still having a little trouble compiling it. I entered in (after patching the code of course): ./configure --verbose which returned bash: ./configure: No such file or directory I then tried: /configure && make depend & make which returned bash: line 10: /configure: No such file or directory [1] 15955 make: *** No targets specified and no makefile found. Stop. [1]+ Exit 127 /configure && make depend clearly something is amiss
Skaboss
2009-Feb-21 22:50 UTC
[Wine] Re: Disabling S3TC support for Wine 1.1.14 How do I patch?
not sure how to do commands "from" a directory in the terminal. I typed in /home/jessy/wine-git .configure --verbose and got bash: /home/jessy/wine-git: is a directory I got the same response from ~/wine-git $ ls