Re: wine cvs notes and proposed keyboard detection fix.

2004-01-21 Thread Dmitry Timoshkov
Shane Shields [EMAIL PROTECTED] wrote: X11 team tends to remove more than 2 characters per keysym. See /etc/X11/xkb/symbols/tr. Turkish keyboard layout in Wine has more than 2 for some of them. Just do 'setxkbmap tr' and run Wine with +key,keyboard,+x11drv and look for mismatches. I

Re: RFC on our new initiative

2004-01-21 Thread Boaz Harrosh
Steven Edwards wrote: .depends on what happens at Wineconf. PS. The goal 95% of all Windows apps on crossover is nice but I am afraid I am seeing more and more .Nyet apps out in the real world. For this to happen anytime soon we have to get on the ball with Mono and Windows.Forms.

Re: Variant tests

2004-01-21 Thread Sylvain Petreolle
Jon, Sylvain, can you apply the attached patch and send me the full output of running the 2 tests? I can't duplicate the failures you are seeing with any oleaut32 version here, but testing with a really really old version lead to some changes that may help. These failures were given by

Re: charset related compilation errors in authors.c

2004-01-21 Thread Hans Leidekker
On Wednesday 21 January 2004 03:12, jds wrote: The variable value is: [EMAIL PROTECTED] root]# echo $LANG en_US.UTF-8 If you can't update Wine to latest cvs or wait 'till the next release you can do: EXPORT LANG=C; make to get around the problem. -Hans

UXTHEME regression [was Re: install problems IE with fresh winehq wine-20031212-1fc1winehq.i686.rpm]

2004-01-21 Thread Mike Hearn
On Wed, 2004-01-21 at 06:57, jds wrote: 0x40fc2453 (UXTHEME.DLL.GetThemeSysString+0x4e3 in UXTHEME.DLL): incl 0x0(%esi) Wine-dbgquit A large UXTHEME update was committed in the last few days. It appears this causes the IE installer to crash. I'm currently bogged down with exams, it'll go on

Re: RFC on our new initiative

2004-01-21 Thread Rein Klazes
On Tue, 20 Jan 2004 20:24:54 +, you wrote: and where we've come to from there, and I think it's doable. I think it's particularly doable if Desktop Linux continues to accelerate and we get a bunch more help to make it happen... Ah yes, exponentially scalable growth. Let's hope so.

Re: RFC on our new initiative

2004-01-21 Thread Mike Hearn
Output attached, a graph produced with gnumeric is on http://home.wanadoo.nl/~wijn/wine/cvs.png Hmm, there doesn't seem to be any particular trend upwards, does there, except perhaps a slight one towards the end. 1998 was a busy year, I wonder what was going on then.

Re: RFC on our new initiative

2004-01-21 Thread Rein Klazes
On Wed, 21 Jan 2004 09:36:02 +, you wrote: Output attached, a graph produced with gnumeric is on http://home.wanadoo.nl/~wijn/wine/cvs.png Hmm, there doesn't seem to be any particular trend upwards, does there, except perhaps a slight one towards the end. 1998 was a busy year, I

Re: [ddraw] asynchronous screen updates

2004-01-21 Thread Mike Hearn
On Wed, 21 Jan 2004 06:36:09 +0100, Piotr Pawlow wrote: windows managers (kwin cannot raise the window, metacity complains that the window attributes do not make sense). Metacity is normally a good barometer of whether we got WM stuff correct. What errors do you see exactly? Are we created

control/numeric pad/alt keys

2004-01-21 Thread Vik
Hi, Just noticed that control + whatever keycombination stopped working in head. Numeric Pad and Alt key combinations seems to be dead as well. Wondering if it's just me with my jp106 keyboard, or if anybody else has the same problem... Cheers Vik Here's the trace of --debugmsg +key

Re: control/numeric pad/alt keys

2004-01-21 Thread Vik
Sorry Please ignore my last message. It was a problem on my side, which had nothing to do with wine. Cheers Vik Just noticed that control + whatever keycombination stopped working in head. Numeric Pad and Alt key combinations seems to be dead as well. Wondering if it's just me with my jp106

Re: [ddraw] asynchronous screen updates

2004-01-21 Thread Piotr Pawow
On Wednesday 21 January 2004 12:53, Mike Hearn wrote: Metacity is normally a good barometer of whether we got WM stuff correct. What errors do you see exactly? Are we created unmanaged windows here, or are they managed but with screwed up NETWM attributes? Metacity displays two messages: #v+

Re: RFC on our new initiative

2004-01-21 Thread Gregory M. Turner
On Tuesday 20 January 2004 08:05 am, Jeremy Newman wrote: From the desk of Jeremy White (who is at LinuxWorld ATM). Hey folks, We've just launched a major new initiative, the CodeWeavers CrossOver Compatibility Center. You can check it out at

Re: RFC on our new initiative

2004-01-21 Thread Jeremy Newman
On Wed, 2004-01-21 at 10:55, Gregory M. Turner wrote: Looks great to me; although there are not any discussions yet (or are there?) in the forums area to demonstrate the quality of the forum interface, if it's something along the lines of phpBB, then it's perfect. It's hard to compete with a

Re: WINMM problem with Half-Life

2004-01-21 Thread Mike McCormack
Mike McCormack wrote: Eric Pouech wrote: Any ideas? as an ugly hack, does setting the dwEventCount in the WINE_MCIAVI struct as volatile help ? (private_mciavi.h). No, that didn't help, the one below does: Well, it sort of does... but with that patch, sometimes westuck in the critical

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-21 Thread Shane Shields
On Tuesday 20 January 2004 5:23 am, Dmitry Timoshkov wrote: X11 team tends to remove more than 2 characters per keysym. See /etc/X11/xkb/symbols/tr. Turkish keyboard layout in Wine has more than 2 for some of them. Just do 'setxkbmap tr' and run Wine with +key,keyboard,+x11drv and look for

Stack limit error in newest release (not in olders)

2004-01-21 Thread Anssi Hannula
When I run mircstats.exe, I get the following error: err:seh:EXC_DefaultHandling Exception frame is not in stack limits = unable to dispatch exception. This didn't happen on older releases. What does this error message mean? The newest release also segfaulted, before I turned overcommit on. --

Re: revised dsound mmap mapping patch

2004-01-21 Thread Alexandre Julliard
Robert Reif [EMAIL PROTECTED] writes: Moves dsound mmap mapping info into dsound objects. This is causing a test failure for me: dsound.c:340: Test failed: SetFormat failed: 0x8878000a -- Alexandre Julliard [EMAIL PROTECTED]

Re: wine cvs notes and proposed keyboard detection fix.

2004-01-21 Thread Shane Shields
On Wednesday 21 January 2004 9:03 am, you wrote: I have done that and piped the output to a logfile. Attached is an abbreviated version with just the icelandic and turkish detection included. It seems to be mismatching on detecting the third keysym where the key is defined in

Re: RFC on our new initiative

2004-01-21 Thread Jeremy White
As for wine vs Crossover -- I presume that plain old wine users are welcome to participate? If so, then there really isn't a problem. As long as they are talking about usage under CrossOver. We really don't want to confuse our customers. That's a bit stronger than I would put it, Jer.

Re: RFC on our new initiative

2004-01-21 Thread Jeremy White
Did any one contact Xaim to see if they can send any MONO people to wineconf? Is there any vision on how these 2 integrate? I haven't even touched MONO yet ( .NET for that mater), but from the look of it they better use wine for some areas of .NET. Like .Forms. And certainly Wine Loader

Re: RFC on our new initiative

2004-01-21 Thread Boaz Harrosh
Jeremy White wrote: Did any one contact Xaim to see if they can send any MONO people to wineconf? Is there any vision on how these 2 integrate? I haven't even touched MONO yet ( .NET for that mater), but from the look of it they better use wine for some areas of .NET. Like .Forms. And

Re: Wine release 20040121

2004-01-21 Thread Boaz Harrosh
Alexandre Julliard wrote: - Better support for constructors in C++ Winelib apps. I follow the wine mailing list every work day. I even went back on these messages I did not read. I cannot find that patch. Alexandre Please? Elaborate a little about that fix. What do we do now? Just remove