On 2/10/07, Felix Nawothnig <[EMAIL PROTECTED]> wrote:
Alex Arazi wrote:
> -ok(rc.top == 2, "Expected 2, got %d\n", rc.top);
> -ok(rc.bottom == 21, "Expected 21, got %d\n", rc.bottom);
> -ok(rc.left == 0, "Expected 0, got %d\n", rc.left);
> -ok(rc.right == 50, "Expected 50, got %d
"Peter Oberndorfer" <[EMAIL PROTECTED]> wrote:
The strange thing is my testcase [patch 2/3] shows/(should show) that the
debugger
gets a unmodified eip for a first chance exception
+ if (de.u.Exception.dwFirstChance)
+ {
+ /* debugger gets first chance exception with unmodified ctx.Eip */
+ ok(
Can some one fix e-mail notifications sent err. NOT sent from appdb?
I have not received a single notification from the apps I am a super
maintainer for! Except my own messages!
On a side not, thanks to whomever that was who edited steam's howto and
erased all the formatting! And they haven't even
Hi!
I've tried 0.9.31 and it seems that there is a regression in at least two
games:
- Fallout Tactics (BOS.exe): Shows a dialog stating
"C:\dev\phoenix\display\win32\win32_window.cpp(873): **fatal error**:
Could not create display buffers"
and then another one about abnormal termination of the
Stefan Dösinger wrote:
> +if(memcmp(&This->updateStateBlock->scissorRect, pRect, sizeof(*pRect))
> == 0) {
> +TRACE("App is setting the old scissor rectangle over, nothing to
> do\n");
> +return WINED3D_OK;
> +}
> memcpy(&This->updateStateBlock->scissorRect, pRect, si
H. Verbeet wrote:
> On 19/02/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
>> -if(Sampler > GL_LIMITS(sampler_stages) || Sampler < 0 || Type >
> WINED3D_HIGHEST_SAMPLER_STATE || Type < 0) {
>
> This also checked the sampler state, not just the sampler.
>
>
I would also keep some warning me
Anatoly Lyutin wrote:
> Vitaliy Margolen wrote:
>>> Changelog:
>>> Fix output console to output with console encoding.
>>> static void output(const char *message)
>>
>> This is not correct. This function and everything else, using it should
>> be rewritten as unicode, not ansi. Also you should use
Jason,
Hi, Looking at the cmd.exe bugs in the database, one is caused by a lack of
XCOPY support.
I've been wishing for this for other reasons lately. Glad you're
looking at it!
Does anyone have anything like this in their tree, or should
I try to knock something up?
I'm not aware of anyt
Does someone manually add new versions to bugzilla or is it done automatically?
On 2/19/07, Vitaliy Margolen <[EMAIL PROTECTED]> wrote:
Please whoever has powers to add new versions to bugzilla, can they
please do that?
Thanks.
Vitaliy.
Please whoever has powers to add new versions to bugzilla, can they
please do that?
Thanks.
Vitaliy.
I have just finished confirming that this problem was indeed caused by
some mess up in Gentoo's 32bit filesystem layout (as we discussed on
IRC).
A solution has been posted: http://wiki.winehq.org/WineOn64bit
I am now able to print in Wine using CUPS, not Wine's generic.ppd, again.
Thanks for the
Hi, Looking at the cmd.exe bugs in the database, one is caused by a lack of
XCOPY support. Does anyone have anything like this in their tree, or should
I try to knock something up?
I also assume it needs to be a separate program, not part of cmd.exe, to
mimic how windows does it?
Jason
Hi, this patch caused regression in TES IV: Oblivion, now it can't run,
here is output:
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-
Hi, since MSDN states that any installer that requires JScript/VBScript
must make sure to install it, and since some applications require these
for install (bug #7353 and another one is there for VBScript for a
different installer), I figure there is no reason why builtin MSI cannot
use Microsoft S
Anatoly Lyutin wrote:
+len = MultiByteToWideChar( CP_ACP, 0, message, -1, NULL, 0 );
+bufW = HeapAlloc( GetProcessHeap(), 0, len );
+
len is in WCHARs, not bytes so this will cause heap corruption.
It really would be a lot easier to make "output" take a Unicode string
instead.
Jeffrey Sabarese wrote:
I guess you could say then that my question for you is:
"How might i go about trying to get IE6 to be "recognized" by such
WinE-apps as TopStyle?"
I have installed, and use the "ies4linux"
I believe ies4linux installs IE in a different WINEPREFIX to the
default. Theref
Marcus Meissner a écrit :
On Sun, Feb 18, 2007 at 01:40:12PM +0100, Eric Pouech wrote:
Marcus Meissner a écrit :
---
dlls/dbghelp/dwarf.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c
index 4f74b6a..f51a948 100644
--
[EMAIL PROTECTED] a écrit :
On 2/17/07, Eric Pouech <[EMAIL PROTECTED]> wrote:
Jeff L a écrit :
> Eric Pouech wrote:
>> Jeff Latimer a écrit :
>>> Establish the framework for testing NtCreateMailslotFile. Have
>>> fixed issues with NTSTATUS return codes etc.
>> those tests belong to dlls/ntdll,
Robert Shearman a écrit :
Eric Pouech wrote:
Robert Shearman a écrit :
Keep the debuglink elf_file_map mapped until after
elf_new_public_symbols is called, otherwise we could use unmapped
memory.
this is still not the full valid solution... what should be done is:
when we search for a giv
hi there! I have to wonder if i don't use WinE more than the "average"
Fedora Core 5 user. I am forever trying to figure out how to run my
old Windows apps here in the linux environment, using your incredible
software.
If ever you seek a "test subject", or feedback of any kind, please
don't hesit
On Monday 19 February 2007 09:37, Dmitry Timoshkov wrote:
> "Peter Oberndorfer" <[EMAIL PROTECTED]> wrote:
>
> > I'm not fully sure if the fixup also happens for other architectures
> > (i guess not)
> > so this patch is more a RFC
>
> > @@ -336,6 +336,10 @@ static NTSTATUS raise_exception( EXCEP
Eric Pouech wrote:
Robert Shearman a écrit :
Keep the debuglink elf_file_map mapped until after
elf_new_public_symbols is called, otherwise we could use unmapped
memory.
this is still not the full valid solution... what should be done is:
when we search for a given section, we should look
Robert Shearman a écrit :
Keep the debuglink elf_file_map mapped until after
elf_new_public_symbols is called, otherwise we could use unmapped memory.
this is still not the full valid solution... what should be done is:
when we search for a given section, we should look first in the original
Eventually, the FVF path should be removed from wined3d completely. We
should convert the FVF in d3d8 to a vertex declaration, just like in
d3d9.
On 19/02/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
+GLint vbo;
vbo should be a GLuint.
Vitaliy Margolen <[EMAIL PROTECTED]> writes:
> I disagree. It have to be scary! It have to tell user that they do not
> have direct access to the device. And that enything that will try doing
> that will fail!
CD checks is a specific case, there are many other perfectly valid
uses for loop mounts
On 19/02/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
-if(Sampler > GL_LIMITS(sampler_stages) || Sampler < 0 || Type >
WINED3D_HIGHEST_SAMPLER_STATE || Type < 0) {
This also checked the sampler state, not just the sampler.
Mikołaj Zalewski <[EMAIL PROTECTED]> writes:
> From 2b42e9b97b443ced2531a445b531fddc5db2dcad Mon Sep 17 00:00:00 2001
> From: =?utf-8?q?Miko=C5=82aj_Zalewski?= <[EMAIL PROTECTED]>
> Date: Sat, 17 Feb 2007 19:24:25 +0100
> Subject: [PATCH] comctl32: rebar: rewrite the layouting code
This crashes i
[EMAIL PROTECTED] wrote:
> Microsoft
> appears to be pushing people away from NtClose.
I'd suggest you to find a reason why.
That particular documentation happens to be part of the API released
under court order. They didn't want to give it out to begin with, and
they don't want people using i
On Sun, Feb 18, 2007 at 02:08:12PM -0700, Vitaliy Margolen wrote:
> Sorry but I'm not longer interested in working on something that will
> never be included in Wine. Why? I have no clue! If anyone can explain
> that it would be helpfull to know for whomever next will try this. I
> have removed all
On 2/18/07, Scott Ritchie <[EMAIL PROTECTED]> wrote:
Updating the FAQ is a bit of a pain, as is maintaining it. There is,
after all, still a lot of ancient stuff in it.
Why not just move it into the wiki and point the link on the web page
there? I promise I'll watch it a bit closer.
Thanks,
S
"Peter Oberndorfer" <[EMAIL PROTECTED]> wrote:
I'm not fully sure if the fixup also happens for other architectures
(i guess not)
so this patch is more a RFC
@@ -336,6 +336,10 @@ static NTSTATUS raise_exception( EXCEPTION_RECORD *rec,
CONTEXT *context, BOOL f
if (status == DBG_CONTI
32 matches
Mail list logo