Re: dotests script

2009-06-13 Thread Austin English
On Sat, Jun 13, 2009 at 9:52 PM, chris ahrendt wrote: > > Does anyone have the dotests script they could send me ... I moved to a > new machine and lost the script. > Went to the wiki and it fails to find it when I click on the link. I get > an error stating that I am unable to add > an attachment

dotests script

2009-06-13 Thread chris ahrendt
Does anyone have the dotests script they could send me ... I moved to a new machine and lost the script. Went to the wiki and it fails to find it when I click on the link. I get an error stating that I am unable to add an attachment (even after logging in). Chris

Re: user32: Test request (cursoricon)

2009-06-13 Thread Nicolas Le Cam
2009/6/8 Daniel Santos : > I've tested this on XP, but I would like to get somebody to test on 9x and > maybe even vista please and thank you.  These tests are the prelude to > cursoricon patches including Griswold's animated cursors & themed cursors and > my fixes for LOTRO (mostly handling inv

Re: Insane git output

2009-06-13 Thread Kai Blin
On Saturday 13 June 2009 19:43:30 Dan Kegel wrote: > I did a git pull today, and saw this: > > copy programs/clock/rsrc.rc => dlls/d3dx9_36/tests/resources.h (57%) > copy {programs/clock => dlls/d3dx9_36/tests}/rsrc.rc (57%) > create mode 100644 dlls/d3dx9_36/tests/texture.c > create mode 10064

Insane git output

2009-06-13 Thread Dan Kegel
I did a git pull today, and saw this: copy programs/clock/rsrc.rc => dlls/d3dx9_36/tests/resources.h (57%) copy {programs/clock => dlls/d3dx9_36/tests}/rsrc.rc (57%) create mode 100644 dlls/d3dx9_36/tests/texture.c create mode 100644 dlls/d3dx9_36/util.c create mode 100644 dlls/msctf/compartm

Re: Posting deletions on AppDB

2009-06-13 Thread Vitaliy Margolen
Then my question would be why are you removing latest posts? Both of them say: "This comment was made on 2009-06-13 by Felix Zielcke". Vitaliy. Ken Sharp wrote: > Exactly, the AppDB does not include child posts that have been deleted. > > The first deletion was my error, the second deletion was

Re: Posting deletions on AppDB

2009-06-13 Thread Ken Sharp
Exactly, the AppDB does not include child posts that have been deleted. The first deletion was my error, the second deletion was no error. I have removed literally thousands of old comments. There seems to be three of us working through what is literally tens of thousands of comments, there ar

Re: Posting deletions on AppDB

2009-06-13 Thread Vitaliy Margolen
What do you mean? There were only 2 of his posts that you removed. I've attached both e-mails AppDB sent. Vitaliy Ken Sharp wrote: > Did you include the rest of the comments? > > Vitaliy Margolen wrote: >> I'm having a problem with these posts delition by Ken Sharp. I do not see >> anything wron

Re: Posting deletions on AppDB

2009-06-13 Thread Ken Sharp
Did you include the rest of the comments? Vitaliy Margolen wrote: I'm having a problem with these posts delition by Ken Sharp. I do not see anything wrong there. 'wine start file.msi' is _the_ correct way to "run" msi files (that's what happenes when you double click). Even if there was somethi

Posting deletions on AppDB

2009-06-13 Thread Vitaliy Margolen
I'm having a problem with these posts delition by Ken Sharp. I do not see anything wrong there. 'wine start file.msi' is _the_ correct way to "run" msi files (that's what happenes when you double click). Even if there was something wrong, removing post is a bad thing to do. Please just explain in

Re: CreateFileA with /dev/random as WinNT filename

2009-06-13 Thread Karl Vogel
On Sat, Jun 13, 2009 at 4:53 PM, Jeff Zaroyko wrote: > > On Sun, Jun 14, 2009 at 12:43 AM, Karl Vogel wrote: > > In ran into a problem with a game, Dark Age of Camelot, where it locked up > > after logging into the game. After some tracing it became apparent that the > > game was trying to read by

Re: PATCH - enhance the help message in expand

2009-06-13 Thread Steven Edwards
On Fri, Jun 12, 2009 at 10:56 AM, Detlef Riekenberg wrote: > Mixing the case looks strange. > (Files/files, Destination/destination) > > Please move the helpmsg to a resource, to make translations possible. I already told Alexandre to ignore my spam on the account of it does not properly stub the

Re: CreateFileA with /dev/random as WinNT filename

2009-06-13 Thread Jeff Zaroyko
On Sun, Jun 14, 2009 at 12:43 AM, Karl Vogel wrote: > In ran into a problem with a game, Dark Age of Camelot, where it locked up > after logging into the game. After some tracing it became apparent that the > game was trying to read bytes from /dev/random, but due to me working > remotely on the co

CreateFileA with /dev/random as WinNT filename

2009-06-13 Thread Karl Vogel
In ran into a problem with a game, Dark Age of Camelot, where it locked up after logging into the game. After some tracing it became apparent that the game was trying to read bytes from /dev/random, but due to me working remotely on the computer, not enough entropy was generated which stalled the g

Duplicates page: Permission denied

2009-06-13 Thread Ken Sharp
Since the upgrade of Bugzilla, the duplicates page reports permission denied. http://bugs.winehq.org/duplicates.cgi Can anyone with the relevant access check the permissions? This is http://bugs.winehq.org/show_bug.cgi?id=18665

Re: [mlang/tests] Fix a test failure on Win95

2009-06-13 Thread Paul Vriens
Paul Vriens wrote: Hi, It's only my Win95 box that has this failure (the other ones don't even run these particular tests). Changelog Fix a test failure on Win95 This also fixes this same test failure on some W2K boxes, so it looks like an IE version specific issue (as already indicated in

Re: user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.

2009-06-13 Thread Dmitry Timoshkov
"Paul Vriens" wrote: There is nothing (apart from the failures of course) that indicates Win9x (last error doesn't change). We could of course use CreateWindowExW instead of A ? That's an easiest solution, yes. -- Dmitry.

Re: user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.

2009-06-13 Thread Paul Vriens
Dmitry Timoshkov wrote: "Paul Vriens" wrote: Perhaps PeekMessage() sets a reasonable last error code in that case which you can test for, and 'continue;'. Well actually, I've improved/corrected the ok() messages and it shows: msg.c:11637: Test failed: 0: got ret 1 hwnd 0224 msg 0171 wPa

Re: user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.

2009-06-13 Thread Dmitry Timoshkov
"Paul Vriens" wrote: Perhaps PeekMessage() sets a reasonable last error code in that case which you can test for, and 'continue;'. Well actually, I've improved/corrected the ok() messages and it shows: msg.c:11637: Test failed: 0: got ret 1 hwnd 0224 msg 0171 wParam 1234 lParam

Re: wine 1.1.23 configure message Mac OSX 10.5.7

2009-06-13 Thread Austin English
On Sat, Jun 13, 2009 at 2:47 AM, Maurits Lamers wrote: > Hi, > > while running configure of wine 1.1.23 on Mac OSX Leopard 10.5.7 the message > below appeared with a request to mail it. > Running XCode 3.1.2, i686-apple-darwin9-gcc-4.0.1. Please feel free to > contact me if you need any extra infor

Re: user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.

2009-06-13 Thread Paul Vriens
Dmitry Timoshkov wrote: "Paul Vriens" wrote: These new tests introduce some failures on Win9x. Could you have a look? It's because HWND_MESSAGE support is missing in win9x. OK, will have a shot at this. Perhaps PeekMessage() sets a reasonable last error code in that case which you can te

wine 1.1.23 configure message Mac OSX 10.5.7

2009-06-13 Thread Maurits Lamers
Hi, while running configure of wine 1.1.23 on Mac OSX Leopard 10.5.7 the message below appeared with a request to mail it. Running XCode 3.1.2, i686-apple-darwin9-gcc-4.0.1. Please feel free to contact me if you need any extra information. greets Maurits checking mach-o/dyld_images.

Re: user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.

2009-06-13 Thread Dmitry Timoshkov
"Paul Vriens" wrote: These new tests introduce some failures on Win9x. Could you have a look? It's because HWND_MESSAGE support is missing in win9x. OK, will have a shot at this. Perhaps PeekMessage() sets a reasonable last error code in that case which you can test for, and 'continue;'.

Re: user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.

2009-06-13 Thread Paul Vriens
Dmitry Timoshkov wrote: "Paul Vriens" wrote: These new tests introduce some failures on Win9x. Could you have a look? It's because HWND_MESSAGE support is missing in win9x. OK, will have a shot at this. -- Cheers, Paul.

Re: user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.

2009-06-13 Thread Dmitry Timoshkov
"Austin English" wrote: > These new tests introduce some failures on Win9x. Could you have a look? It also broke the gdi32:font, gdiplus:font, and user32:edit tests for me, see: http://test.winehq.org/data/45629dc050f46988c23ded35ad18bbd8c63e4e65/wine_ae-ub904/report.html These tests shouldn

Re: user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.

2009-06-13 Thread Dmitry Timoshkov
"Paul Vriens" wrote: These new tests introduce some failures on Win9x. Could you have a look? It's because HWND_MESSAGE support is missing in win9x. -- Dmitry.

Re: OS X build broken

2009-06-13 Thread Austin English
On Fri, Jun 12, 2009 at 12:03 PM, Austin English wrote: > And actually, I'm getting a compiler error on my work machine: > aus...@server1:~/wine-git/dlls/kernel32$ make > gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ > -D_KERNEL32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing