[Bug 17406] Lord of the Rings Online fails to connect to the Internet if WINE 1.1.14 is built with -O3

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Mar 12 15:15:55 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=17406


Andrew Talbot <Andrew.Talbot at talbotville.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Andrew.Talbot at talbotville.co
                   |                            |m




--- Comment #26 from Andrew Talbot <Andrew.Talbot at talbotville.com>  2009-03-12 15:15:55 ---
I am attaching a set of patches that may help to determine the specific cause
of the problem. The attached archive contains one patch - "init.diff" - that
reorders the functions to avoid forward references and six other patches: one
for each function that was made static in the original patch.

I suggest winding the build back to just before the identified patch was
applied, and then applying the "init.diff" patch followed by one of the other
patches as in the following example.

> git reset --hard 2a0e659335ecf1d8967c75c9efe164c2d9d0214c
> git apply init.diff
> git apply mp_mod_2d.diff

Do the above and do a build for each of the six patches - each named after the
function it makes static - in turn, in order to determine which of the six
functions cause the bug.


-- 
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.



More information about the wine-bugs mailing list