Re: RegisterHotKey/UnregisterHotKey implementation...success?

2006-09-19 Thread Aaron Slunt
Vincent Povirk wrote: I believe you misunderstood my problem. If the same program tries to register the same hotkey twice, it will fail. However, if another X program (or another wine program) has already registered a key and you try to register it, this will cause an X error. Which is fine, but

Re: Wine 0.9.21 fails to run

2006-09-19 Thread Ken Zalewski
Hi Nick, Thanks for the advice and patches. However, Wine still fails to run ANY programs at all. This is with both of the patches applied (the "ATI" patch and the "NVidia" patch). Moving back to 0.9.20 makes everything work again. My OpenGL library is from NVidia driver 8774 (the most rec

Re: make test failure

2006-09-19 Thread Paul Millar
Hi all, For comparison, a list of the failures I get with a Debian box is available here: http://www.astro.gla.ac.uk/users/paulm/WRT/buildinfo.php (this URL will always show the most resent build). WRT is still not picking up on git changes, but I manually triggered a rebuild during WineConf.

Re: RegisterHotKey/UnregisterHotKey implementation...success?

2006-09-19 Thread Vincent Povirk
I believe you misunderstood my problem. If the same program tries to register the same hotkey twice, it will fail. However, if another X program (or another wine program) has already registered a key and you try to register it, this will cause an X error. Which is fine, but I don't think I ever go

RegisterHotKey/UnregisterHotKey implementation...success?

2006-09-19 Thread Aaron Slunt
http://www.winehq.com/pipermail/wine-devel/2006-May/047460.html The above link I looked at, and I saw this person was apparently crashing with the patch when trying to register a hotkey twice (that's how I interpreted it). Anyways, I looked at the patch, and cleaned it up so it applies to the

Re: Problem with a Turbolog4.exe application under wine

2006-09-19 Thread Neil Skrypuch
On Sunday, September 17, 2006 06:02, James Courtier-Dutton wrote: > Hi, > > A demo version of Turbolog4 can be downloaded from: > http://www.turbolog.de/ > > The program installs ok, but fails to run correctly. > It asks for a License key, one should be able to press cancel and bypass > it into dem

Re: Something's wrong with my GIT tree

2006-09-19 Thread James Hawkins
On 9/19/06, Aaron Slunt <[EMAIL PROTECTED]> wrote: http://pastebin.ca/176787 I've had this for several days, and git fetch tells me everything's up to date. Is this a known issue? How do I get rid of this? ./configure --x-libraries=/emul/linux/x86/usr/lib/ LDFLAGS="-L/emul/linux/x86/usr/lib -L/

Something's wrong with my GIT tree

2006-09-19 Thread Aaron Slunt
http://pastebin.ca/176787 I've had this for several days, and git fetch tells me everything's up to date. Is this a known issue? How do I get rid of this? ./configure --x-libraries=/emul/linux/x86/usr/lib/ LDFLAGS="-L/emul/linux/x86/usr/lib -L/emul/linux/x86/lib" && make depend && make Tha

Re: make test failure

2006-09-19 Thread James Hawkins
On 9/18/06, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Ivan Leo Puoti" <[EMAIL PROTECTED]> wrote: > ../../../../wine/tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p > gdi32_test.exe.so ../../../../wine/dlls/gdi/tests/font.c && touch font.ok > font.c:276: Test failed: Courier(13): tm.tmAsc

Re: Wine 0.9.21 fails to run

2006-09-19 Thread Nick Law
Ken Zalewski wrote: Hi Nick, Thanks for the advice and patches. However, Wine still fails to run ANY programs at all. This is with both of the patches applied (the "ATI" patch and the "NVidia" patch). Moving back to 0.9.20 makes everything work again. My OpenGL library is from NVidia dri

Re: wined3d/CopyRects bug fix

2006-09-19 Thread Stefan Dösinger
Am Montag 18 September 2006 10:12 schrieb Christopher GAUTIER: > Hello there, > > I've identified a bug in IWineD3DDeviceImpl_CopyRects. When CopyRects() > is called to copy the source entirely into the destination surface, and > that the sizes matches, a plain memcpy() is done. However, this assum

Error in GDI (StretchBlt) - proper fix?

2006-09-19 Thread David Gümbel
Hello everybody, I am debugging an application and got up to the point where I have reason to believe that the StretchBlt function in GDI is part of the problem. A backtrace of the exception I always run into looks like this: err:syslevel:_CheckNotSysLevel Holding lock 0x7ecd0820 level 3 wine:

Re: make test failure

2006-09-19 Thread Detlef Riekenberg
On Di, 2006-09-19 at 10:19 +0900, Dmitry Timoshkov wrote: > "Ivan Leo Puoti" <[EMAIL PROTECTED]> wrote: > > > ../../../../wine/tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p > > gdi32_test.exe.so ../../../../wine/dlls/gdi/tests/font.c && touch font.ok > > font.c:276: Test failed: Courier(13

Re: Fix a memory leak, fix a typo in the comment, add a trace

2006-09-19 Thread Huw Davies
On Tue, Sep 19, 2006 at 11:44:52AM +0900, Dmitry Timoshkov wrote: > please apply after "Implement GetKerningPairs for TrueType fonts". > > Changelog: > - fix a memory leak > - fix a typo in the comment > - add a trace about skipped a not supported kerning table format Hi Dmitry, Woul

Re: [WINED3D] Pbuffer/ActiveRender cleanup #2

2006-09-19 Thread Ivan Gyurdiev
When you change wined3d_settings, you should make sure that you update the defaults in wined3d_main.c as well. I know those are currently mismatched, but I've got a patch to clean it up. I'm currently waiting for Alexandre to apply/reject some of the wined3d patches sent over the past couple day

Re: [WINED3D] Pbuffer/ActiveRender cleanup #2

2006-09-19 Thread H. Verbeet
On 19/09/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: afterwards as well. This patch doesn't make it any more or less broken, however. Yes, I just thought I should mention it.

Re: [WINED3D] Pbuffer/ActiveRender cleanup #2

2006-09-19 Thread Ivan Gyurdiev
H. Verbeet wrote: On 17/09/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: @@ -156,6 +160,7 @@ typedef struct wined3d_settings_s { BOOL glslRequested; int vs_selected_mode; int ps_selected_mode; + int offscreen_selected_mode; /* nonpower 2 function */ int nonpower2_mode; int render

Re: [WINED3D] Pbuffer/ActiveRender cleanup #2

2006-09-19 Thread H. Verbeet
On 17/09/06, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: @@ -156,6 +160,7 @@ typedef struct wined3d_settings_s { BOOL glslRequested; int vs_selected_mode; int ps_selected_mode; + int offscreen_selected_mode; /* nonpower 2 function */ int nonpower2_mode; int rendertargetlock_mode; W

Re: make test failure

2006-09-19 Thread Marcus Meissner
On Tue, Sep 19, 2006 at 09:36:05AM +0200, Kai Blin wrote: > On Tuesday 19 September 2006 03:19, Dmitry Timoshkov wrote: > > "Ivan Leo Puoti" <[EMAIL PROTECTED]> wrote: > > > ../../../../wine/tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p > > > gdi32_test.exe.so ../../../../wine/dlls/gdi/tests

Re: make test failure

2006-09-19 Thread Kai Blin
On Tuesday 19 September 2006 03:19, Dmitry Timoshkov wrote: > "Ivan Leo Puoti" <[EMAIL PROTECTED]> wrote: > > ../../../../wine/tools/runtest -q -P wine -M gdi32.dll -T ../../.. -p > > gdi32_test.exe.so ../../../../wine/dlls/gdi/tests/font.c && touch font.ok > > font.c:276: Test failed: Courier(13):