Re: New d3d8 code and FFXIBench3 - pretty good!

2006-02-28 Thread Coleman Kane
On Wed, 2006-03-01 at 07:50 +0100, Stefan Dösinger wrote: > Hi, > > I got a lot of these two messages: > > fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking > > to Rendering surface [EMAIL PROTECTED] usage(1) > > fixme:d3d:IWineD3DDeviceImpl_CopyRects Wanted to copy partial sur

Re: New d3d8 code and FFXIBench3 - pretty good!

2006-02-28 Thread Stefan Dösinger
Hi, > I got a lot of these two messages: > fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking > to Rendering surface [EMAIL PROTECTED] usage(1) > fixme:d3d:IWineD3DDeviceImpl_CopyRects Wanted to copy partial surfaces > not implemented, returning D3DERR_INVALIDCALL > > I'll play

PATCH: updated PACKAGING (Re: libxml2 use in Wine?)

2006-02-28 Thread Marcus Meissner
On Tue, Feb 28, 2006 at 11:19:19PM +0100, Gerald Pfeifer wrote: > On Tue, 28 Feb 2006, Raphael wrote: > > Yes wine use libxml2 for msxml implementation (see > > dlls/msxml3/Makefile.in) but autoconf/automake check it > > Thanks for this information. Alexandre, patch for you below. ;-) > > Geral

New d3d8 code and FFXIBench3 - pretty good!

2006-02-28 Thread Al Tobey
I just tried the new d3d8 code with FFXiBench3 again tonight and it's pretty good!The textures are mostly there and there are only a handful of recurring glitches.This demo is downloadable from http://www.playonline.com. Some textures had their colors munged up. I assume this is related

Re: libxml2 use in Wine?

2006-02-28 Thread Gerald Pfeifer
On Tue, 28 Feb 2006, Raphael wrote: > Yes wine use libxml2 for msxml implementation (see > dlls/msxml3/Makefile.in) but autoconf/automake check it Thanks for this information. Alexandre, patch for you below. ;-) Gerald ChangeLog: Fix spelling Red Hat. Remove unneeded references to Debian and

[Dnsapi.dll] Implement Dnsapi.dll

2006-02-28 Thread MattK
> Please submit a seperate patch for the windns.h header file. In order for the patch to compile you need the windns.h header. > Hmmm. The Windows Platform SDK doesn't define this function as WINAPI. In WinDNS.h in the PSDK include directory, it is declared as BOOL WINAPI. > Maybe cdecl instead,

Re: Improving WineFile

2006-02-28 Thread Dimi Paun
From: "Evgeny F" <[EMAIL PROTECTED]> > Does anybody working on winefile right now? Nobody seems to working on it Evgeny, I think you'd be pretty safe to go ahead and do the work. -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Improving WineFile

2006-02-28 Thread Evgeny F
Hi there! Does anybody working on winefile right now? I would like to implement some features, currently reported as unimplemented. (for example create directory dialog) If anybody is doing it right now, please contact to avoid duplicated efforts. Yours

WineFile improvements

2006-02-28 Thread John Len
Hi there! Is anybody working on winefile right now? I would like to implement some of its features currently marked as unimplemented (like Create Directory). So if anybody is working on it, please contact me in order to avoid duplicating efforts. Yours

Re: (no subject)

2006-02-28 Thread Stefan Dösinger
Hi, > I was installing "ls2004.exe" (Lan Suite) from http://www.software602.com > on a Slackware Linux 10.2 system using wine 0.98 from your website when at > the end of the installation this error was coming up ! I doubt that this app can ever fully work in Wine. A mail server isn't the problem,

Re : wine ls2004.exe

2006-02-28 Thread W.M. Horst
Here is the command line captur of ls2004.exe installation that failed right at the end ! Using Slackware 10.2 and Wine-0.98, hope you can fix it for the Wine-1.0 [EMAIL PROTECTED]:~# wine ls2004.exe fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:RpcChannelBuffer_GetDestCtx (0x423

(no subject)

2006-02-28 Thread W.M. Horst
I was installing "ls2004.exe" (Lan Suite) from http://www.software602.com on a Slackware Linux 10.2 system using wine 0.98 from your website when at the end of the installation this error was coming up ! Error Code:-5011 : 0x80020005 Error Information: Kernel\TextSubstitution.cpp (292) Set

Re: wined3d: Fix compile for older OpenGL headers.

2006-02-28 Thread H. Verbeet
Although #ifdef GL_VERSION_2_0 will make compilation work with older OpenGl headers, it's not the way to fix this. Basically, wined3d should check for functionallity during runtime with GL_SUPPORT and call extensions with GL_EXTCALL. The issue has come up a few times before with patches from the sa

Re: cvs build fails

2006-02-28 Thread H. Verbeet
On 28/02/06, Christian Gmeiner <[EMAIL PROTECTED]> wrote: > device.o: In function `IWineD3DDeviceImpl_SetRenderState': > /home/austriancoder/development/wine/dlls/wined3d/device.c:3770: > undefined reference to `glStencilOpSeparate' > /home/austriancoder/development/wine/dlls/wined3d/device.c:3799:

Re: A small problem that should be fixed ASAP

2006-02-28 Thread Mike McCormack
Neal Gompa wrote: The Win32 programs that come with Wine, with the exception of the Task Manager, seems to take on Windows's info box instead of using its own... AND it says "Microsoft(R) WINE" That is definitely not good Check it out by downloading the Windows binaries off the downlo

A small problem that should be fixed ASAP

2006-02-28 Thread Neal Gompa
The Win32 programs that come with Wine, with the exception of the Task Manager, seems to take on Windows's info box instead of using its own... AND it says "Microsoft(R) WINE" That is definitely not good Check it out by downloading the Windows binaries off the download page They need to

PIF execution

2006-02-28 Thread Stephan Linz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, is there or will be there any solution to execute .bat programs over PIF files and avoid the error below? fixme:winevdm:pif_cmd .bat programs in pif files are not supported. The "fixme" message occurs when I try to run external programs wit

cvs build fails

2006-02-28 Thread Christian Gmeiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 make[2]: Entering directory `/home/austriancoder/development/wine/dlls/wined3d' ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./wined3d.specbasetexture.o cubetexture.o device.o directx.o drawprim.o indexbuffer.o pixelshader.o query.o

Re: x11drv fix for bug#4506: page fault on read access

2006-02-28 Thread Alexandre Julliard
Rein Klazes <[EMAIL PROTECTED]> writes: > Fixing bug #4506: unaligned 32bit access, can access one byte beyond the > pixel buffer. > > Changelog: > dlls/x11drv : dib_convert.c > Avoid unaligned 32 bit reads, and reads beyond the input pixel buffer in > the convert_888_to_0888_* functions. This

Re: error 3633

2006-02-28 Thread Mike McCormack
Martin Jorge Bayo wrote: Hi, Any can help me No. Please don't forward this kind of thing to wine-devel. If somebody can help you, they'll answer in wine-users. If not, file a bug on bugzilla. Mike

error 3633

2006-02-28 Thread Martin Jorge Bayo
-- Forwarded message --From: Martin Jorge Bayo <[EMAIL PROTECTED]>Date: 28-feb-2006 8:15 Subject: error 3633To: [EMAIL PROTECTED]Hi, Any can help me fixme:ole:CoRegisterMessageFilter stub fixme:heap:RtlCompactHeap stub fixme:heap:RtlCompactHeap stub fixme:heap:RtlCompactHeap stu

Re: [PATCH 5/8] [WineDbg]: main_loop

2006-02-28 Thread Alexandre Julliard
Eric Pouech <[EMAIL PROTECTED]> writes: > - split dbg_main_loop in two parts (one for finishing the debuggee > attachment, the second one really for handling the main loop) > - removed now longer needed dbg_main_loop This doesn't compile, you still have references to dbg_main_loop. -- Alexand

Re: PATCH: define __user

2006-02-28 Thread Robert Shearman
dmitry serpokryl wrote: Hi, thanks for your feedback. I just updated wine cvs, no ./configure errors but still "make" unable to complete: gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdecla