Re: [PATCH](updated) wined3d: Implemented converting X1R5G5B5 format to R5G5B5A1 to emulate color-keying

2007-05-22 Thread Stefan Dösinger
Am Dienstag 22 Mai 2007 03:32 schrieb [EMAIL PROTECTED]: Looks ok pgpEmxnWrgZUB.pgp Description: PGP signature

Re: ADVAPI32: (1 of 4) Implement EnumServicesStatusExW

2007-05-22 Thread Alexandre Julliard
Rolf Kalbermatter [EMAIL PROTECTED] writes: +r = QueryServiceStatusEx(handle, SC_STATUS_PROCESS_INFO, (LPBYTE)svcStatusData, + sizeof(SERVICE_STATUS_PROCESS), sz); +if (r) +{ +switch (dwServiceType) +

Re: hnetcfg: [resend 2] 3/6 add local header file

2007-05-22 Thread Jeff L
Michael Stefaniuc wrote: Jeff Latimer wrote: --- dlls/hnetcfg/hnetcfg_dll.h | 70 + +/* __stdcall HNETCFG_HNetDeleteRasConnection(); */ It's only the comments but why don't you use WINAPI instead of __stdcall? bye michael This is more a

Re: hnetcfg: [resend 2] 1/6 uuids for INetFwMgr interface

2007-05-22 Thread Jeff L
Robert Shearman wrote: Jeff Latimer wrote: +OUR_GUID_ENTRY(IID_INetFwMgr,0xf7898af5, 0xcac4, 0x4632, 0xa2, 0xec, 0xda ,0x06, 0xe5, 0x11, 0x1a, 0xf2) +OUR_GUID_ENTRY(CLSID_NetFwMgr, 0x304ce942, 0x6e39, 0x40d8, 0x94, 0x3a, 0xb9, 0x13, 0xc4, 0x0c,

Re: New Gecko package

2007-05-22 Thread Vitaliy Margolen
Jacek Caban wrote: Hi all, It's time to update our Gecko package. I've prepared a new one. I'd like to avoid any regression, esp. ones that would require changing the package again. That's why I'd like to do a good test. I'm interested in regressions, so just a simple test if app that

Re: FPS tool for wine

2007-05-22 Thread Francois Gouget
On Tue, 22 May 2007, Stefan Dösinger wrote: [...] But why would they prefer external stuff over the games' built-in benchmark features? I believe some test sites like to build graphs of framerate over time. This lets them extract not only the average framerate, but also the minimum and

Re: msi ole automation: where to next?

2007-05-22 Thread Misha Koshelev
On Mon, 2007-05-21 at 13:49 -0700, Dan Kegel wrote: I doubt anyone knows the complete set of those functions that actually get used by real-world installers. I think your choice is either a) keep plugging along on msi automation on the theory that it's good for msi in general and might help

Re: msi ole automation: where to next?

2007-05-22 Thread Dan Kegel
On 5/22/07, Misha Koshelev [EMAIL PROTECTED] wrote: One more question: Will the COMification of msi somehow require OLE automation, as Mike's email excerpt seems to suggest (this would be another reason then to continue implementing it)? If so, how? It will require the OLE interfaces

Re: msi ole automation: where to next?

2007-05-22 Thread Robert Shearman
Misha Koshelev wrote: One more question: Will the COMification of msi somehow require OLE automation, as Mike's email excerpt seems to suggest (this would be another reason then to continue implementing it)? If so, how? I believe James is planning to implement it, but it doesn't really make

loading windows DLL in a linux app

2007-05-22 Thread ml
Hi! I have a third party library which is a Windows DLL. Is it possible to use Wine to call its functions under Linux? I tried a simple code #include library.h int main(int argc, char**argv) { HMODULE dll; dll = LoadLibrary(atouch32.dll); return 0; } compiled successfully but runtime

Re: msi ole automation: where to next?

2007-05-22 Thread Misha Koshelev
On Tue, 2007-05-22 at 16:06 +0100, Robert Shearman wrote: Misha Koshelev wrote: One more question: Will the COMification of msi somehow require OLE automation, as Mike's email excerpt seems to suggest (this would be another reason then to continue implementing it)? If so, how? I

Re: loading windows DLL in a linux app

2007-05-22 Thread Damjan Jovanovic
On 5/22/07, ml [EMAIL PROTECTED] wrote: Hi! I have a third party library which is a Windows DLL. Is it possible to use Wine to call its functions under Linux? I tried a simple code #include library.h int main(int argc, char**argv) { HMODULE dll; dll = LoadLibrary(atouch32.dll); return

Re: RegDeleteTree [7] [resend]

2007-05-22 Thread Laurent Vromman
There is a few tabs in the file : Here (line 92), first blank character : + dwValCount, NULL, NULL, NULL, NULL); Here (line 103) + } Laurent Hello, any comment on the current version of this patch? ChangeLog - added implementation of

Re: RegDeleteTree [7] [resend]

2007-05-22 Thread Stefan Leichter
Am Tuesday 22 May 2007 18:05 schrieb Laurent Vromman: There is a few tabs in the file : Here (line 92), first blank character : + dwValCount, NULL, NULL, NULL, NULL); Here (line 103) + } Laurent Hello Laurent, thank you for the comment. How did you spot the

Re: winscard: small stub implementation of winscard dll (Try 2)

2007-05-22 Thread Alexandre Julliard
Mounir IDRASSI [EMAIL PROTECTED] writes: +BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) +{ +TRACE(%p,%x,%p\n, hinstDLL, fdwReason, lpvReserved); + +switch (fdwReason) +{ +case DLL_PROCESS_ATTACH: +{ +

tests: show summary and last executed test in case of a crash

2007-05-22 Thread Peter Oberndorfer
Some tests on http://test.winehq.org/data/ seem to crash silently. This patch might be useful for debugging such crashes. It prints out the last ok/trace that was executed before the crash, the exception address and the type of the crash. It also print out the summary that is normally printed at

Re: Bugzilla outcome?

2007-05-22 Thread Tom Spear
I sent this to the wrong list before, sorry for that.. Just curious to see if anything was ever done with the offer to upgrade bugzilla? On a side note, it would be nice if there was a crash keyword to make finding crashes easier -- Thanks Tom

Re: tests: show summary and last executed test in case of a crash

2007-05-22 Thread Paul Vriens
Peter Oberndorfer wrote: Some tests on http://test.winehq.org/data/ seem to crash silently. Hi, Remember that not all 'Crashes' on the mentioned site are real crashes. Most Vista tests I'm running have 'Crash' mentioned on those pages. The reason is that the generated results file is bigger

Re: Bugzilla outcome?

2007-05-22 Thread Robert Shearman
Tom Spear wrote: Just curious to see if anything was ever done with the offer to upgrade bugzilla? On a side note, it would be nice if there was a crash keyword to make finding crashes easier Searching for Unhandled exception is too hard? -- Rob Shearman

Re: FPS tool for wine

2007-05-22 Thread Tomas Carnecky
[EMAIL PROTECTED] wrote: The largest gaming site in Norway recently did an extensive review of gaming on Linux, but Wine was left out of the benchmark because no FPS tool exists for Wine. Surely this can't be true? I guess I could modify yukon [1] to not capture the actual frames but only

Re: Bugzilla outcome?

2007-05-22 Thread Tom Spear
On 5/22/07, Robert Shearman [EMAIL PROTECTED] wrote: Searching for Unhandled exception is too hard? Not all bugs have a proper trace, not all crashes result in the unhandled exception message (100% cpu usage being one case), not all bugs say crash (some say hang, or stuck, 100% cpu usage,

Re: RegDeleteTree [7] [resend]

2007-05-22 Thread Laurent Vromman
Stefan Leichter a écrit : Am Tuesday 22 May 2007 18:05 schrieb Laurent Vromman: There is a few tabs in the file : Here (line 92), first blank character : + dwValCount, NULL, NULL, NULL, NULL); Here (line 103) + } Laurent Hello Laurent, thank you for

Re: New Gecko package

2007-05-22 Thread Jacek Caban
Jacek Caban wrote: - Extracting it to install it manually works, as do the scroll bars (which work fine) - It crashes after submitting more than one form on websites. For instance searching for something on Google, then searching again will cause a crash. Thanks for testing. I've

Re: New Gecko package

2007-05-22 Thread Jacek Caban
Hi Vitaliy, Vitaliy Margolen wrote: Jacek Caban wrote: Hi all, It's time to update our Gecko package. I've prepared a new one. I'd like to avoid any regression, esp. ones that would require changing the package again. That's why I'd like to do a good test. I'm interested in

Re: Bugzilla outcome?

2007-05-22 Thread James Hawkins
On 5/22/07, Tom Spear [EMAIL PROTECTED] wrote: On 5/22/07, Robert Shearman [EMAIL PROTECTED] wrote: Searching for Unhandled exception is too hard? Not all bugs have a proper trace, not all crashes result in the unhandled exception message (100% cpu usage being one case), not all bugs say crash

Re: Bugzilla outcome?

2007-05-22 Thread Tom Spear
On 5/22/07, James Hawkins [EMAIL PROTECTED] wrote: I don't see how a 'crash' keyword will add any utility to bugzilla. Is someone planning on focusing solely on apps that crash, and if so, why? Well, when I look thru bugzilla, that is my main focus is find bugs with crashes, and try to debug

Re: FPS tool for wine

2007-05-22 Thread Tomas Zijdemans
Good point. What they probably want, is an external tool (like fraps) that gives them some nice numbers. I have informed them of your comments, and hope they consider it. This is the largest computer-related site in Norway, so I hope Wine can get some good PR here.. Stefan Dösinger wrote:

Re: FPS tool for wine

2007-05-22 Thread Tomas Zijdemans
I've informed them about this. Let's hope they consider it! Lei Zhang wrote: Right, for instance Tom Wickline ran 3dmark2000 and posted the results here: http://wiki.winehq.org/BenchMark-0.9.33 On 5/21/07, Alexander Nicolaysen Sørnes [EMAIL PROTECTED] wrote: Tirsdag 22 mai 2007 00:13, skrev

Re: winscard: small stub implementation of winscard dll (Try 2)

2007-05-22 Thread Mounir IDRASSI
Hi Alexandre, You are completely right...these variables are definitely useless!! I don't remember when I coded that but it must have been very late at night! Anyway, I'll purge them from the patch. Mounir IDRASSI IDRIX - Cryptography and IT Security Experts http://www.idrix.fr Alexandre

Re: New Gecko package

2007-05-22 Thread Luke Bratch
--- Jacek Caban [EMAIL PROTECTED] wrote: Okay, I think I found the fix. I've uploaded a new package. It's the same URL as before: http://gerwazy.lo3.wroc.pl/~jcaban/wine/wine_gecko.tar.bz2 It fixes the crash for me. Yup this fixes that problem for me, however I've found another regression.

Re: FPS tool for wine

2007-05-22 Thread Jan Zerebecki
On Mon, May 21, 2007 at 06:13:25PM -0500, EA Durbin wrote: does fraps not work in wine? http://appdb.winehq.org/appview.php?iVersionId=5065 Last I tested it crashed on startup: http://bugs.winehq.org/show_bug.cgi?id=5601 . Jan

Re: Bugzilla outcome?

2007-05-22 Thread Jan Zerebecki
I'll ask what the progress is with our Bugzilla upgrade when the one who offered this comes online again. On Tue, May 22, 2007 at 03:25:40PM -0500, Tom Spear wrote: On 5/22/07, Robert Shearman [EMAIL PROTECTED] wrote: Searching for Unhandled exception is too hard? Not all bugs have a proper

Re: New Gecko package

2007-05-22 Thread Vitaliy Margolen
Jacek Caban wrote: Hi Vitaliy, Vitaliy Margolen wrote: Jacek Caban wrote: wine iexplore http://winehq.org/ crashes for me. Could you please send me seh,tid,mshtml,shdocvw logs? Never mind. It was some testing patch in my tree that broke things. BTW why JavaScript doesn't work or

APPDB ROGE USER

2007-05-22 Thread Vitaliy Margolen
ANYONE WITH appdb admin rights check into IRC!!!