Re: GDI32.dll.NamedEscape

2008-01-15 Thread Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote: > No. I am not using any native dll. > > The program to install hangs the moment I pres the button "Install" and > aborts saying that: > > wine: Call from 0x73ba1895 to unimplemented function > GDI32.dll.NamedEscape, aborting I'd suggest to open a bug for this and att

Re: GDI32.dll.NamedEscape

2008-01-15 Thread luis . busquets
No. I am not using any native dll. The program to install hangs the moment I pres the button "Install" and aborts saying that: wine: Call from 0x73ba1895 to unimplemented function GDI32.dll.NamedEscape, aborting > Luis C. Busquets Pérez wrote: >> I am having problems with a bunch of three games

Re: Status of d3d in a child window?

2008-01-15 Thread Stefan Dösinger
Am Mittwoch, 16. Januar 2008 00:29:02 schrieb Mark Hatsell: > Hello All > > I was just wondering what the status was of D3D in a child window. Looking > back at the release info it seems that the OpenGL in a child window has > been sorted and that D3D has been converted to use WGL. Is this not enou

Time to create a stub wmvcore.dll?

2008-01-15 Thread Dan Kegel
There seem to be a large number of apps that don't start unless a wmvcore.dll is present: TVersity Phatnoise Lost Planet The Bard's Tale WMA Workshop MixMeister ... So, how 'bout it? Should we create a stub for wmvcore.dll and friends? - Dan

Re: Towards Zero Test Suite Failures

2008-01-15 Thread Steven Edwards
On Jan 15, 2008 6:03 PM, Francois Gouget <[EMAIL PROTECTED]> wrote: > > This Examples of "broken" Windows installations are VMware > > installations with Direct3D support enabled. VMWare has a D3D driver > > that works similarly to Wine, but has a few bugs that our tests > > stumble uppon. > > > >

Valgrinding large win32 app worked!

2008-01-15 Thread Dan Kegel
This script, http://kegel.com/wine/valgrind/valgrind-330-build.sh builds a copy of valgrind-3.3.0 with John Reiser's forward port of the Wine support patch. With that, I can run Picasa for Windows under Wine under Valgrind. It takes 40 seconds to start up on my 1.3GHz Athlon 64, which is right in l

Status of d3d in a child window?

2008-01-15 Thread Mark Hatsell
Hello All I was just wondering what the status was of D3D in a child window. Looking back at the release info it seems that the OpenGL in a child window has been sorted and that D3D has been converted to use WGL. Is this not enough to get D3D in a child window going? I have tried the mfctex sa

Re: advpack: Skip some tests if not in interactive mode because they pop up dialogs.

2008-01-15 Thread Francois Gouget
On Tue, 15 Jan 2008, Saulius Krasuckas wrote: > * On Tue, 13 Nov 2007, Francois Gouget wrote: > > > > This was causing the advpack:install test to time out on my Win98, WinXP > > and Win2003 VMs. > > Would it be nice to create some closer-thread for closing poped up dialogs > in places of code

Re: Towards Zero Test Suite Failures

2008-01-15 Thread Francois Gouget
On Mon, 14 Jan 2008, Stefan Dösinger wrote: > Am Montag, 14. Januar 2008 14:41:35 schrieb Reece Dunn: > > But if you fix a test failure in Wine that is failing on Windows, then > > you are introducing a bug in Wine. > Not necessarily. Some tests are too strict in what they expect, and sometimes >

Re: SVN usage for Wine

2008-01-15 Thread Francois Gouget
On Sun, 13 Jan 2008, James McKenzie wrote: [...] > Where are you getting your git code from and does it require any patches > to make it compile and run on MacOSX 10.4? Rob probably installed his Git from Fink. I've installed mine using MacPorts. Here's the recipe in case you're interested: ---

Re: WWN license issue

2008-01-15 Thread Jeremy Newman
I'll patch it so it points to the GPL v2 licence, unless someone feels there is a reason it needs to be v3. Zachary Goldberg wrote: > On Jan 15, 2008 9:58 AM, Ian Macfarlane <[EMAIL PROTECTED]> wrote: >> At the bottom of each WWN issue (for example, the latest >> http://www.winehq.org/?issue=339)

Re: WWN license issue

2008-01-15 Thread Zachary Goldberg
On Jan 15, 2008 9:58 AM, Ian Macfarlane <[EMAIL PROTECTED]> wrote: > At the bottom of each WWN issue (for example, the latest > http://www.winehq.org/?issue=339) is the text: > > "All Kernel Cousin issues and summaries are copyright their original > authors, and distributed under the terms of the G

re: Tools: Spelling fixes

2008-01-15 Thread Dan Kegel
Austin wrote: >only used for optimization, so just check for a very small set of >- criteria that guarantee the types are equivalent; assume every thing >+ criteria that guarantees the types are equivalent; assume everything The original was correct, please don't change that. Firstly, it'

Re: advpack: Skip some tests if not in interactive mode because they pop up dialogs.

2008-01-15 Thread Saulius Krasuckas
* On Tue, 13 Nov 2007, Francois Gouget wrote: > > This was causing the advpack:install test to time out on my Win98, WinXP > and Win2003 VMs. Would it be nice to create some closer-thread for closing poped up dialogs in places of code known for that behaviour? (Probably, for non interactive m

d3dx9: Start implementation of d3dx9_36

2008-01-15 Thread tony . wasserka
What's wrong with it this time? Thought that it was okay this time :D

WWN license issue

2008-01-15 Thread Ian Macfarlane
At the bottom of each WWN issue (for example, the latest http://www.winehq.org/?issue=339) is the text: "All Kernel Cousin issues and summaries are copyright their original authors, and distributed under the terms of the GNU General Public License, version 2.0. " However, it links to http://www.g

Re: Good source for msvcr71?

2008-01-15 Thread Alexandre Julliard
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > So, it seems like Microsoft suggests to always distribute its own copy of > msvcr71.dll with every application. That means that it's unlikely that > Microsoft will provide an installer for it on microsoft.com. > > Just an idea, can we build our mozi

Re: Good source for msvcr71?

2008-01-15 Thread Dmitry Timoshkov
"Dan Kegel" <[EMAIL PROTECTED]> wrote: >> Just an idea, can we build our mozilla dlls so that the build includes >> msvcr71.dll? > > Sure, if we build gecko with visual studio 2003, it'll have to come with one. cl.exe from the Vista PSDK produces .exe files with a MSVCR80.dll dependency, perhaps

Re: Good source for msvcr71?

2008-01-15 Thread Dan Kegel
On Jan 15, 2008 12:39 AM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > > Anyone know a better source [for msvcr71], > > preferably at microsoft.com? > > I'd like to add it to winetricks. > > ... it seems like Microsoft suggests to always distribute its own copy of > msvcr71.dll with every applicat

Re: [advapi32] QueryServiceConfig2 (2nd try)

2008-01-15 Thread Alexandre Julliard
Stefan Leichter <[EMAIL PROTECTED]> writes: > + * Note > + * observed unter win2k: > + * 1. when the function is called to get the required buffer size, the > value of > + * the returned parameter needed is big enough to hold the strings as > WCHARs(!) It's not WCHARs, it's two A chars pe

Re: [take 2] shell32: Check if token references the current user

2008-01-15 Thread Alexandre Julliard
[EMAIL PROTECTED] writes: > Incorporates feedback by Juan Lang > > Changelog: > Ge van Geldorp <[EMAIL PROTECTED]> Please either put your full name in the mail headers, or include the full git headers in the body of your message, so that my commit script can grab your name and email automatical

Re: gdi32: Do not allow to create too large device dependent bitmaps like Windows does

2008-01-15 Thread Robert Shearman
Dmitry Timoshkov wrote: > +SetLastError(0xdeadbeef); > +hbmp = CreateBitmap(0x7ff, 9, 1, 1, NULL); > +ok(!hbmp, "CreateBitmap should fail\n"); > +ok(GetLastError() == ERROR_NOT_ENOUGH_MEMORY, > + "expected ERROR_INVALID_PARAMETER, got %u\n", GetLastError()); > The stri

Re: user32, wined3d: move refresh rate fallback to catch allcases(resend)

2008-01-15 Thread Dmitry Timoshkov
"Erik Inge Bolsø" <[EMAIL PROTECTED]> wrote: > As I said last time I tried to submit this, the game starts in Windows > XP on an identical graphics card + lcd monitor combination. (50 Hz is > not available there either.) It does not start in Wine. This allows it to > start, but I'm not 100% certai

Re: user32,wined3d: move refresh rate fallback to catch all cases(resend)

2008-01-15 Thread Erik Inge Bolsø
On Tue, 15 Jan 2008, Dmitry Timoshkov wrote: > "Erik Inge Bolsø" <[EMAIL PROTECTED]> wrote: > > This is a change to match windows behaviour, AFAICT. > > Based on what? > > > How would I go about adding a testcase for this? I don't have a windows > > development environment set up, and only indire

Re: user32, wined3d: move refresh rate fallback to catch all cases(resend)

2008-01-15 Thread Dmitry Timoshkov
"Erik Inge Bolsø" <[EMAIL PROTECTED]> wrote: > This is a change to match windows behaviour, AFAICT. Based on what? > How would I go about adding a testcase for this? I don't have a windows > development environment set up, and only indirectly a windows install to > test on. Can't mess around wit

Re: user32,wined3d: move refresh rate fallback to catch all cases (resend)

2008-01-15 Thread Erik Inge Bolsø
On Tue, 15 Jan 2008, Dmitry Timoshkov wrote: > "Erik Inge Bolsø" <[EMAIL PROTECTED]> wrote: > > If requesting a refresh rate that isn't available, but a better one is, > > ChangeDisplaySettings fails and some games fail to launch. This does > > not seem to match WinXP behaviour with the same graphi

Re: Good source for msvcr71?

2008-01-15 Thread Dmitry Timoshkov
"Dan Kegel" <[EMAIL PROTECTED]> wrote: > I finally ran into an app that wanted msvcr71 > but didn't bundle it (supercopyright). > After a few minutes of looking, I couldn't find it > anywhere on microsoft.com. The best source > I could find was the installer for spambayes 1.1, > but that's inconv

Re: user32, wined3d: move refresh rate fallback to catch all cases (resend)

2008-01-15 Thread Dmitry Timoshkov
"Erik Inge Bolsø" <[EMAIL PROTECTED]> wrote: > If requesting a refresh rate that isn't available, but a better one is, > ChangeDisplaySettings fails and some games fail to launch. This does > not seem to match WinXP behaviour with the same graphics card + lcd > monitor combination. If that's not