http://bugs.winehq.org/show_bug.cgi?id=9787 Michał Kozal <panaut0lordv(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |panaut0lordv(a)gmail.com DanielSjoholm <steelside(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #20299|Hopefully updated for 1.1.18|Hopefully updated for 1.1.18 description| |Typo, won't build. Attachment #20299|0 |1 is obsolete| | UncleOwen <anakin.skyw(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anakin.skyw(a)gmx.de Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hardkaare(a)gmail.com Daniel Rhodes-Mumby <daniel.rhodes.mumby(a)googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.rhodes.mumby(a)googlema | |il.com Christoph Haag <therealchris(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |therealchris(a)hotmail.com Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|austinenglish(a)gmail.com | Rob Wilson <cinzento007(a)yahoo.com.br> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cinzento007(a)yahoo.com.br --- Comment #350 from Nicky <nheart(a)gmail.com> 2009-03-28 07:40:01 --- Could I request an AcceptEx patch that correctly applies to 1.1.18? --- Comment #351 from Michał Kozal <panaut0lordv(a)gmail.com> 2009-03-29 14:24:48 --- (In reply to comment #350)
Could I request an AcceptEx patch that correctly applies to 1.1.18?
1.1.12 patch applies just fine, you've to use also http://bugs.winehq.org/attachment.cgi?id=20103 for wc3 1.23 --- Comment #352 from DanielSjoholm <steelside(a)gmail.com> 2009-04-05 07:45:12 --- (In reply to comment #351)
(In reply to comment #350)
Could I request an AcceptEx patch that correctly applies to 1.1.18?
1.1.12 patch applies just fine, you've to use also http://bugs.winehq.org/attachment.cgi?id=20103 for wc3 1.23
It doesn't work for me (acceptex patch) for 1.1.18... this is with fuzz=0 thou (haven't tried without it), but needs a fix to work moar smooth. (Worked flawless for .15 with the exact same setup) 1 out of 6 hunks FAILED -- saving rejects to file server/async.c.rej 1 out of 2 hunks FAILED -- saving rejects to file server/file.h.rej --- Comment #353 from DanielSjoholm <steelside(a)gmail.com> 2009-04-05 08:18:38 --- Created an attachment (id=20299) --> (http://bugs.winehq.org/attachment.cgi?id=20299) Hopefully updated for 1.1.18 This is the 1.1.12 patch modified to work for 1.1.18. It went through here, so I hope it's good. --- Comment #354 from DanielSjoholm <steelside(a)gmail.com> 2009-04-05 08:53:46 --- (From update of attachment 20299) Oops i rushed posting it here, this patch has a typo in it. This time I'll compile it first, so uploading a new one in a moment. --- Comment #355 from DanielSjoholm <steelside(a)gmail.com> 2009-04-05 10:24:47 --- Created an attachment (id=20300) --> (http://bugs.winehq.org/attachment.cgi?id=20300) Working patch for 1.1.18 Sorry about the mailspam.. Anyway, this one got no hunks rejected, compiles fine, hosting worked. Same procedure as for the 1.1.12 patch is required for compiling. Also remember to patch with the secur32 thing ^, as else the 1.23 patch will have wc3 crashing in under a minute in any chat channel. --- Comment #356 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-04-07 09:05:11 --- *** Bug 17951 has been marked as a duplicate of this bug. *** --- Comment #357 from Christoph Haag <therealchris(a)hotmail.com> 2009-04-09 04:24:43 --- Created an attachment (id=20349) --> (http://bugs.winehq.org/attachment.cgi?id=20349) Buildlog: AcceptEx Patch does not work for wine 1.1.8 (In reply to comment #355)
Created an attachment (id=20300) --> (http://bugs.winehq.org/attachment.cgi?id=20300) [details] Working patch for 1.1.18
Anyway, this one got no hunks rejected, compiles fine, hosting worked. Same procedure as for the 1.1.12 patch is required for compiling.
The patch does not work here on Archlinux. --- Comment #358 from Daniel Rhodes-Mumby <daniel.rhodes.mumby(a)googlemail.com> 2009-04-11 19:16:13 --- (In reply to comment #357)
Created an attachment (id=20349) --> (http://bugs.winehq.org/attachment.cgi?id=20349) [details] Buildlog: AcceptEx Patch does not work for wine 1.1.8
(In reply to comment #355)
Created an attachment (id=20300) --> (http://bugs.winehq.org/attachment.cgi?id=20300) [details] [details] Working patch for 1.1.18
Anyway, this one got no hunks rejected, compiles fine, hosting worked. Same procedure as for the 1.1.12 patch is required for compiling.
The patch does not work here on Archlinux.
By the looks of things you didn't run tools/make_request beforehand. I had the same problem, read through the thread a bit and then ran the script before calling make again. It compiled fine that time. --- Comment #359 from Christoph Haag <therealchris(a)hotmail.com> 2009-04-12 06:48:03 --- (In reply to comment #358)
(In reply to comment #357)
Created an attachment (id=20349) --> (http://bugs.winehq.org/attachment.cgi?id=20349) [details] [details] Buildlog: AcceptEx Patch does not work for wine 1.1.8
The patch does not work here on Archlinux.
By the looks of things you didn't run tools/make_request beforehand. I had the same problem, read through the thread a bit and then ran the script before calling make again. It compiled fine that time.
Yes, the building procedure was:
build() { cd $srcdir/$pkgname-$pkgver patch -p1 < $startdir/acceptex-1.1.18.patch ./configure --prefix=/usr --sysconfdir=/etc --with-x make depend || return 1 make || return 1 make prefix=$pkgdir/usr install || return 1 mkdir -p $pkgdir/etc/wine }
After adding
tools/make_requests (the file is called make_requests with s at the end) after the configure and patch -p1 < $startdir/0001-secur32-Disable-schannel-InitializeSecurityContextW.patch before (sec32 bug), it seems to compile fine. Strange, in the last wine version it compiled with the patch without seperately running make_requests.
--- Comment #360 from Rob Wilson <cinzento007(a)yahoo.com.br> 2009-04-15 17:14:43 --- Could anyone make a step-by-step tutorial to install this AccpetEx patch? I couldn't even found it to download, and I would be really glad if you could help me here. Thanks. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.