Re: dlls/rstrtmgr: add stubs for RmGetList and RmRegisterResources

2010-09-09 Thread Paul Vriens
On 09/09/2010 07:41 AM, Austin English wrote: +@ stdcall RmGetList(long ptr ptr ptr) Hi Austin, This function has 5 parameters. -- Cheers, Paul.

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

2010-09-09 Thread Paul Vriens
On 09/09/2010 02:46 AM, Thomas Mullaly wrote: These todo's should have been removed as I implemented each of the IUriBuilder_{Get/Set}* functions, but, I forgot about them. Hi Thomas, todo_wine's that succeed are marked as failures so that means these are not fixed on (at least) AJ's box as

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

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 d...@kegel.com 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: winedbg: Only add ContextFlags which are defined

2010-09-09 Thread Dmitry Timoshkov
André Hentschel n...@dawncrow.de 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: d3dx9_36: Implement D3DXCreateMesh and initial ID3DXMesh methods. (try 2)

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

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 n...@dawncrow.de 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: winedbg: Only add ContextFlags which are defined

2010-09-09 Thread Dmitry Timoshkov
André Hentschel n...@dawncrow.de 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.

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

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

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 paul.vriens.w...@gmail.comwrote: 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

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 d...@kegel.com 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

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 sc...@open-vote.org 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

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Dan Kegel
Rosanne DiMesio dime...@earthlink.net 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,

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

Re: Keeping people from trying iTunes in Wine?

2010-09-09 Thread Luke Benstead
On 9 September 2010 15:53, Dan Kegel d...@kegel.com 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

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 kaz...@gmail.com 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

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 dime...@earthlink.net wrote: On Thu, 9 Sep 2010 00:59:32 -0700 Dan Kegel d...@kegel.com 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

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 mscl...@googlemail.com wrote: On 8

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 austinengl...@gmail.com wrote: On Thu, Sep 9, 2010 at 8:34 AM, Rosanne DiMesio dime...@earthlink.net wrote: On Thu, 9 Sep 2010 00:59:32 -0700 Dan Kegel d...@kegel.com wrote: Watching Twitter, one fairly frequently seems people trying and failing

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.

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

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

2010-09-09 Thread Reece Dunn
On 9 September 2010 19:29, Dan Kegel d...@kegel.com 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

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

2010-09-09 Thread Louis Lenders
Dan Kegel dank at 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

Re: fusion:asmname Improve parse_display_name

2010-09-09 Thread Alexandre Julliard
Alexandre Goujon ale.gou...@gmail.com 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, ',');

Re: msxml3: Implement property SelectionNamespaces for XPath

2010-09-09 Thread Alexandre Julliard
Adam Martinson amartin...@codeweavers.com 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

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 you

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 damjan@gmail.com wrote: On Thu, Sep 9, 2010 at 5:47 PM, Austin English austinengl...@gmail.com wrote: On Thu, Sep 9, 2010 at 8:34 AM, Rosanne DiMesio dime...@earthlink.net wrote: On Thu, 9 Sep 2010 00:59:32 -0700 Dan Kegel d...@kegel.com

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: winedbg: Only add ContextFlags which are defined

2010-09-09 Thread André Hentschel
Am 09.09.2010 12:34, schrieb Dmitry Timoshkov: André Hentschel n...@dawncrow.de 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: 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 mscl...@googlemail.com 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