On Mon, 2 Mar 2009, Keith Muir wrote:
> Hi,
>
> Running conformance tests on windows on some builds is impossible it
> wont even complete 1.1.15 was the last one that would run to completion
> and versions between 1.1.14 and 1.1.15 also failed to complete.
Which Windows version?
Did you notice
2009/3/3 "Luis C. Busquets Pérez" :
> I have seen that Henri Verbeet has begun the implementation of
> ID3D10Effect. Since there is a ID3DX9Effect interface I wonder of the
> possibility of creating something like wined3deffect and refer
> ID3DXEffect and ID3D10Effect to that wined3deffect impleme
I have seen that Henri Verbeet has begun the implementation of
ID3D10Effect. Since there is a ID3DX9Effect interface I wonder of the
possibility of creating something like wined3deffect and refer
ID3DXEffect and ID3D10Effect to that wined3deffect implementation.
Stefano Guidoni wrote:
> This patch implements ACM_FORMATENUMF_SUGGEST and fixes bug 16394.
>
> >From MSDN: "The WAVEFORMATEX structure pointed to by the pwfx
> member
> of
> the ACMFORMATDETAILS structure is valid. The enumerator will
> enumerate
> all suggested destination formats for the given
On Sun, Feb 22, 2009 at 10:28 AM, Massimo Del Fedele wrote:
> I put a new (bugfix) version on bug 421 page.
> Please use that one for testing, it should have most font error corrected.
Hi Max,
Were you able to schedule a code review with Alexandre on IRC?
On Mon, Mar 2, 2009 at 3:37 PM, Steven Edwards wrote:
> Hi,
> This is just some interesting reading you guys might enjoy. It seems,
> the Unix subsystem will give you the ability to create a mixed
> application able to call Win32 and Unix functionality. In effect PSX
> becomes like wineserver and
Hi,
This is just some interesting reading you guys might enjoy. It seems,
the Unix subsystem will give you the ability to create a mixed
application able to call Win32 and Unix functionality. In effect PSX
becomes like wineserver and you have to wrap your win32 libs as posix
libraries. (sound famil
Hi,
Running conformance tests on windows on some builds is impossible it
wont even complete 1.1.15 was the last one that would run to completion
and versions between 1.1.14 and 1.1.15 also failed to complete.
Regards,
Keith
On Mon, Mar 2, 2009 at 5:33 PM, Hervÿe9 Chanal
wrote:
> http://img522.imageshack.us/img522/8526/wines2.jpg
Heh, looks cool, too bad we can't print a design with so many gradients
If you want some dumb Wine slogans to inspire you, there are some in
http://spreadsheets.google.com/viewform?key=
2009/3/2 Gert van den Berg :
> "Wine cures your Windows hangover!" :)
That's what I didn't like about that drunk penguin picture ... "Use
Wine in moderation."
- d.
On 03/02/2009 05:34 PM, Vincent Povirk wrote:
> Send only one patch per mail, please.
>
> Vincent Povirk
>
Ok, I've consolidated the patches into one since they fix the same problem.
>
> + WCHAR stemofsearch[MAX_PATH];// maximum allowed executable name is
> +
2009/3/2 Remco :
> On Mon, Mar 2, 2009 at 3:06 PM, David Gerard wrote:
>> The only problem I can see is that the Liberation fonts are GPL (plus
>> font). Would including the font with the Wine download be possible
>> without making Wine entirely GPL?
> Yes, I would think that that constitutes me
On Mon, Mar 2, 2009 at 7:54 PM, Dan Kegel wrote:
> Herve wrote:
>> http://img522.imageshack.us/img522/8526/wines2.jpg
>
> Not bad!
>
> Now for text... something like
>
> "Linux + Wine
> Dissolve Windows headaches fast!"
>
> :-)
>
"Wine cures your Windows hangover!" :)
On Mon, Mar 2, 2009 at 3:06 PM, David Gerard wrote:
> The only problem I can see is that the Liberation fonts are GPL (plus
> font). Would including the font with the Wine download be possible
> without making Wine entirely GPL?
Yes, I would think that that constitutes mere aggregation, which is
On Mon, Mar 2, 2009 at 8:41 AM, Diaa Sami wrote:
> ,
>
>
>
>
+ WCHAR stemofsearch[MAX_PATH];// maximum allowed executable name is
+// MAX_PATH, including null character
No C++ comments please, use /* regular C comments */.
--
-Austin
Andreas Rosenberg wrote:
> On Monday 02 March 2009 17:26:47 Nikolay Sivov wrote:
>
>> Andreas Rosenberg wrote:
>>
>> +TRACE("%p %s %p\n", hToken, debugstr_w(lpProfileDir), lpcchSize );
>> +/* profile specific tokens not supported, so hToken ignored */
>> +
>> +SetLastError(0);
>> +
Hi,
this is a pladoyer in favour of being able to add test data about old releases
of wine to the AppDB. Currently, the oldest selectable release is 1.1.11, which
is just not enough IMHO.
>From a developer point of view, I understand very well that bug reports should
>be against the newest rel
On Monday 02 March 2009 17:26:47 Nikolay Sivov wrote:
> Andreas Rosenberg wrote:
>
> +TRACE("%p %s %p\n", hToken, debugstr_w(lpProfileDir), lpcchSize );
> +/* profile specific tokens not supported, so hToken ignored */
> +
> +SetLastError(0);
> +res =
> RegOpenKeyExW(HKEY_LOCAL_MA
Oups, I hadn't seen the Ismael answer, sorry for the spam.
> It's far from being finished (and I don't know if I will finish it), but Dan
> what do
> you think of that for your shirt :
>
> http://img522.imageshack.us/img522/8526/wines2.jpg
> That's a nice, simple design, but something's missi
It's far from being finished (and I don't know if I will finish it), but Dan
what do
you think of that for your shirt :
http://img522.imageshack.us/img522/8526/wines2.jpg
> That's a nice, simple design, but something's missing.
>
> Oddly, the original drunken penguin shirts, or ripoffs thereof
Andreas Rosenberg wrote:
+TRACE("%p %s %p\n", hToken, debugstr_w(lpProfileDir), lpcchSize );
+/* profile specific tokens not supported, so hToken ignored */
+
+SetLastError(0);
+res =
RegOpenKeyExW(HKEY_LOCAL_MACHINE,profile_pathname,0L,KEY_QUERY_VALUE,&keyProfileDir);
Why
The WineHQ.org server will be down tomorrow starting at 10:00 CST. We
will be performing software upgrades to the server.
The downtime is expected to last for a few hours.
During that time frame, the website, mailing lists, and source
repositories will be off-line.
Hi there
We didn't forget about the T-shirt, even if there haven't been news
for a while :) Our artist has been very busy lately with other
projects, but hopefully she can start polishing the design in one or
two weeks...
Cheers
Ismael
On Fri, Feb 27, 2009 at 4:07 PM, Dan Kegel wrote:
> That's
Hi Patrick,
> There are two different versions of the
> fix. I would prefer the second one because it preserves backwards
> compatibility: In case the key class attribute is set, it is put in
> brackets between the key name and modification time. Otherwise nothing
> changes.
The usual thing is to
Send only one patch per mail, please.
Vincent Povirk
On Mon, Mar 2, 2009 at 8:41 AM, Diaa Sami wrote:
> ,
>
>
>
>
Paul Vriens wrote:
> Paul Vriens wrote:
>> Drew Ronneberg wrote:
>>>
>>>
>>>
>>>
>>>
>> Hi,
>>
>> Could you change those magic constants?
>>
>> (defined in winerror.h and winbase.h):
>>
>> #define ERROR_WAIT_NO_CHILDREN 128 (
http://bugs.winehq.org/show_bug.cgi?id=9623
Various versions of Photoshop, and now Safari 4, insist on Times New
Roman being present or they crash on startup. ("winetricks corefonts"
works around it.)
Packaging Liberation Serif with Wine and putting a registry key to
substitute Times New Roman wi
Silver Blade wrote:
> Hi guys,
>
> Whilst looking into some winmm.dll modifications for ReactOS, I found
> that the Drivers and Drivers32 registry keys (used for determining the
> wavemapper, midi devices etc.) effectively replace those entries found
> in SYSTEM.INI of previous Windows version
Paul Vriens wrote:
> Drew Ronneberg wrote:
>>
>>
>>
>>
>>
> Hi,
>
> Could you change those magic constants?
>
> (defined in winerror.h and winbase.h):
>
> #define ERROR_WAIT_NO_CHILDREN 128 ()
>
> #define WAIT_FAILED
Drew Ronneberg wrote:
>
>
>
>
>
Hi,
Could you change those magic constants?
(defined in winerror.h and winbase.h):
#define ERROR_WAIT_NO_CHILDREN 128 ()
#define WAIT_FAILED 0x
--
Cheers,
Paul.
"Drew Ronneberg" wrote:
> -ok(exit_code == 0x || /* Win 9x */
> - exit_code == 0x80 || /* NT4 */
> - exit_code == STATUS_DEBUGGER_INACTIVE, /* Win >= XP */
> +ok(exit_code == STATUS_DEBUGGER_INACTIVE || /* Win >= XP */
> + broken(exit_code ==
Hi guys,
Whilst looking into some winmm.dll modifications for ReactOS, I found that the
Drivers and Drivers32 registry keys (used for determining the wavemapper, midi
devices etc.) effectively replace those entries found in SYSTEM.INI of previous
Windows versions.
Looking around in the
From eccfbb44e3ed41b2447aa0b41e47ba081d957ef1 Mon Sep 17 00:00:00 2001
From: Drew Ronneberg
Date: Mon, 23 Feb 2009 22:48:01 -0500
Subject: Mark Win9x and WinME behavior as broken().
---
dlls/kernel32/tests/debugger.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git
On Mon, Mar 02, 2009 at 06:51:06AM +0200, Pauli Nieminen wrote:
> There seems to be at least partial synchronization for dll loading but
> threading part doesn't include this lock. It seems like wine doesn't
> need it so maybe it is enough to just simulate windows with following
> small patch.
> d
On Son, 2009-03-01 at 19:07 -0600, Austin English wrote:
> On Sun, Mar 1, 2009 at 11:41 AM, Patrick wrote:
> > On Sam, 2009-02-28 at 19:04 -0600, Austin English wrote:
> >> On Sat, Feb 28, 2009 at 7:04 PM, Austin English
> >> wrote:
> >> > On Sat, Feb 28, 2009 at 12:37 AM, Patrick wrote:
> >> >
Austin English a écrit :
> I'm occasionally seeing this error when starting an application in
> OpenSolaris. Seems to be about 1/4 of the time. Looked for it in the
> source, found it in server/sock.c:
[...]
> Is it anything to worry about? Or safe to ignore?
I have also seen it occasionally but I
2009/3/2 Pauli Nieminen :
> On Sat, Feb 28, 2009 at 10:47 AM, Alexandre Julliard
> wrote:
> Time based stable releases that are coming about once in a year could
> be good idea. Making stable release should be a lot easier with
> passing and improving test suit. If that is considered too invasive
On Sat, Feb 28, 2009 at 10:47 AM, Alexandre Julliard
wrote:
> Ben Klein writes:
>
>> Now as this is *your* project, AJ, what do you think? Should stable
>> branch be supported better by AppDB/bugzilla etc? At the moment, 1.0.1
>> is considered "too old" in some cases.
>
> There's no point in maki
I'm occasionally seeing this error when starting an application in
OpenSolaris. Seems to be about 1/4 of the time. Looked for it in the
source, found it in server/sock.c:
void sock_init(void)
{
sock_shutdown_type = sock_check_pollhup();
switch ( sock_shutdown_type )
{
case SOCK_SH
39 matches
Mail list logo