Re: DirectSound, new patch available for testing

2005-11-06 Thread Davin McCall
On Mon, 07 Nov 2005 18:25:49 + Randall Walls <[EMAIL PROTECTED]> wrote: > This has since been changed with your patch to: > > hw_ptr = This->mmap_ppos; > > Just curious if you could shed a bit of light on this. As I said, the > original patch did not fix my specific problem, but I would cur

Re: DirectX 8 wrapper for wined3d

2005-11-06 Thread Peter Berg Larsen
On Mon, 7 Nov 2005, Oliver Stieber wrote: Hmm, pressing prntScrn with the patch cause this (which does not happen without the patch) Hmm. I thought I'd fixed that one. you can edit wined3d/swapchain.c function IWineD3DSwapChainImpl_GetFrontBufferData and add memset(&desc, 0, sizeof(desc))

Re: DirectX 8 wrapper for wined3d

2005-11-06 Thread Oliver Stieber
--- Peter Berg Larsen <[EMAIL PROTECTED]> wrote: > > On Mon, 7 Nov 2005, Oliver Stieber wrote: > > >> Except for the fuzzyness (which is not there running windows) I > >> cannot see eny difference. > > > Can you send me a screen shot. > > Hmm, pressing prntScrn with the patch cause this (whic

Re: Segmentation Fault in wine cvs after 0.9

2005-11-06 Thread Peter Beutner
Mike McCormack schrieb: > Peter Beutner wrote: >> And it's not like -fomit-frame-pointer is such a high-risky >> optimization flag. >> Instead it is in general safe to use for 90% of applications out there > > If it fails for 10% of applications out there, then it's *not* safe! The question is how

Re: DirectX 8 wrapper for wined3d

2005-11-06 Thread Peter Berg Larsen
On Mon, 7 Nov 2005, Oliver Stieber wrote: Except for the fuzzyness (which is not there running windows) I cannot see eny difference. Can you send me a screen shot. Hmm, pressing prntScrn with the patch cause this (which does not happen without the patch) trace:d3d:IWineD3DDeviceImpl_Cre

Re: DirectX 8 wrapper for wined3d

2005-11-06 Thread Oliver Stieber
--- Peter Berg Larsen <[EMAIL PROTECTED]> wrote: > > On Mon, 7 Nov 2005, Oliver Stieber wrote: > > > I would be greatfull if anyone with DirectX 8 games or applications that > > currently work or > they > > would like to get working could test the patch and report back any errors > > they com

Re: Dragon v7 pref on wine 0.9

2005-11-06 Thread Robert Shearman
[EMAIL PROTECTED] wrote: On Mon, 07 Nov 2005 00:19:08 +0100, Robert Shearman <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: Hi, I have managed to get this app working on 0.9 with just four dlls in winecfg. Two I believe to br trivial problems due to lack of version info in the

Re: DirectX 8 wrapper for wined3d

2005-11-06 Thread Oliver Stieber
--- Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: > > > I would be greatfull if anyone with DirectX 8 games or applications that > > currently work or > they > > would like to get working could test the patch and report back any errors > > they come across. > > > Before patch: > Warcraft 3 not p

Re: DirectX 8 wrapper for wined3d

2005-11-06 Thread Peter Berg Larsen
On Mon, 7 Nov 2005, Oliver Stieber wrote: I would be greatfull if anyone with DirectX 8 games or applications that currently work or they would like to get working could test the patch and report back any errors they come across. I have tried it on RT3: Everything seems a little fuzzy, esp

[wined3d] prevent outof range lookup in DrawStridedSlow - 2

2005-11-06 Thread Oliver Stieber
--- Oliver Stieber <[EMAIL PROTECTED]> wrote: The if (coordIdx > 15) warning is incorrect as generated coordinates can have coordIdx > s that are much higher, this can be verified by running the fr-025-final2 demo (http://www.scene.org/file.php?file=/demos/groups/farb-rausch/fr-025-final2.zip&fi

Re: DirectX 8 wrapper for wined3d

2005-11-06 Thread Ivan Gyurdiev
I would be greatfull if anyone with DirectX 8 games or applications that currently work or they would like to get working could test the patch and report back any errors they come across. Before patch: Warcraft 3 not playable in directx mode - lots of lag, and mouse pointer does not work

Re: Dragon v7 pref on wine 0.9

2005-11-06 Thread wino
On Mon, 07 Nov 2005 00:19:08 +0100, Robert Shearman <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: Hi, I have managed to get this app working on 0.9 with just four dlls in winecfg. Two I believe to br trivial problems due to lack of version info in the buildin dlls. The two g

Re: Error in wine's implementation of msvcrt

2005-11-06 Thread David D. Hagood
Uwe Bonnes wrote: Run with WINEDEBUG=+relay,+snoop WINEDLLOVERRIDES=msvcrt=n wine and WINEDEBUG=+relay,+snoop,+msvcrt WINEDLLOVERRIDES=msvcrt=b wine and compare how the msvcrt calls are handled step by step. Tedious, but promising... Tedious, but productive. Wine's fgets does not behave as do

Re: WINE Regression due to patch 18110: Font size issues in MS Word dropdowns

2005-11-06 Thread Arren Lex
Brilliance! Used native riched20.dll and now everything's perfect. Thank you so much, and sorry to bother you!>>This is a NON-FATAL, merely cosmetic regression. The application in >>question still functions.I have just finished regression testing WINE according to these >>instructions:>>http:

Re: WINE Regression due to patch 18110: Font size issues in MS Word dropdowns

2005-11-06 Thread Tony Lambregts
Robert Shearman wrote: Arren Lex wrote: This is a NON-FATAL, merely cosmetic regression. The application in question still functions. I have just finished regression testing WINE according to these instructions: http://www.winehq.com/site/docs/winedev-guide/x1344 In Microsoft Word 2000, in

Re: Segmentation Fault in wine cvs after 0.9

2005-11-06 Thread Mike McCormack
Peter Beutner wrote: And it's not like -fomit-frame-pointer is such a high-risky optimization flag. Instead it is in general safe to use for 90% of applications out there If it fails for 10% of applications out there, then it's *not* safe! (it basicly only prevents that you get some useful d

Re: DirectX 8 wrapper for wined3d

2005-11-06 Thread Randall Walls
I've got a couple of games handy that are DirectX 8 (No One Lives Forever 2 is one that was close to working in 0.9, and a personal favorite of mine), so I'll test and report back as soon as I have a few spare moments to grab CVS, patch and compile. Randall Walls Oliver Stieber wrote: Hi,

DirectX 8 wrapper for wined3d

2005-11-06 Thread Oliver Stieber
Hi, I've put together a Direct3D 8 wrapper for wined3d which should hopefully replace the current Direct3D 8 code. The patch needs a little bit of tidying, some work of vertex declarations and a hell of a lot of testing before it can go into Wine. So far I've tested Rail Road Tycoon 3, C

Re: Dragon v7 pref on wine 0.9

2005-11-06 Thread Robert Shearman
[EMAIL PROTECTED] wrote: Hi, I have managed to get this app working on 0.9 with just four dlls in winecfg. Two I believe to br trivial problems due to lack of version info in the buildin dlls. The two giving real, ugly issues are ole32 and rpcrt4. Symptoms are similar. I would like

Re: WINE Regression due to patch 18110: Font size issues in MS Word dropdowns

2005-11-06 Thread Robert Shearman
Arren Lex wrote: This is a NON-FATAL, merely cosmetic regression. The application in question still functions. I have just finished regression testing WINE according to these instructions: http://www.winehq.com/site/docs/winedev-guide/x1344 In Microsoft Word 2000, in WINE prior to Monday, J

Re: Segmentation Fault in wine cvs after 0.9

2005-11-06 Thread Peter Beutner
Mike McCormack schrieb: > zhilla wrote: >> http://gentoo-wiki.com/Safe_Cflags . if gentoo people claim these are >> safe cflags, and it worked until couple days ago, then something is >> definetly wrong, right? > > This is the wrong type of question for wine-devel, and better asked in > Gentoo foru

Re: Error in wine's implementation of msvcrt

2005-11-06 Thread Uwe Bonnes
> "David" == David D Hagood <[EMAIL PROTECTED]> writes: David> There seems to be some form of error in the Wine implementation David> of MSVCRT - with three separate programs (Delorme MapNGo 6.0, David> Delorme Street Atlas 5, Microsoft Trip Planner 5), if I use David> Wine's b

Re: Segmentation Fault in wine cvs after 0.9

2005-11-06 Thread wino
On Sun, 06 Nov 2005 19:11:26 +0100, <[EMAIL PROTECTED]> wrote: On Sun, 06 Nov 2005 05:29:02 +0100, zhilla <[EMAIL PROTECTED]> wrote: before submitting this as bug, some advice please... well if you have to pretend your Athlon-xp is a 486 to get wine to work I would say there's a problem th

Re: winedbg and ddd/kdbg problem...

2005-11-06 Thread Eric Pouech
For GUI .pdb debugging I have made some attempts to run Winedbg directly under KDevelop. As KDevelop Just pushes commands into gdb's stdin and in return parses stdout, With some relaxing of the parser code, I was able to get the stack frame and disassembly windows. This is do to the fact that

What to do when X11DRV_DIB_BuildColorMap is called with more than 256 colors?

2005-11-06 Thread David D. Hagood
I have an old copy of Microsoft's Trip Planner 5 software that I was trying to get to run. When I try to plan a trip, the program will draw the map fine, then it attempts to draw the dialog for setting up the trip data. At this point, the app calls X11DRV_DIB_BuildColorMap with a bmiHeader.biCl

Error in wine's implementation of msvcrt

2005-11-06 Thread David D. Hagood
There seems to be some form of error in the Wine implementation of MSVCRT - with three separate programs (Delorme MapNGo 6.0, Delorme Street Atlas 5, Microsoft Trip Planner 5), if I use Wine's builtin MSVCRT, the programs do not work, but if I use the version of MSVCRT the program supplies, the

Re: DirectSound, new patch available for testing

2005-11-06 Thread Randall Walls
Ok after a full recompile, rm-fr ~/.wine, and reinstall of the application all seems to be working fine now, with the exception that I still have the 'crackling' sound during gameplay (but that existed prior to your patch as well). Underruns are gone. As for the crackling, Alex Villacis La

Re: Segmentation Fault in wine cvs after 0.9

2005-11-06 Thread wino
On Sun, 06 Nov 2005 05:29:02 +0100, zhilla <[EMAIL PROTECTED]> wrote: before submitting this as bug, some advice please... on slackware 10.2 (gcc 3.3.6) i compile wine cvs, and it has worked so far. last version working is around or exactly 0.9. now, it compiles/installs fine, but any program,

Re: Bugzilla

2005-11-06 Thread Tony Lambregts
Molle Bestefich wrote: === Not allowed You tried to change the short_desc field from err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this. to Trillian loops infinitely in splash screen, but only the owner or submitter of the bug, or a sufficiently

Re: winedbg and ddd/kdbg problem...

2005-11-06 Thread Boaz Harrosh
Eric Pouech wrote: that didn't change. This would require gdb to know about .pdb, which it doesn't. in the long run, it may be easier to get windbg handle properly elf/{stabs|dwarf} information, rather than the other way around. A+ From passed experience, I have found that for Winelib, or P

Bugzilla

2005-11-06 Thread Molle Bestefich
=== Not allowed You tried to change the short_desc field from err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this. to Trillian loops infinitely in splash screen, but only the owner or submitter of the bug, or a sufficiently empowered user, may chang

The time of miracles...

2005-11-06 Thread Molle Bestefich
... has not yet passed, it seems! Lo and behold, I managed to get Trillian to work past the splash screen. A bit early for a christmas miracle, but there it is :-). This is, as far as I know, the first time anyone has gotten Trillian to run with Wine CVS since late 2004. That's about two years

Re: New call needed in netapi32 (DsRoleGetPrimaryDomainInformation)

2005-11-06 Thread Dimi Paun
On Sun, 2005-11-06 at 12:40 +0100, Paul Vriens wrote: > - ds.c > - ads.c > - ? > > do we have any name-convention for new files ? Not really, but ds.c seems OK. > I guess a new debug-channel is needed as well with the same question > about naming. Yeap. I think you can use 'ds' too. -- Dimi P

Re: New call needed in netapi32 (DsRoleGetPrimaryDomainInformation)

2005-11-06 Thread Vijay Kiran Kamuju
Hi Paul, I would say activeds.c, as we already have a dummy dll for active directory services (activeds directory). This name would be good, and tells us at first glance what it holds. Thanks, Vijay On 11/6/05, Paul Vriens <[EMAIL PROTECTED]> wrote: > Hi, > > one of the crashes I have in Process

Re: winedbg and ddd/kdbg problem...

2005-11-06 Thread Eric Pouech
Boaz Harrosh wrote: Eric Pouech wrote: - in my case, the source code doesn't show up alone. I use the 'show code' button in the breakpoint window Is that gcc-elf-Linux code only like before? or is it possible now to, also see PE (.pdb) debugging info? that didn't change. This would require

Re: winedbg and ddd/kdbg problem...

2005-11-06 Thread Boaz Harrosh
Eric Pouech wrote: - in my case, the source code doesn't show up alone. I use the 'show code' button in the breakpoint window Is that gcc-elf-Linux code only like before? or is it possible now to, also see PE (.pdb) debugging info? Thanks Boaz

Re: Segmentation Fault in wine cvs after 0.9

2005-11-06 Thread Mike McCormack
zhilla wrote: why it is wrong? developers are much more likely to know about compiler flags than users, and gentooers probably use much more bleeding edge version of gcc anyway The way developers recommend compiling Wine is explained in the README file. If you want our help, please try ou

Re: winedbg and ddd/kdbg problem...

2005-11-06 Thread Eric Pouech
Markus Gömmel wrote: Hi, I'm coming from Windows, so a graphical debugging system is needed :-) I'm trying to connect winedbg to ddd as described in the docu, but the following error occured during startup: wine-pthread: gdbproxy.c:1984: extract_packets: Assertion 'i == gdbctx->out_len' fai

URLCache, was: Re: Semi-Stub implementation for SHRegGetValue(A|W)

2005-11-06 Thread Uwe Bonnes
> "Uwe" == Uwe Bonnes <[EMAIL PROTECTED]> writes: Uwe> This patch lets the recent Atmel AVRStudio Version 4.12 run, Uwe> invoked like "env Uwe> WINEDLLOVERRIDES=ole32,oleaut32,rpcrt4,msxml3,urlmon=n wine\ Argh, forgot this: Also native wininet is needed. The application hits out

Re: Dragon v7 pref on wine 0.9

2005-11-06 Thread wino
On Sun, 06 Nov 2005 01:38:37 +0100, Mike McCormack <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: This leaves two processes running. wineserver -k takes out the server but leaves a zombie wine-preloader that I have to powerdown to kill! Can anyone suggest how to pin this error down

New call needed in netapi32 (DsRoleGetPrimaryDomainInformation)

2005-11-06 Thread Paul Vriens
Hi, one of the crashes I have in Process Explorer is due to a unimplemented function DsRoleGetPrimaryDomainInformation. There is no Ds-related stuff yet in netapi32. I assume a new file is needed, but how do I name it: - ds.c - ads.c - ? do we have any name-convention for new files ? I guess a

Re: Segmentation Fault in wine cvs after 0.9

2005-11-06 Thread zhilla
Mike McCormack wrote: http://gentoo-wiki.com/Safe_Cflags . if gentoo people claim these are safe cflags, and it worked until couple days ago, then something is definetly wrong, right? This is the wrong type of question for wine-devel, and better asked in Gentoo forums or wine-users. why it is

Re: version

2005-11-06 Thread Paul Vriens
On Sun, 2005-11-06 at 01:03 +0100, [EMAIL PROTECTED] wrote: > On Fri, 28 Oct 2005 20:15:06 +0200, Paul Vriens <[EMAIL PROTECTED]> > wrote: > > > On Fri, 2005-10-28 at 19:53 +0200, [EMAIL PROTECTED] wrote: > >> I have an app that tests the version number of certain dlls it uses on > >> startup. >