Re: dogfood report: Safari runs youtube, firefox doesn't

2010-09-09 Thread Dan Kegel
On Thu, Sep 9, 2010 at 11:39 AM, Reece Dunn wrote: >>  sh winetricks firefox flash >> and fired it up... but it hung.  (And it even hung my desktop >> once; had to use CTL ALT F1, kill firefox, and ALT F7 to recover. >> It must have hung while holding an X grab, that mysterious >> problem describe

Re: winedbg: Only add ContextFlags which are defined

2010-09-09 Thread André Hentschel
Am 09.09.2010 12:34, schrieb Dmitry Timoshkov: > André Hentschel wrote: > CONTROL and INTEGER are standard defines, but ia64 and ARM don't define CONTEXT_FLOATING_POINT >>> >>> ia64 does define CONTEXT_FLOATING_POINT, ARM probably should also do. >>> >> A standard ARM CPU doesn't has a

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Tom Spear
Perhaps making a hash based on app name and version in the appdb, and then have wine reading the hash from the app to check against the appdb. If anyone uses Fedora, their ABRT tool generates hashes for different bugs and then searches their bugzilla before submitting the crash dump, to find if a

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Roderick Colenbrander
On Thu, Sep 9, 2010 at 6:12 PM, Damjan Jovanovic wrote: > On Thu, Sep 9, 2010 at 5:47 PM, Austin English > wrote: >> On Thu, Sep 9, 2010 at 8:34 AM, Rosanne DiMesio >> wrote: >>> On Thu, 9 Sep 2010 00:59:32 -0700 >>> Dan Kegel wrote: >>> Watching Twitter, one fairly frequently seems peop

Re: Console issues in recent git

2010-09-09 Thread Eric Pouech
Le 09/09/2010 18:13, Jerome Leclanche a écrit : Eric, When running a program with "r" in winedbg, I get: fixme:winedbg:dbg_run_debuggee Re-running current program with "\r" as args is broken Does this have anything to do with the EOL conversion issues? no, it has been broken for years (if

Re: msxml3: Implement property SelectionNamespaces for XPath

2010-09-09 Thread Alexandre Julliard
Adam Martinson writes: > +extern inline const struct list* nsList_from_xmlDocPtr(xmlDocPtr doc); Declaring an extern function inline doesn't make much sense. Also it would be more generally useful if it didn't return a const pointer. -- Alexandre Julliard julli...@winehq.org

Re: fusion:asmname Improve parse_display_name

2010-09-09 Thread Alexandre Julliard
Alexandre Goujon writes: > @@ -522,8 +522,18 @@ static HRESULT parse_display_name(IAssemblyNameImpl > *name, LPCWSTR szAssemblyNam > if (!str) > return E_OUTOFMEMORY; > > -ptr = strstrW(str, separator); > -if (ptr) *ptr = '\0'; > +ptr = strchrW(str, ','); > + > +i

Re: dogfood report: Safari runs youtube, firefox doesn't

2010-09-09 Thread Louis Lenders
Dan Kegel kegel.com> writes: > > So I wanted to quickly try youtube in wine to verify sound > was working. I think I used to use Firefox for this, so > I did > sh winetricks firefox flash This is a regression, this used to work a couple of months/ 1 year (?) ago, but it hangs. If someone wi

Re: dogfood report: Safari runs youtube, firefox doesn't

2010-09-09 Thread Reece Dunn
On 9 September 2010 19:29, Dan Kegel wrote: > So I wanted to quickly try youtube in wine to verify sound > was working.  I think I used to use Firefox for this, so > I did >  sh winetricks firefox flash > and fired it up... but it hung.  (And it even hung my desktop > once; had to use CTL ALT F1,

dogfood report: Safari runs youtube, firefox doesn't

2010-09-09 Thread Dan Kegel
So I wanted to quickly try youtube in wine to verify sound was working. I think I used to use Firefox for this, so I did sh winetricks firefox flash and fired it up... but it hung. (And it even hung my desktop once; had to use CTL ALT F1, kill firefox, and ALT F7 to recover. It must have hung w

Re: user32: Update Italian translation

2010-09-09 Thread Paul Vriens
On 09/09/2010 04:09 PM, Luca Bennati wrote: Hi Luca, You need to add the UTF-8 pragma: Warning: string "&Sì" seems to be UTF-8 but codepage 1252 is in use. Warning: string "&Più finestre..." seems to be UTF-8 but codepage 1252 is in use. -- Cheers, Paul.

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Damjan Jovanovic
On Thu, Sep 9, 2010 at 5:47 PM, Austin English wrote: > On Thu, Sep 9, 2010 at 8:34 AM, Rosanne DiMesio wrote: >> On Thu, 9 Sep 2010 00:59:32 -0700 >> Dan Kegel wrote: >> >>> Watching Twitter, one fairly frequently seems people trying >>> and failing to run iTunes 10 and the like in Wine. >>> >>

Re: Console issues in recent git

2010-09-09 Thread Jerome Leclanche
Eric, When running a program with "r" in winedbg, I get: fixme:winedbg:dbg_run_debuggee Re-running current program with "\r" as args is broken Does this have anything to do with the EOL conversion issues? J. Leclanche On Wed, Sep 8, 2010 at 9:32 PM, Reece Dunn wrote: > On 8 September 2010 21

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Austin English
On Thu, Sep 9, 2010 at 8:34 AM, Rosanne DiMesio wrote: > On Thu, 9 Sep 2010 00:59:32 -0700 > Dan Kegel wrote: > >> Watching Twitter, one fairly frequently seems people trying >> and failing to run iTunes 10 and the like in Wine. >> >> Should we let them bash their heads against the wall like that

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Dan Kegel
On Thu, Sep 9, 2010 at 8:06 AM, Luke Benstead wrote: > I brought up a long time ago the idea of having something like this that > checked the current rating in the appdb. So exe files are associated with > the appdb entry and double-clicking would say something like: "This Windows > application is

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Luke Benstead
On 9 September 2010 15:53, Dan Kegel wrote: > Scott wrote: > > This would be relatively simple to implement, and would even > > be doable with a shell script outside of Wine. Just md5sum > > the .exe, compare it with a blacklist, pop the warning if so, > > and if not pass it to the normal Wine p

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Dan Kegel
Scott wrote: > This would be relatively simple to implement, and would even > be doable with a shell script outside of Wine. Just md5sum > the .exe, compare it with a blacklist, pop the warning if so, > and if not pass it to the normal Wine process. You'd probably want to sha1sum only the first m

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Dan Kegel
Rosanne DiMesio wrote: >> Maybe we should detect the top ten apps that don't work >> with Wine, and put up a warning dialog saying they are >> known not to work, and people shouldn't try. > > Do you really want to prevent users from ever > testing these apps in new versions of Wine, > or trying to

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Octavian Voicu
On Thu, Sep 9, 2010 at 1:46 PM, Scott Ritchie wrote: > This would be relatively simple to implement, and would even be doable > with a shell script outside of Wine.  Just md5sum the .exe, compare it > with a blacklist, pop the warning if so, and if not pass it to the > normal Wine process. Wouldn

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Rosanne DiMesio
On Thu, 9 Sep 2010 00:59:32 -0700 Dan Kegel wrote: > Watching Twitter, one fairly frequently seems people trying > and failing to run iTunes 10 and the like in Wine. > > Should we let them bash their heads against the wall like that? > > Maybe we should detect the top ten apps that don't work >

Re: [2/7] urlmon/tests: Removed no longer needed todo_wine's

2010-09-09 Thread Thomas Mullaly
Hi Paul, On Thu, Sep 9, 2010 at 2:19 AM, Paul Vriens wrote: > > todo_wine's that succeed are marked as failures so that means these are not > fixed on (at least) AJ's box as otherwise previous patches would have been > rejected. > The reason they didn't show up as test succeeded failures on wine

Re: msxml3/tests: add lastChild tests

2010-09-09 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=5160 Your paranoid android.

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Scott Ritchie
On 09/09/2010 12:59 AM, Dan Kegel wrote: > Watching Twitter, one fairly frequently seems people trying > and failing to run iTunes 10 and the like in Wine. > > Should we let them bash their heads against the wall like that? > > Maybe we should detect the top ten apps that don't work > with Wine,

Re: winedbg: Only add ContextFlags which are defined

2010-09-09 Thread Dmitry Timoshkov
André Hentschel wrote: > >> CONTROL and INTEGER are standard defines, but ia64 and ARM don't define > >> CONTEXT_FLOATING_POINT > > > > ia64 does define CONTEXT_FLOATING_POINT, ARM probably should also do. > > > A standard ARM CPU doesn't has a FPU, so i guess that don't make sense. Probably,

Re: winedbg: Only add ContextFlags which are defined

2010-09-09 Thread André Hentschel
Am 09.09.2010 11:07, schrieb Dmitry Timoshkov: > André Hentschel wrote: > >> CONTROL and INTEGER are standard defines, but ia64 and ARM don't define >> CONTEXT_FLOATING_POINT > > ia64 does define CONTEXT_FLOATING_POINT, ARM probably should also do. > A standard ARM CPU doesn't has a FPU, so i

Re: d3dx9_36: Implement D3DXCreateMesh and initial ID3DXMesh methods. (try 2)

2010-09-09 Thread Henri Verbeet
On 9 September 2010 02:40, Misha Koshelev wrote: > +while (count < MAX_FVF_DECL_SIZE && (count == 0 || > declaration[count-1].Stream != 0xFF)) > +{ > +count++; > +} > +if (count > 1) > +{ > +vertex_size = declaration[count-2].Offset + > d3dx_decltype_size[decl

Re: winedbg: Only add ContextFlags which are defined

2010-09-09 Thread Dmitry Timoshkov
André Hentschel wrote: > CONTROL and INTEGER are standard defines, but ia64 and ARM don't define > CONTEXT_FLOATING_POINT ia64 does define CONTEXT_FLOATING_POINT, ARM probably should also do. -- Dmitry.

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Tom Wickline
You could also add Office 2010 to the list. :) Tom On Thu, Sep 9, 2010 at 3:59 PM, Dan Kegel wrote: > Watching Twitter, one fairly frequently seems people trying > and failing to run iTunes 10 and the like in Wine. > > Should we let them bash their heads against the wall like that? > > Maybe we

Keeping people from trying iTunes in Wine?

2010-09-09 Thread Dan Kegel
Watching Twitter, one fairly frequently seems people trying and failing to run iTunes 10 and the like in Wine. Should we let them bash their heads against the wall like that? Maybe we should detect the top ten apps that don't work with Wine, and put up a warning dialog saying they are known not t