[Bug 20963] CIV4(BTS)/steam crashes at launch after upgrade wine1.2 1.1.33-0ubuntu1~ppa1 to 1.1.34-0ubuntu1

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Dec 11 14:59:35 CST 2009


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





--- Comment #17 from Larry Johnson <keepitsimpleengineer at gmail.com>  2009-12-11 14:59:35 ---
(In reply to comment #16)
> Today will do, in a little while.

Recreated wine-git, fetch, rebase and compiled.

Compile failed, due to the bug in mpegl3.c

made this cgage
@LINE 401 IN mpegl3.c
 /***********************************************************************
*        Replced to allow compile on 64bit computer 
*   mpg123_feedseek(aad->mh, 0, SEEK_SET, NULL);
*
*/
    mpg123_feedseek_64(aad->mh, 0, SEEK_SET, NULL);

Recompiled, compile succeeded, app tested, worked O.K.

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