Re: Still need help fixing deadlock (GDI/metafile)

2006-01-11 Thread Walt Ogburn
Hi Cihan, What happens if you comment out #define STRETCH_VIA_DIB in dlls/gdi/mfdrv/bitblt.c? This will make it use GetBitmapBits instead of GetDIBits. - Walter On Wed, 11 Jan 2006, Cihan Altinay wrote: > Since nobody seems to be able to help me with this problem at the moment > I opened a

Re: RFC/PATCH: avoid metafilevirus problems

2006-01-02 Thread Walt Ogburn
On Mon, 2 Jan 2006, Marcus Meissner wrote: > Hi, > > requesting comments... > > This patch reduces the attack vector on metafiles. > > I originally wanted to filter only SETABORTPROC, > but there are a lot of things that might be used > to inject code. > > Comments? Would it not be better to bl

Re: Small visual issues with P-CAD2000 and wine 0.9

2005-11-03 Thread Walt Ogburn
Kuba Ober wrote: > On Monday 31 October 2005 17:39, Walt Ogburn wrote: > > Hi Marcos, > > > > What are the buttons supposed to look like? The ones in your screenshot > > look OK to me. > > You do see that the bottom edge of each tool button is cut off, right? I don't > think that's OK :) > > Kuba > >

Re: Small visual issues with P-CAD2000 and wine 0.9 (fwd)

2005-11-01 Thread Walt Ogburn
Please remember to send to the whole list. - Walter -- -- Forwarded message -- Date: Tue, 1 Nov 2005 07:22:33 -0200 From: Marcos Vicente Cruz <[EMAIL PROTECTED]> To: Walt Ogburn <[EMAIL PROTECTED]> Subject: Re: Small visual issues with P-CAD2000 and wine 0.9 Hi,

Re: Small visual issues with P-CAD2000 and wine 0.9

2005-10-31 Thread Walt Ogburn
Hi Marcos, What are the buttons supposed to look like? The ones in your screenshot look OK to me. On Mon, 31 Oct 2005, Marcos Vicente Cruz wrote: > HI, > > I having small visual issues in P-CAD 2000's toolbar on Linux since I've > upgraded to wine 0.9. The buttons aren't displayed prope

Re: killing wine dregs

2005-10-31 Thread Walt Ogburn
Does wineserver -k not work for you? On Mon, 31 Oct 2005 [EMAIL PROTECTED] wrote: > > I took the system right down to the login console and still cant clean up. > > Do I really have to reboot as the only way to clean up this mess? > > This is taking windows emulation too far!! ;) > >

Re: headless question, and IPC question

2005-10-03 Thread Walt Ogburn
On Mon, 3 Oct 2005, Boaz Harrosh wrote: > Ken Larson wrote: > > > Thanks for the info. > > > > Ultimately, my app is a Java app. > > If I recall correctly someone has reported Installation of Sun's Java > for windows under wine. Or was it A failure to install? I can't recall. > How would you call

Re: Off-topic, Was: Re: headless question, and IPC question

2005-09-30 Thread Walt Ogburn
On Fri, 30 Sep 2005, Jakob Eriksson wrote: > Alex Villací­s Lasso wrote: > > > > > > > You can try installing and configuring this X server. It will not > > output anything or use a console, but will behave otherwise like a > > valid X server. Then you should point the DISPLAY environment variab

Re: OleFont: Fix IDispatch Implementation (was Re: olefont: GetIDsOfNames)

2005-09-15 Thread Walt Ogburn
On Wed, 14 Sep 2005, Robert Shearman wrote: > > You're not being lazy enough. All of this stuff can be easily > implemented in one go using CreateStdDispatch, as long as you know how > to use it. Try the attached patch. > > Changelog: > Return the standard font IDispatch interface created using > C

Re: OleFont: Fix IDispatch Implementation (was Re: olefont: GetIDsOfNames)

2005-09-14 Thread Walt Ogburn
Wait a minute, hold that - after this patch, you can't use Invoke any more to get and set the members of IFontDisp! With the current code, it works. Alexandre, please don't commit that yet. Thanks, Walter On Wed, 14 Sep 2005, Robert Shearman wrote: > Walt Ogburn wrote: &

Re: OleFont: Fix IDispatch Implementation (was Re: olefont: GetIDsOfNames)

2005-09-14 Thread Walt Ogburn
On Wed, 14 Sep 2005, Robert Shearman wrote: > > You're not being lazy enough. All of this stuff can be easily > implemented in one go using CreateStdDispatch, as long as you know how > to use it. Try the attached patch. > > Changelog: > Return the standard font IDispatch interface created using > C

Re: GetIDsOfNames

2005-09-12 Thread Walt Ogburn
On Mon, 12 Sep 2005, Robert Shearman wrote: > Walt Ogburn wrote: > > >... > >2. Call GetTypeInfo to get an ITypeInfo, and call DispGetIDsOfNames on > >that. I think this means that the information should be extracted from > >stdole32.tlb. Currently this do

GetIDsOfNames

2005-09-11 Thread Walt Ogburn
Hi guys, Eric Tanguy asked on wine-users a while back about getting some geography games (http://olivier.leflon.free.fr/jeux/jeux.htm) to run. These seem to be Visual Basic, so oleaut32 issues come up. We succeeded with the first one (departments of France - font size problem fixed). Next, ther

Re: [Wine]Softlinking to a dvd-drive with inconsistent mount points? => HAL-Support

2005-08-27 Thread Walt Ogburn
Hi guys, Sorry if I started a contentious discussion. I have looked into it a little more and found some useful information. There was a discussion on wine-devel about this topic back in March, which I had forgotten. You can find a summary in the Wine newsletter from that month: http://www.win

Re: Memory problem in winelib apps?

2005-06-22 Thread Walt Ogburn
Thanks Mike. I think the fixed problem Chris mentioned was a different one, so I'll see if I can make jack_fst work properly using your suggestion. - Walter On Wed, 22 Jun 2005, Mike McCormack wrote: > > Walt Ogburn wrote: > > > #define BUFSIZE 1044096 > >

Re: Memory problem in winelib apps?

2005-06-21 Thread Walt Ogburn
but I wasn't able to > figure out why this time and haven't gone back to it in a few months. > > Chris > > > > > On Tuesday 21 June 2005 10:02 pm, Alex Villac??s Lasso wrote: > > Walt Ogburn wrote: > > >Hi developers, > > > > > >I

Memory problem in winelib apps?

2005-06-21 Thread Walt Ogburn
Hi developers, I'm trying to understand why the following simple program crashes. I think this is the same problem that prevents jack_fst from running with the current version of wine. (Jack_fst allows a lot of programs called VSTs to be run, for audio work). I compiled this with: > winemaker .

Re: flexible-mmap breaks application

2005-03-10 Thread Walt Ogburn
On Thu, 10 Mar 2005, Uwe Bonnes wrote: > > Setting /proc/sys/vm/legacy_va_layout, like proposed by Ingo, lets the app > finally run. > To Mark Knecht: If you have a copy of jack_fst without the special memory allocation hack, you might try it and see if this suggestion makes any difference. Ma

Re: Warnings left when compiling on GNU/Linux

2005-01-05 Thread Walt Ogburn
Hi Gerald, The metafile.c warning is because of a test that is commented out in dlls/gdi/test/metafile.c. It's commented out instead of protected with todo because it doesn't just fail, it crashes. Perhaps the rtlstr test warnings are there for similar reasons. There's a patch to make the metaf

Re: "Debugging" a password dialog

2004-12-12 Thread Walt Ogburn
Sorry, I was thinking of the debug channels, but I don't know which ones to use, short of turning on "trace+all." - Walter On Sat, 11 Dec 2004, David [iso-8859-1] Gümbel wrote: > On Samstag 11 Dezember 2004 01:42, Walt Ogburn wrote: > > Dump a trace into a file, then g

Re: "Debugging" a password dialog

2004-12-10 Thread Walt Ogburn
Dump a trace into a file, then grep for the username and password you entered? On Fri, 10 Dec 2004, David [iso-8859-15] Gümbel wrote: > Hi everybody, > > > > > I am trying to get an application to run under Wine that requires a login > with a username and a password. The program runs all fine,

Re: dlls/gdi/tests/metafile.c warning about test_mf_PatternBrush

2004-12-09 Thread Walt Ogburn
ter On Thu, 9 Dec 2004, Gerald Pfeifer wrote: > The following patch to dlls/gdi/tests/metafile.c > > revision 1.3 > date: 2004/12/09 11:37:59; author: julliard; state: Exp; lines: +236 -0 > Walt Ogburn <[EMAIL PROTECTED]> > Added some tests for win-forma

gdi/metafile tests

2004-12-06 Thread Walt Ogburn
To Dmitry Timoshkov - I have started working on some tests (attached here) for metafile functions in gdi. If these seem reasonable, should I add them to your metafile.c test code, or move yours to enhmetafile.c and start a new metafile.h? Thanks, Walter/* * Unit tests for metafile functions *

Re: gdi/mfdrv BS_PATTERN brushes

2004-12-01 Thread Walt Ogburn
o META_CREATEPATTERNBRUSH. Thanks. Walter On Tue, 30 Nov 2004, Huw D M Davies wrote: > On Mon, Nov 29, 2004 at 09:16:49PM -0800, Walt Ogburn wrote: > > > > This fixes the problem that Emanuele Gisi reported last month in the Aloha > > problem. With this patch BS_PATTERN brush

Re: keyboard: ISO_Left_Tab

2004-11-06 Thread Walt Ogburn
into the "else". It the ISO_Left_Tab check went under the existing "if (ret == 0)", it would have to have its own MultiByteToWideChar call, or use a goto. This way seemed a lot more readable. Thanks, Walter On Sat, 6 Nov 2004, Andreas Mohr wrote: > Hi, > > On Sa

Re: err:keyboard:X11DRV_ToUnicodeEx Please report:

2004-11-05 Thread Walt Ogburn
Hi Jon, It looks to me like shift-tab works fine when it's used to navigate around dialogs. It's only in things like text input that it tries to get converted to Unicode and doesn't match anything. Do you know what shift-tab does under such circumstances in Windows? If it's the same as regular

Re: gdi/dib.c GetDIBits

2004-11-04 Thread Walt Ogburn
lines, bits, info, coloruse ); else lines = 0; /* FIXME: should copy from bmp->bitmap.bmBits */ } } On Thu, 4 Nov 2004, Huw D M Davies wrote: > On Wed, Nov 03, 2004 at 09:24:08PM -0800, Walt Ogburn wrote: > > > > Changelog:

Re: [Wine]How to help improving Wine?

2004-10-28 Thread Walt Ogburn
Hi Emanuele, After poking around a bit, there seems to be a logical problem in Wine's GDI code. From the backtrace, SelectObject on this object calls BRUSH_SelectObject, which uses a bitmap and eventually GetDIBits, which tries to CreateCompatibleDC (or sometimes DeleteDC instead). However, Selec

Writing tests

2004-10-27 Thread Walt Ogburn
Hi folks, I have a question about dependencies when writing tests. Some tests use LoadLibraryA and GetProcessAddress to get access to Windows / Wine APIs, and other tests just include the appropriate header files and link to the DLLs. One example of the first type is dlls/oleaut32/olefont.c: ==

Re: WineHQ: Assorted spelling fixes

2004-10-26 Thread Walt Ogburn
s/concensus/consensus On Tue, 26 Oct 2004, Filip Navara wrote: > Francois Gouget wrote: > > >Index: wwn/wn20041015_244.xml > >=== > >RCS file: /var/cvs/lostwages/wwn/wn20041015_244.xml,v > >retrieving revision 1.1 > >diff -u -r1.1 w

Re: Problems downloading the RedHat packages

2004-10-25 Thread Walt Ogburn
I can't download the RH 20041019 packages either: "The mirror you've selected, telia.dl.sourceforge.net does not currently have the file you requested." - Walter On Mon, 25 Oct 2004, Bill Medland wrote: > I am unable to download the RedHat 20041019 packages; any idea why? (Did they > get buil

Re: Winedbg: watchpoints broken?

2004-10-21 Thread Walt Ogburn
Hi Eric, I suspected that might be the case. It just takes a little bit of guessing to find the previous expression, since its size is not fixed. Thanks, Walter > > no, we should point to the correct insn, I'll look into it. > in fact, it'll be hard to change it. ia-32 reports insn after the o

Re: Winedbg: watchpoints broken?

2004-10-20 Thread Walt Ogburn
2004, Eric Pouech wrote: > Walt Ogburn a écrit : > > Hi, > > > > Winedbg's watchpoints don't seem to work for me: when I try to watch a > > memory location, winedbg responds that a watchpoint has been set at a > > different, always constant location (I s

Re: oleaut32: SafeArrayDestroyData

2004-10-18 Thread Walt Ogburn
> On Monday 18 October 2004 19:19, Walt Ogburn wrote: > > > Also, is there a way to make the tests in oleaut32/tests/ run on the > > native dlls? If so, I could more clearly show that the Windows version > > doesn't null pvData. > > Wine's build system has suppo

oleaut32: SafeArrayDestroyData

2004-10-18 Thread Walt Ogburn
Hi, I am working on getting a scientific / engineering application called SRIM (www.srim.org), specifically the batch-mode component SRModule of SRIM 2003. This is a Visual Basic program, so there's lots of reliance on oleaut32.dll. In addition to freeing the data memory of the SafeArray, Wine's

Winedbg: watchpoints broken?

2004-10-18 Thread Walt Ogburn
Hi, Winedbg's watchpoints don't seem to work for me: when I try to watch a memory location, winedbg responds that a watchpoint has been set at a different, always constant location (I suspect this is actually in winedbg's memory space). Nothing happens when the location I was trying to watch chan