Re: [PATCH] ntdll: Show one-time ERR if NOFILE limit is reached.

2010-05-14 Thread Octavian Voicu
On Sat, May 15, 2010 at 1:55 AM, Octavian Voicu wrote: > Forgot to mention, this fixes http://bugs.winehq.org/show_bug.cgi?id=19861. I also have another idea. There are many issues that depend on packagers to properly package wine, it's dependencies, and also configure various aspects that might

Re: [PATCH] ntdll: Show one-time ERR if NOFILE limit is reached.

2010-05-14 Thread Octavian Voicu
Forgot to mention, this fixes http://bugs.winehq.org/show_bug.cgi?id=19861. Octavian

Re: More benchmarks of 3d performance comparing windows and linux

2010-05-14 Thread Dan Kegel
On Fri, May 14, 2010 at 11:32 AM, Dan Kegel wrote: > On Fri, May 14, 2010 at 11:27 AM, Dan Kegel wrote: >>> http://stud4.tuwien.ac.at/~e0526822/mydemo.dem.bz2 >> >> It ran nicely (if gruesomely).  But how do you get framerates out of this >> (on Windows)? >> http://www.digital-daily.com/video/hl2

Re: More benchmarks of 3d performance comparing windows and linux

2010-05-14 Thread Dan Kegel
On Fri, May 14, 2010 at 11:27 AM, Dan Kegel wrote: >> http://stud4.tuwien.ac.at/~e0526822/mydemo.dem.bz2 > > It ran nicely (if gruesomely).  But how do you get framerates out of this > (on Windows)? > http://www.digital-daily.com/video/hl2-benchmarking/ claims it shows > them in the console, and s

Re: More benchmarks of 3d performance comparing windows and linux

2010-05-14 Thread Dan Kegel
On Fri, May 14, 2010 at 10:19 AM, Stefan Dösinger wrote: > My timedemo is this one here: > http://stud4.tuwien.ac.at/~e0526822/mydemo.dem.bz2 > > It is quite old, but still works. It is a rather long one, but I recorded it > when Wine ran this game at ~25 fps. Nowadays it runs at 90-100 fps, so th

Re: More benchmarks of 3d performance comparing windows and linux

2010-05-14 Thread Stefan Dösinger
Am Donnerstag 13 Mai 2010 03:10:10 schrieb Dan Kegel: > I hear there's a +timedemoquit command > > Can you send me the timedemo files you use? My timedemo is this one here: http://stud4.tuwien.ac.at/~e0526822/mydemo.dem.bz2 It is quite old, but still works. It is a rather long one, but I rec

Re: [2/2] dlls/crypt32: unit test PFXImportCertStore() (2nd try)

2010-05-14 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=2067 Your paranoid android.

Re: Release plans

2010-05-14 Thread Jeremy White
Edward Savage wrote: > On Sat, May 15, 2010 at 1:11 AM, Jeremy White wrote: >> I can't find anything on that release, but we're certainly happy to >> put together another one for Wine 1.2. I've CC'd Jon Parshall, as he's >> the guy that'll get to do it. >> > > Could you link us to a copy of the

Re: Release plans

2010-05-14 Thread Edward Savage
On Sat, May 15, 2010 at 1:11 AM, Jeremy White wrote: > > I can't find anything on that release, but we're certainly happy to > put together another one for Wine 1.2.  I've CC'd Jon Parshall, as he's > the guy that'll get to do it. > Could you link us to a copy of the 1.0 one? Some one profession

Re: [PATCH 1/3] wined3d: fix texture conversion flag bug

2010-05-14 Thread Henri Verbeet
The patch looks like it makes sense at first sight (though the double conversion check is less than ideal), but you really want something more descriptive for the Changelog.

Re: Release plans

2010-05-14 Thread Jeremy White
Hey Brian, > > Jeremy - do you have a copy of the real press release we did for 1.0? I > dug around looking for it and couldn't find it. Looks like we never > properly posted it on WineHQ. It did get picked up by quite a few news > sites, but Google isn't finding it. > > Scott / Edward - whe

Re: gdi32: use usp10 to optionally generate glyphs for bidi strings

2010-05-14 Thread Alexandre Julliard
Dmitry Timoshkov writes: > Aric Stewart wrote: > >>I know this is not official MSDN documentation but this appears to >> disagree with you. http://www.catch22.net/tuts/neatpad/11 >> >> It also makes sense to have all the complex script processing logic in >> one place instead of spreading

Re: gdi32: use usp10 to optionally generate glyphs for bidi strings

2010-05-14 Thread Aric Stewart
ok, so the LPK calls uniscribe. Do you feel we should implement the LPK style of interface to gdi32? It seems needlessly cumbersome to me. The LPK.dll interfaces seem to be undocumented but based on names should not be to difficult to figure out. -aric Dmitry Timoshkov wrote: Aric Stewart

Re: gdi32: use usp10 to optionally generate glyphs for bidi strings

2010-05-14 Thread Dmitry Timoshkov
Aric Stewart wrote: >I know this is not official MSDN documentation but this appears to > disagree with you. http://www.catch22.net/tuts/neatpad/11 > > It also makes sense to have all the complex script processing logic in > one place instead of spreading it out and duplicating it. Bidi a

Re: winedump: Print the network share name in .lnk files.

2010-05-14 Thread Eric Pouech
> > @@ -245,6 +254,18 @@ static int dump_location(void) > } > printf("\n"); > > +/* dump information about the network volume the link points to */ > +printf("Network volume ofs= %08x ", loc->dwNetworkVolTableOfs); > +if (loc->dwNetworkVolTableOfs && > (loc->dwNetworkVolTabl

Re: Sudden increase of Valgrind errors

2010-05-14 Thread Dan Kegel
On Fri, May 14, 2010 at 2:22 AM, Paul Vriens wrote: > What's the status on the Valgrind reporting you were doing (automatically)? > The last one is from March 18th if I'm correct. It got lost in the shuffle (sore wrists, busy day job, etc.) but I should be able to start it up again. (Once I have

Re: gdi32: use usp10 to optionally generate glyphs for bidi strings

2010-05-14 Thread Aric Stewart
Hi Dmitry, I know this is not official MSDN documentation but this appears to disagree with you. http://www.catch22.net/tuts/neatpad/11 It also makes sense to have all the complex script processing logic in one place instead of spreading it out and duplicating it. Why do you say that Wind

Release plans

2010-05-14 Thread Joerg-Cyril.Hoehle
Hi, >The 64-bit support is now more or less complete I hope I can finish my MCI parser patches in time. Without them, every 64bit app using MCI string commands is likely to crash (OTOH MCI commands work (those using the MCI_*_PARAMS structures)). What can Mac users expect from this release? Yes

Re: shdocvw: Added IDataObject stub implementation.

2010-05-14 Thread Alexandre Julliard
Ilya Shpigor writes: > --- > dlls/shdocvw/Makefile.in |1 + > dlls/shdocvw/dataobject.c | 127 > + > dlls/shdocvw/shdocvw.h|3 + > dlls/shdocvw/webbrowser.c |4 ++ > 4 files changed, 135 insertions(+), 0 deletions(-) > create mode 1

Re: Sudden increase of Valgrind errors

2010-05-14 Thread Paul Vriens
On 02/28/2010 03:49 PM, Dan Kegel wrote: Two things: I moved to karmic (and now more modules are enabled, since it comes with new-enough libraries), and I updated valgrind. I haven't had time to dig in to the differences. The suppressions file also needs updating for karmic. Hi Dan, What's

Re: wineps.drv: Remove variables scale_xx, scale_xy, scale_yx, and scale_yy and two dozen lines of dead code from append_complex_glyph.

2010-05-14 Thread Gerald Pfeifer
On Sun, 9 May 2010, Nikolay Sivov wrote: > I don't think it's dead. Variable ptr is used in a cycle. You are amazing. And right. I just submitted an updated patch. Gerald

Re: gdi32/tests: Remove variable oldPen which is not really used from test_widenpath.

2010-05-14 Thread Gerald Pfeifer
On Sun, 9 May 2010, Vitaliy Margolen wrote: > On 05/07/2010 01:06 PM, Gerald Pfeifer wrote: >> -oldPen = SelectObject(hdc, greenPen); >> +SelectObject(hdc, greenPen); > If it's not used it's a bug. Everything should be reset to original > state to prevent influence on following tests. Ther