Wine 1.3 packaged for Ubuntu, must be installed explicitly

2010-08-06 Thread Scott Ritchie
I have added a new series of Wine 1.3 packages to the Wine PPA: https://launchpad.net/~ubuntu-wine/+archive/ppa These are for 10.04 (Lucid) only and must be explicitly installed: sudo apt-get install wine1.3 Users who simply install the wine or wine1.2 packages (as in, all existing users) will i

Configuring with -Werror

2010-08-06 Thread Jerome Leclanche
Configuring with -Werror used to work a while back for me; now that -Wno-unused-result has been fixed I gave it another try and got this: configure: libxrandr 32-bit development files not found, XRandr won't be supported. configure: WARNING: Old Mesa headers detected. Consider upgrading your Mesa

Re: Wine users with a CD-ROM drive, please test

2010-08-06 Thread Erik Inge Bolsø
On Fri, 6 Aug 2010, Erik Inge Bolsø wrote: > No failures on my winxp laptop. No mixed cd handy, so only audio cd > tested. Though on the win7-64 desktop, I get the same failures as everyone else. mcicda.c:270: CD length 73:35:54 mcicda.c:325: track #1 length 35694ms mcicda.c:392: Tests skipped: G

Re: Wine users with a CD-ROM drive, please test

2010-08-06 Thread Erik Inge Bolsø
No failures on my winxp laptop. No mixed cd handy, so only audio cd tested. mcicda.c:270: CD length 73:35:54 mcicda.c:325: track #1 length 35694ms mcicda.c:392: Tests skipped: Got no mixed data+audio CD. mcicda.c:410: last track length: 04m:25s:41frames mcicda.c:418: last track position: 69m:12s:1

Re: user32: Don't crash for unknown button styles

2010-08-06 Thread Nikolay Sivov
On 8/6/2010 22:22, André Hentschel wrote: got that case with an MFC application which had a 3state radiobutton with buttonstyle 15(decimal) with this fix everything is fine as the painting of the button is handled elsewhere, without that fix it crashes as it reads bad data behind the array. -

Re: [PATCH 1/6] d3dx9_36/tests: Added HLSL test suite.

2010-08-06 Thread Henri Verbeet
On 5 August 2010 00:05, Travis Athougies wrote: > +#define CINTERFACE Why do you need this? > +#include d3d9.h should be implied by d3dx9.h > +#include > +#include I don't think you need these either. > +struct vertex > +{ > +    float x, y, z; > +    float tx, ty; > +}; > + > +const struct

Re: [PATCH 2/5] gameux: Add stub of IGameStatisticsMgr implementation (try 2)

2010-08-06 Thread Mariusz Pluciński
W dniu 04.08.2010 20:45, Jerome Leclanche pisze: Just resend this one, it's easier that way. J. Leclanche / Adys 2010/8/3 Mariusz Pluciński: W dniu 03.08.2010 13:28, Nikolay Sivov pisze: On 8/3/2010 13:58, Mariusz Pluciński wrote: --- dlls/gameux/Makefile.in | 1 + dlls/gameux/factory.c

Re: The WineAPI wiki.

2010-08-06 Thread Max TenEyck Woodbury
On 08/06/2010 05:44 AM, Francois Gouget wrote: On Thu, 5 Aug 2010, Max TenEyck Woodbury wrote: [...] Here's roughly what I have in mind: 1. Win32 API 1. Overview 2. acledit API 1. Overview 2. Functions 1. Func1 2. Func2

Re: Wine users with a CD-ROM drive, please test

2010-08-06 Thread Matijn Woudt
Test results from Windows 7 x64: I tried with original audio CD, and a burned copy, mcicda_test.exe and mcicda_test64.exe, and they all give: mcicda.c:270: CD length 46:20:53 mcicda.c:325: track #1 length 118107ms mcicda.c:392: Tests skipped: Got no mixed data+audio CD. mcicda.c:410: last track l

Wine users with a CD-ROM drive, please test

2010-08-06 Thread Joerg-Cyril.Hoehle
Hi, David c/o paulo lesgaz wrote: >mcicda.c:425: Test failed: SEEK to 00203A43 position last + length: >MCIERR_HARDWARE >mcicda.c:436: Test failed: PLAY from 1 notify: MCIERR_HARDWARE Same as Jeff, please see if one of you can identify which prior MCI command causes this. >mcicda.c:275: Test fa

Re: Wine users with a CD-ROM drive, please test

2010-08-06 Thread Greg Geldorp
> From: > > this is my second call for participation, as only Jeff Zaroyko responded to > the first one. > > I wrote a testsuite for mcicda (play music from CD-ROM using the MCI). > Wine's testbot job #4330 at > https://testbot.winehq.org/JobDetails.pl?Key=4330 > contains both a patch and binary

Re : Wine users with a CD-ROM drive, please test

2010-08-06 Thread paulo lesgaz
Here is my result on a real Vista box using the CD: Police -Greatest hits mcicda.c:270: CD length 67:55:74 mcicda.c:275: Test failed: status position initially 00:02:33 mcicda.c:280: Test failed: status position start 00:02:33 mcicda.c:314: Test failed: status position initially 2441ms mcicda.c:3

Wine users with a CD-ROM drive, please test

2010-08-06 Thread Joerg-Cyril.Hoehle
Jeff Zaroyko wrote: >Blank CD: >mcicda.c:252: Test failed: info upc: MCIERR_HARDWARE >mcicda.c:255: Test failed: info identity: MCIERR_HARDWARE >mcicda.c:263: Test failed: STATUS number of tracks: MCIERR_HARDWARE >mcicda.c:266: Test failed: number of tracks=0 I'll select an appropriate test based

Re: Wine users with a CD-ROM drive, please test

2010-08-06 Thread Jeff Zaroyko
On Fri, Aug 6, 2010 at 7:24 PM, wrote: > Hi, > > this is my second call for participation, as only Jeff Zaroyko responded to > the first one. > > I wrote a testsuite for mcicda (play music from CD-ROM using the MCI). > Wine's testbot job #4330 at > https://testbot.winehq.org/JobDetails.pl?Key=43

Re: The WineAPI wiki.

2010-08-06 Thread Francois Gouget
On Thu, 5 Aug 2010, Max TenEyck Woodbury wrote: [...] > > Here's roughly what I have in mind: > > > > 1. Win32 API > >1. Overview > >2. acledit API > > 1. Overview > > 2. Functions > > 1. Func1 > > 2. Func2 > > ... > >

Wine users with a CD-ROM drive, please test

2010-08-06 Thread Joerg-Cyril.Hoehle
Hi, this is my second call for participation, as only Jeff Zaroyko responded to the first one. I wrote a testsuite for mcicda (play music from CD-ROM using the MCI). Wine's testbot job #4330 at https://testbot.winehq.org/JobDetails.pl?Key=4330 contains both a patch and binary of what I'd initial

Re: wiki slightly broken still?

2010-08-06 Thread Damjan Jovanovic
On Tue, Aug 3, 2010 at 4:18 PM, David Gerard wrote: > [to list as well] > > On 3 August 2010 15:07, Dimi Paun wrote: >> On Tue, 2010-08-03 at 14:30 +0200, Alexandru Băluț wrote: > >>> How difficult would it be to use ReCaptcha? >>> http://www.google.com/recaptcha > >> Hm, don't know. We could hac