Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-05 Thread Reece Dunn
On 5 January 2011 22:45, Dan Kegel wrote: > Another month, another Winetricks - or, rather, two new Winetricks. Very nice! Here is some games information you may find useful: == Big Fish Games client winetricks -- gecko ie8 * gecko -- suppress the gecko download UI, not strictly necessary *

New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-05 Thread Dan Kegel
Another month, another Winetricks - or, rather, two new Winetricks. New version 20110105 has only two notable changes: 1. it will retry a corrupt download for you (this should get rid of most cryptic warnings about needing to rename a file and retry), 2. a first run dialog now asks whether

Re: "N" shows up as missing on the translations status website

2011-01-05 Thread Paul Vriens
On 01/05/2011 09:44 PM, Sven Baars wrote: Hey all, since today, the "N" string shows up as missing on http://source.winehq.org/transl/ even though it's there in the po file. This happened for both xcopy and cmd. In the po file it says #: cmd.rc:257 xcopy.rc:41 msgctxt "No key" msgid "N" msgstr

"N" shows up as missing on the translations status website

2011-01-05 Thread Sven Baars
Hey all, since today, the "N" string shows up as missing on http://source.winehq.org/transl/ even though it's there in the po file. This happened for both xcopy and cmd. In the po file it says #: cmd.rc:257 xcopy.rc:41 msgctxt "No key" msgid "N" msgstr "N" so this is probably because the str

Re: / is writable on mac... leading to lots of awkward msi droppings?

2011-01-05 Thread Steve Brown
On Wed, 5 Jan 2011, Charles Davis wrote: On 1/5/11 1:18 AM, Charles Davis wrote: On 1/5/11 12:31 AM, Dan Kegel wrote: Quentin Paris informs me that the root directory is user-writable on MacOSX (shudder), which means our beloved z: mapping leads to lots of garbage directories named e.g. /fd912

Re: Test timeouts

2011-01-05 Thread Hans Leidekker
On Wed, 2011-01-05 at 14:01 +0100, wy...@volny.cz wrote: > s there is an activity to make (not only) WylBOT green and happy > ;c) i can add more info, based on WyldBOT's install documentation i > looked right now and found there: > > * Turn off system restore > > So longer time out may not help

Re: windowscodecs: Use Mac OS X native ICNS support, not libicns.

2011-01-05 Thread Ken Thomases
On Jan 5, 2011, at 5:45 AM, Damjan Jovanovic wrote: > On Wed, Jan 5, 2011 at 1:31 PM, Ken Thomases wrote: >> OK. Do you think my patch should be held up until you find an approach that >> works for both? > > The patch seems fine (doesn't seem to regress anything), but aren't > ICNS files invis

Test timeouts

2011-01-05 Thread wylda
> > ... It seems that the remaining > timeouts have a strong > dependency on the environment. It's possible to > tweak the environment > (disable system restore points, for TestBot I > found it makes a difference > on which physical disk the virtual disk files are > located) > > ... some environmen

WyldBot

2011-01-05 Thread wylda
Hi, i take the chance to make this info publicaly aware, so adding wine-devel > Hi, > your WyldBot has some Audio/Video issues in it's > XP machines no other machines have, in which VM do > they run? WyldBOT1 and WyldBOT2 are not VM, but true physical older-machines made only for wine-testing.

Test timeouts

2011-01-05 Thread Greg Geldorp
Although the number of timeouts in msi tests has dropped considerably after Hans decided to do something about them, they're unfortunately not completely gone. It seems that the remaining timeouts have a strong dependency on the environment. It's possible to tweak the environment (disable system re

Re: windowscodecs: Use Mac OS X native ICNS support, not libicns.

2011-01-05 Thread Damjan Jovanovic
On Wed, Jan 5, 2011 at 1:31 PM, Ken Thomases wrote: > On Jan 5, 2011, at 5:25 AM, Damjan Jovanovic wrote: > >> It doesn't seem like a good idea to introduce a platform-specific >> dependency for ICNS support, but you might want to get feedback from >> other Wine developers. > > Hmm.  I guess I don

Re: windowscodecs: Use Mac OS X native ICNS support, not libicns.

2011-01-05 Thread Ken Thomases
On Jan 5, 2011, at 5:25 AM, Damjan Jovanovic wrote: > It doesn't seem like a good idea to introduce a platform-specific > dependency for ICNS support, but you might want to get feedback from > other Wine developers. Hmm. I guess I don't see how ICNS is anything other than platform-specific. Is

Re: windowscodecs: Use Mac OS X native ICNS support, not libicns.

2011-01-05 Thread Damjan Jovanovic
On Wed, Jan 5, 2011 at 1:04 PM, Ken Thomases wrote: > Hi Damjan, > > I was intrigued to see the ICNS support you added to windowscodecs some > months ago.  Neat work! Thank you. > However, I'm confused about why you used the third-party libicns library.  As > near as I can tell, the ICNS suppo

windowscodecs: Use Mac OS X native ICNS support, not libicns.

2011-01-05 Thread Ken Thomases
Hi Damjan, I was intrigued to see the ICNS support you added to windowscodecs some months ago. Neat work! However, I'm confused about why you used the third-party libicns library. As near as I can tell, the ICNS support is only used on Mac OS X and it's not likely to ever be used elsewhere.

Re: / is writable on mac... leading to lots of awkward msi droppings?

2011-01-05 Thread Hans Leidekker
On Wed, 2011-01-05 at 07:31 +, Dan Kegel wrote: > Quentin Paris informs me that the root directory is > user-writable on MacOSX (shudder), which means > our beloved z: mapping leads to lots of garbage > directories named e.g. /fd91216cc2ce81eb2ce16a058619 > after running msi installers. Got an

Re: d3dcompiler_43/tests: fixed nonconformant C string literals in HLSL test suite

2011-01-05 Thread Henri Verbeet
On 4 January 2011 22:25, Travis Athougies wrote: > +        "float4 test(float x: TEXCOORD0): COLOR" > +        "{" > +        "    const float pi2 = 6.2831853;" > +        "    float calcd_sin = (sin(x * pi2) + 1)/2;" > +        "    float calcd_cos = (cos(x * pi2) + 1)/2;" > +        "    return

Re: / is writable on mac... leading to lots of awkward msi droppings?

2011-01-05 Thread Charles Davis
On 1/5/11 1:18 AM, Charles Davis wrote: > On 1/5/11 12:31 AM, Dan Kegel wrote: >> Quentin Paris informs me that the root directory is >> user-writable on MacOSX (shudder), which means >> our beloved z: mapping leads to lots of garbage >> directories named e.g. /fd91216cc2ce81eb2ce16a058619 >> after

Re: / is writable on mac... leading to lots of awkward msi droppings?

2011-01-05 Thread Charles Davis
On 1/5/11 12:31 AM, Dan Kegel wrote: > Quentin Paris informs me that the root directory is > user-writable on MacOSX (shudder), which means > our beloved z: mapping leads to lots of garbage > directories named e.g. /fd91216cc2ce81eb2ce16a058619 > after running msi installers. Now where would he get