Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-10 Thread Ralf Habacker
On 01.10.2013 12:12, Alexandre Julliard wrote: > Ralf Habacker writes: > >> With other patches i have been told to implement such stuff in the dib >> driver. Unfortunally this do not works in this case, because in the top >> level function it looks like having driver specific stuff using display >

Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-09 Thread Ralf Habacker
On 01.10.2013 12:40, Alexandre Julliard wrote: > Ralf Habacker writes: > >> On 01.10.2013 12:12, Alexandre Julliard wrote: >>> Ralf Habacker writes: >>> With other patches i have been told to implement such stuff in the dib driver. Unfortunally this do not works in this case, because in

Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-01 Thread Ralf Habacker
On 01.10.2013 12:40, Alexandre Julliard wrote: > Ralf Habacker writes: > >> On 01.10.2013 12:12, Alexandre Julliard wrote: >>> Ralf Habacker writes: >>> With other patches i have been told to implement such stuff in the dib driver. Unfortunally this do not works in this case, because in

Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-01 Thread Ralf Habacker
On 01.10.2013 12:12, Alexandre Julliard wrote: > Ralf Habacker writes: > >> With other patches i have been told to implement such stuff in the dib >> driver. Unfortunally this do not works in this case, because in the top >> level function it looks like having driver specific stuff using display >

Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-01 Thread Alexandre Julliard
Ralf Habacker writes: > On 01.10.2013 12:12, Alexandre Julliard wrote: >> Ralf Habacker writes: >> >>> With other patches i have been told to implement such stuff in the dib >>> driver. Unfortunally this do not works in this case, because in the top >>> level function it looks like having driver

Re: Fix text rotation problem in GM_ADVANCED graphics mode caused by incorrect implementation of GetTextExtentPointW().

2013-10-01 Thread Alexandre Julliard
Ralf Habacker writes: > With other patches i have been told to implement such stuff in the dib > driver. Unfortunally this do not works in this case, because in the top > level function it looks like having driver specific stuff using display > coordinates. It would still most likely have to be

Re: [PATCH 1/2] gdi32: fix for rotated Arc, ArcTo, Chord and Pie drawing problem (try 2)

2013-09-26 Thread Alexandre Julliard
Daniel Wendt writes: > @@ -308,6 +308,11 @@ static int get_arc_points( PHYSDEV dev, const RECT > *rect, POINT start, POINT end > } > > memmove( points, points + count, (pos - count) * sizeof(POINT) ); > + > +if (GetGraphicsMode( dev->hdc ) == GM_ADVANCED) > +{ > +LPto

Re: gdi32: Fixed Rectangle() rotation problem with GM_ADVANCED graphics mode.

2013-09-03 Thread Ralf Habacker
On 29.08.2013 19:58, Alexandre Julliard wrote: Ralf Habacker writes: see http://bugs.winehq.org/show_bug.cgi?id=34381 --- dlls/gdi32/painting.c | 18 -- 1 Datei geändert, 16 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-) This would have to be done in the drivers. done. Any

Re: gdi32: Fixed Rectangle() rotation problem with GM_ADVANCED graphics mode.

2013-08-29 Thread Alexandre Julliard
Ralf Habacker writes: > see http://bugs.winehq.org/show_bug.cgi?id=34381 > --- > dlls/gdi32/painting.c | 18 -- > 1 Datei geändert, 16 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-) This would have to be done in the drivers. -- Alexandre Julliard julli...@winehq.org

Re: gdiplus: fix a clipping problem

2013-04-12 Thread Vincent Povirk
This looks wrong. scaled_rect is an internally calculated value, not something supplied by the user, and comparing it to 0.5 doesn't make sense, especially since by this point the width was altered to add padding.

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-07 Thread Marcus Meissner
dded this line to the sources / compiled and tested - here is > output: http://pastebin.com/QMtWttRZ > > I'n not sure what to make of it. I've been trying to nail down what > the problem might be on my system (to no avail). It's really > strange... > > I'

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-06 Thread jordan
http://pastebin.com/QMtWttRZ I'n not sure what to make of it. I've been trying to nail down what the problem might be on my system (to no avail). It's really strange... I've tried different kernels, different versions of wine, using a binary version of the test app (not co

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-05 Thread jordan
Hey Marcus > Works for me on my AMD Phenom(tm) II X4 945 Processor. great :) (very similar CPU). > It looks like the > struct AEffect* plugin = main_entry((audioMasterCallback) > simple_master_callback); > > returns 0x, which is probably a failure indication. > > Can you add a

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-04 Thread Marcus Meissner
On Thu, Apr 04, 2013 at 07:39:16PM -0400, jordan wrote: > Hey List, > > A few days ago, i posted to the list about possibly porting a winelib > app to support x86_64. (currently supports x86). > > the original post is here (for those interested, but not entirely > relevant to this post): > http:/

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-04 Thread jordan
> Hello! Hey Gediminas! ;) > Works fine on my AMD system: Can you also give me the rest of your specs / distro, please? > vinis@g44:/media/vinis/code/temp/fsthost-code$ > WINEPREFIX=/media/vinis/bottles/test64 ./test64.exe ../ColourEQ_64.dll > Load plugin ../ColourEQ_64.dll > fixme:heap:HeapSet

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-04 Thread Gediminas Jakutis
On Fri, Apr 5, 2013 at 3:36 AM, jordan wrote: > It's been tested with several wine versions (1.4.1, 1.5.24, 1.5.27). > On intel systems, it works on ALL versions. On my AMD system, it > doesn't work at all. Hello! Works fine on my AMD system: vinis@g44:/media/vinis/code/temp/fsthost-code$ WINEPR

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-04 Thread jordan
Hey Andre. > only thing that comes to mind is that you need gcc>=4.4, but configure checks > that for you. > Did you tried the binaries of your intel mate? Well, i am using gcc-4.8 (but have also tested with gcc-4.7.3/4). He is using gcc 4.7.3 or .4. No, i did not try his binaries ~ but that is

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-04 Thread André Hentschel
Am 05.04.2013 02:36, schrieb jordan: > Hey Andre, > >> was it the same binary or did you compiled it on each cpu? >> Do you have the same Wine versions? > > Compiled on each respective system. (no sharing of binaries). > > It's been tested with several wine versions (1.4.1, 1.5.24, 1.5.27). > On

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-04 Thread jordan
Hey Andre, > was it the same binary or did you compiled it on each cpu? > Do you have the same Wine versions? Compiled on each respective system. (no sharing of binaries). It's been tested with several wine versions (1.4.1, 1.5.24, 1.5.27). On intel systems, it works on ALL versions. On my AMD s

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-04 Thread André Hentschel
Am 05.04.2013 02:06, schrieb jordan: > Hey Austin > >> Are y'all using the same OS/distro/kernel/gcc/libc versions? > > Different (distro) but everything else is very similar, if not the > same. My feeling is that this is not going to end up being the problem > and i

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-04 Thread jordan
Hey Austin > Are y'all using the same OS/distro/kernel/gcc/libc versions? Different (distro) but everything else is very similar, if not the same. My feeling is that this is not going to end up being the problem and if i remember correctly, the 2 Intel systems are not the same either..

Re: 64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-04 Thread Austin English
app can be compiled with; > > $ make -f Makefile64-most-simple > > then > > $ ./test64.exe /path/to/64bitVST > > a tester can be found here: http://www.ddmf.eu/freeware.php > > grab 'ColourEQ' (contains both 32bit and 64bit versions... and > obviously use

64bit winelib test app fails on AMD CPU, but works on Intel - need help to identify possible problem, please :)

2013-04-04 Thread jordan
/freeware.php grab 'ColourEQ' (contains both 32bit and 64bit versions... and obviously use the 64bit version to try/test.) anyway, i am not sure what the problem is, maybe someone here has an idea or two? ... i've been wondering if there is some sort of misalignment/compiler issue, that

Re: Problem about declarations of strcoll functions

2013-04-01 Thread Jactry Zeng
Thanks Nikolay and Piotr. Sorry for my poor english... :-( 2013/4/1 Piotr Caban > > The functions should have been defined in headers. The order of definitions is not important. Piotr got what I wanted to express. I have implemented a few of it and there are some still not. I think I can define a

Re: Problem about declarations of strcoll functions

2013-04-01 Thread Piotr Caban
Hi Jactry. On 03/31/13 14:40, Jactry Zeng wrote: As we can see, _strcoll_l and _mbsnbcoll_l were implemented but they were not declared. Should we declare all of them? And whether the sequence was important? The functions should have been defined in headers. The order of definitions is not impo

Problem about declarations of strcoll functions

2013-03-31 Thread Jactry Zeng
Hi folks, I tried to implement a lot of strcoll function these days, and I meet some trouble when I added the declaration into include/msvcrt/*.h. With "grep coll *.spec" in dlls/msvcrt/ we can find there was a lot of strcoll function. Some of them was implemented and some of them not: @ cdecl __

Re: Problem with editing FAQ and other pages at wiki

2013-01-12 Thread André Hentschel
Am 11.01.2013 21:06, schrieb Dimi Paun: > OK, please try now, lemme know if there's any problems. > > Dimi. Now it works, thanks! -- Best Regards, André Hentschel

Re: Problem with editing FAQ and other pages at wiki

2013-01-11 Thread Dimi Paun
ve" buttons, I always see error message like [Errno 31] Too many links: '/var/www/wine/wiki/data/pages/AlexeiRomanoff(2f)MoinEditorBackup' If you want to report a bug, please save this page and attach it to your bug report. A problem occurred in a Python script. Here is the seque

Re: Problem with editing FAQ and other pages at wiki

2013-01-11 Thread Dimi Paun
always see error message like [Errno 31] Too many links: '/var/www/wine/wiki/data/pages/AlexeiRomanoff(2f)MoinEditorBackup' If you want to report a bug, please save this page and attach it to your bug report. A problem occurred in a Python script. Here is the sequence of function call

Re: Problem with editing FAQ and other pages at wiki

2013-01-11 Thread André Hentschel
x27;/var/www/wine/wiki/data/pages/AlexeiRomanoff(2f)MoinEditorBackup' > > If you want to report a bug, please save this page and attach it to your bug > report. > > A problem occurred in a Python script. Here is the sequence of function calls > leading up to the error, in the

Problem with editing FAQ and other pages at wiki

2013-01-10 Thread Romanoff Alexei
t to report a bug, please save this page and attach it to your bug report. A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. 1. /usr/lib/python2.4/site-packages/MoinMoin/request.py in *run* (self=) 1. 117

wine-patches mailinglist problem

2012-12-01 Thread André Hentschel
Hi, The wine-patches mailing list seems to stopped working. As you can see at http://www.winehq.org/pipermail/wine-patches/ there's no December 2012, but i sent a patch hours ago. I'm not aware of a "mailing list memberships reminder" from that list. -- Best Regards, André Hentschel

Re: certificate problem accessing https://source.winehq.org ?

2012-11-17 Thread Henri Verbeet
Yes, but afaik WineHQ https was only ever intended to make a couple of tests work.

Re: certificate problem accessing https://source.winehq.org ?

2012-11-17 Thread Dan Kegel
On Sat, Nov 17, 2012 at 1:34 PM, Dan Kegel wrote: > $ git clone https://source.winehq.org/git/wine.git newwine-git > Cloning into 'newwine-git'... > error: server certificate verification failed. CAfile: > /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing > https://source.winehq.org

certificate problem accessing https://source.winehq.org ?

2012-11-17 Thread Dan Kegel
$ git clone https://source.winehq.org/git/wine.git newwine-git Cloning into 'newwine-git'... error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://source.winehq.org/git/wine.git/info/refs Maybe that's related to the big fat

Re: Integer overflow problem in string::compare()

2012-07-02 Thread Dan Kegel
On Mon, Jul 2, 2012 at 2:51 AM, Piotr Caban wrote: > This patch looks correct. It's also good to fix other functions with similar > bug. Great, I'll have a bigger patchset for review in a few days. Thanks, Dan

Re: Integer overflow problem in string::compare()

2012-07-02 Thread Piotr Caban
Hi, On 07/02/12 04:13, Dan Kegel wrote: could you review the patch in http://bugs.winehq.org/show_bug.cgi?id=31085 ? If you like it, I'll submit it to wine-patches. It passes winetestbot and gets pulsen and stepmania past the splash screen abort. This patch looks correct. It's also good to fix

Integer overflow problem in string::compare()

2012-07-01 Thread Dan Kegel
Hi Piotr, could you review the patch in http://bugs.winehq.org/show_bug.cgi?id=31085 ? If you like it, I'll submit it to wine-patches. It passes winetestbot and gets pulsen and stepmania past the splash screen abort. Why are there no tests for msvcp60? If you think it's appropriate, I can add the

Re: [2/2] user32: Add a test to demonstrate the z-order problem for a top level window with a region. Take 2.

2012-06-06 Thread Dmitry Timoshkov
processing > from a Windows app. It was mainly a showcase to demonsrate the problem to you, if it's not reliable enough, dropping it is ok, let's hope that the fix is ok this time. -- Dmitry.

Re: [2/2] user32: Add a test to demonstrate the z-order problem for a top level window with a region. Take 2.

2012-06-06 Thread Alexandre Julliard
Dmitry Timoshkov writes: > This version of the test tries harder to avoid races that could cause > the test failures. It's not races, it's failing consistently here, even with your latest version. I don't think you can reliably test expose events processing from a Windows app. -- Alexandre Jul

Re: [1/2] user32: Add a test to demonstrate the z-order problem for a top level window with a region.

2012-06-05 Thread Alexandre Julliard
Dmitry Timoshkov writes: > --- > dlls/user32/tests/win.c | 56 > +++ > 1 file changed, 56 insertions(+) It doesn't work here: ../../../../wine/tools/runtest -q -P wine -M user32.dll -T ../../.. -p user32_test.exe.so ../../../../wine/dlls/user32/t

Re: Fix the FIXME message to reflect the real problem.

2012-06-04 Thread Juan Lang
On Mon, Jun 4, 2012 at 2:19 AM, Piotr Caban wrote: > On 06/02/12 13:35, m...@mtew.isa-geek.net wrote: >> >> @@ -2735,7 +2735,7 @@ static BOOL CommitUrlCacheEntryInternal( >>              goto cleanup; >>          } >> >> -        FIXME("entry already in cache - don't know what to do!\n"); >> +    

Re: Fix the FIXME message to reflect the real problem.

2012-06-04 Thread Piotr Caban
On 06/02/12 13:35, m...@mtew.isa-geek.net wrote: @@ -2735,7 +2735,7 @@ static BOOL CommitUrlCacheEntryInternal( goto cleanup; } -FIXME("entry already in cache - don't know what to do!\n"); +FIXME("collision handler needed - the entry is already in use!\n")

Re: Problem with Precise beta 1, unity-3d, and wine menus?

2012-03-14 Thread Dan Kegel
on 295.20; for 11.10, version 280.13), so I'm not sure >> if the problem is the new X, or the new drivers. >> >> Before I go reporting an ubuntu bug, or jamming newer drivers into my older >> ubuntu system, has anybody else noticed this? > > Hello Dan, > > Ch

Re: Problem with Precise beta 1, unity-3d, and wine menus?

2012-03-14 Thread Alexey Loukianov
lletin/showthread.php?t=173375 Doesn't a problem reported there look similar to one you're writing about? - -- Best regards, Alexey Loukianov mailto:mooro...@mail.ru System Engineer,Mob.:+7(926)218-1320 *nix Specialist -BEG

Problem with Precise beta 1, unity-3d, and wine menus?

2012-03-12 Thread Dan Kegel
Hi all, on Precise beta 1 logged in with unity-3d, giving the command wine winemine and then clicking on the "Game" menu usually results in only a small part of the pulldown menu showing up. (Also shows up in many other apps that use menus, e.g. mspaint.) This is not a problem in un

Re: How to find out locking problem

2011-01-03 Thread Austin English
On Sat, Jan 1, 2011 at 10:00 PM, wrote: > Happy New Year! > > i notice, that since 1.3 i get quite offten locking issue. It looks > like, that last OK version was 1.2-rc7. This problem happens in > Bioshock on load/save, but i noticed that other users have same > problem with

Re: How to find out locking problem

2011-01-03 Thread Damjan Jovanovic
ck. It would be > interesting to figure out what's taking so long, but it's probably not > the main problem. > > For a proper deadlock you'd have at least two threads waiting for each > other, No, a sufficient condition for a deadlock is that a thread waits for someth

Re: How to find out locking problem

2011-01-02 Thread Henri Verbeet
. Don't know if that's normal in these cases or > both lines should repeated. > Thread 0041 is probably just a bit slow at some point then, but it does sound like it eventually releases the lock. It would be interesting to figure out what's taking so long, but it's probably

How to find out locking problem

2011-01-02 Thread wylda
Hi Henri, thank you for analysis, it's first time when i'm trying to help with this kind of problem... > > From that backtrace, it doesn't look like 001c is > waiting for a critical section at all. > The truth is, that wine outputs the first line ("...wait t

Re: How to find out locking problem

2011-01-02 Thread Henri Verbeet
On 2 January 2011 13:59, wrote: > err:ntdll:RtlpWaitForCriticalSection section 0x7de77580 > "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 001c, > blocked by 0041, retrying (60 sec) > ... > Backtracing for thread 001c in process 001b (C:\Program Files\2K > Games\BioShock\Builds\Rele

How to find out locking problem

2011-01-02 Thread wylda
> ...get the stacks of all running processes with the command > > bt all > > With luck, you can then see which two code paths are > competing for the lock. Thanks for tip! Are the following traces from problematic threads useful or will i have to post all the thread traces? (Just repeat: happens

Re: How to find out locking problem

2011-01-01 Thread James McKenzie
27; and this is only running 'make test' and that resulted in an update to the Wine Configuration. This looks like a regression of the problem that was fixed a long time ago, where interprocess locking happened constantly. Maybe Wylda can find it, if the problem is constant on his system. James McKenzie

re: How to find out locking problem

2011-01-01 Thread Dan Kegel
Sometimes it helps to run winedbg from another window and get the stacks of all running processes with the command bt all With luck, you can then see which two code paths are competing for the lock.

How to find out locking problem

2011-01-01 Thread wylda
Happy New Year! i notice, that since 1.3 i get quite offten locking issue. It looks like, that last OK version was 1.2-rc7. This problem happens in Bioshock on load/save, but i noticed that other users have same problem with games on the same game engine. Could someone help me, what should i do

Re: Possible problem with Natty 64-bit compile

2010-12-21 Thread Austin English
On Tue, Dec 21, 2010 at 2:14 PM, Susan Cragin wrote: > I have downloaded the git, compiled and installed wine as 64-bit on the > current 64-bit version of Natty. > This all works fine, no errors I can see, but then it doesn't run. > My executables can be found, including: > /usr/local/bin/wine64

Possible problem with Natty 64-bit compile

2010-12-21 Thread Susan Cragin
I have downloaded the git, compiled and installed wine as 64-bit on the current 64-bit version of Natty. This all works fine, no errors I can see, but then it doesn't run. My executables can be found, including: /usr/local/bin/wine64 and wine64-preloader But I can't run anything. A "wine" comma

Re: Testbot: User not logged in Problem with WVISTAADM

2010-12-15 Thread André Hentschel
Am 14.12.2010 22:52, schrieb Greg Geldorp: >> From: Paul Vriens >>> I'm making some changes to the TestBot infrastructure. This "The specified >>> guest user must be logged in interactively to perform this operation" error >>> did occur before, but it seems it's more prevalent after I upgraded the

RE: Testbot: User not logged in Problem with WVISTAADM

2010-12-14 Thread Greg Geldorp
> From: Paul Vriens > > I'm making some changes to the TestBot infrastructure. This "The specified > > guest user must be logged in interactively to perform this operation" error > > did occur before, but it seems it's more prevalent after I upgraded the > > hypervisor to ESX 4.1. This might take a

Re: Testbot: User not logged in Problem with WVISTAADM

2010-12-14 Thread Paul Vriens
On 12/14/2010 04:44 PM, Greg Geldorp wrote: Hi André there is a noisy problem with the WVISTAADM, which causes much tests to be shown as "Failed" in the patchtracker. should we blacklist the Message returned by WVISTAADM or can you fix the underlying problem? I'm making some

RE: Testbot: User not logged in Problem with WVISTAADM

2010-12-14 Thread Greg Geldorp
Hi André > there is a noisy problem with the WVISTAADM, which causes much tests to be > shown as "Failed" in the patchtracker. > should we blacklist the Message returned by WVISTAADM or can you fix the > underlying problem? I'm making some changes to the TestBo

Testbot: User not logged in Problem with WVISTAADM

2010-12-14 Thread André Hentschel
Hi Greg, there is a noisy problem with the WVISTAADM, which causes much tests to be shown as "Failed" in the patchtracker. should we blacklist the Message returned by WVISTAADM or can you fix the underlying problem? -- Best Regards, André Hentschel

re: msvcrt: Fixed problem parsing multi-byte characters in _mbspbrk.

2010-11-28 Thread Dan Kegel
http://en.wiktionary.org/wiki/negato says Adjective negato m. (f. negata, m plural negati, f plural negate) 1. denied, refused negato m. (f. negata, m plural negati, f plural negate) (per) or (in) 1. useless, hopeless (at) Neither that, nor the William Gates pseudonym, are particularly help

Re: msvcrt: Fixed problem parsing multi-byte characters in _mbspbrk.

2010-11-27 Thread James McKenzie
On 11/27/10 4:31 PM, William Gates wrote: On Sat, Nov 27, 2010 at 5:08 PM, James McKenzie wrote: On 11/26/10 11:41 AM, William Gates wrote: You have to send in patches with your real name. James McKenzie Who's to say this is not my real name? No one. However, you did submit patches

Re: msvcrt: Fixed problem parsing multi-byte characters in _mbspbrk.

2010-11-27 Thread William Gates
Who's to say this is not my real name? On Sat, Nov 27, 2010 at 5:08 PM, James McKenzie wrote: > On 11/26/10 11:41 AM, William Gates wrote: > > You have to send in patches with your real name. > > James McKenzie > > > >

Re: dockFill problem

2010-11-26 Thread Dan Kegel
binary, just a one-screen demo that quickly exhibits the problem. > Since I am on the clock here I was hoping for a quick advice like (i.e. > dockFill > is honored in user32/win.c in the function blah blah and you can track it by > WINEDEBUG=+magic,+dockFill) Try WINEDEBUG=+messag

Re: dockFill problem

2010-11-26 Thread Vassilis Virvilis
On 26/11/2010 01:51 μμ, Dan Kegel wrote: .bill wrote: I have the following problem in a .NET application. A form resides in a maximized MDI window. On startup the MDI gets maximized but the form is not although the dockFill property is set. Sounds interesting. If you're not already, p

re: dockFill problem

2010-11-26 Thread Dan Kegel
.bill wrote: > I have the following problem in a .NET application. > A form resides in a maximized MDI window. > On startup the MDI gets maximized but the form is not although the dockFill > property is set. Sounds interesting. If you're not already, please try the latest versi

dockFill problem

2010-11-25 Thread Vassilis Virvilis
Hi everybody, I have the following problem in a .NET application. A form resides in a maximized MDI window. On startup the MDI gets maximized but the form is not although the dockFill property is set. Needless to say that it works on windows. 1) My question is how to debug this - What are the

Re: [1/2] msvcrt: Fixes multi-byte detection problem with MSVCRT_isleadbyte() (try 2)

2010-11-24 Thread Nagato
Shift-JIS) but MSVCRT_isleadbyte before patch will not detect it but _ismbblead does. The only fix I can think of besides changing MSVCRT_isleadbyte directly is to change the calls to MSVCRT_isleadbyte with _ismbblead in the _mbspbrk function. That would be ignoring the real problem, though. On Wed

Re: [1/2] msvcrt: Fixes multi-byte detection problem with MSVCRT_isleadbyte() (try 2)

2010-11-24 Thread Piotr Caban
_mbspbrk function needs to be fixed, not isleadbyte. Cheers, Piotr

Re: [PATCH] mscms: patch for problem with displaying images with enabled color management in system and some apps

2010-10-18 Thread Hans Leidekker
Hi Tomasz, Please use a more specific subject such as "mscms: Handle bitmap formats BM_xRGBQUADS and BM_xBGRQUADS in TranslateBitmapBits".

Re: [PATCH] mscms: patch for problem with displaying images with enabled color management in system and some apps

2010-10-17 Thread Nikolay Sivov
On 10/17/2010 22:46, Tomasz Michno wrote: --- dlls/mscms/tests/Makefile.in |3 ++- dlls/mscms/transform.c |2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) You forgot to add new file to a patch.

Re: [PATCH] problem with color management with mscms and gdi

2010-10-16 Thread Detlef Riekenberg
Hi Tomasz. Welcome to Wine. You already fixed your missing real name in your first patch. That is good, but there are more suggestions. > For applications which uses EnumICMProfiles to detect monitor icc profile, > there should be a copy of monitor profile in > windows\system32\spool\drivers\c

Re: [PATCH] problem with color management with mscms and gdi

2010-10-16 Thread James McKenzie
On 10/16/10 5:38 AM, André Hentschel wrote: Hi and welcome to wine development, your patch is wrapped. see the gdi part of it at http://source.winehq.org/patches/. so you should check your mailclient. Further you might want to split it per module (gdi and mscms, one patch each) Andre: The pat

Re: [PATCH] problem with color management with mscms and gdi

2010-10-16 Thread Hans Leidekker
Hi Tomasz, This patch is wrapped, unlike your first attempt were you attached the patch. > dlls/gdi32/icm.c |8 ++-- > dlls/mscms/transform.c |2 ++ > 2 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a/dlls/gdi32/icm.c b/dlls/gdi32/icm.c > index 0e346ee..d75c52

Re: [PATCH] problem with color management with mscms and gdi

2010-10-16 Thread André Hentschel
Hi and welcome to wine development, your patch is wrapped. see the gdi part of it at http://source.winehq.org/patches/. so you should check your mailclient. Further you might want to split it per module (gdi and mscms, one patch each) -- Best Regards, André Hentschel

RE: Problem with getting account at testbot

2010-09-12 Thread Greg Geldorp
Hi Mariusz, > From: Mariusz Pluciński > > I have a problem with my account at testbot.winehq.org. Long time ago, I > registered my account. To this day I have not received an activation > e-mail. I thought it was maybe rejected, because I was not "well-known > membe

Re: Problem with geting account at testbot

2010-09-12 Thread Juan Lang
Check your spam folder, gmail might have filtered it out. --Juan 2010/9/12 Mariusz Pluciński : > Hello > I have a problem with my account at testbot.winehq.org. Long time ago, I > registered my account. To this day I have not received an activation e-mail. > I thought it was ma

Problem with geting account at testbot

2010-09-12 Thread Mariusz Pluciński
Hello I have a problem with my account at testbot.winehq.org. Long time ago, I registered my account. To this day I have not received an activation e-mail. I thought it was maybe rejected, because I was not "well-known member of the Wine community" that time. Today I noticed that

Re: problem with ./configure & libGLU vs. libice-dev

2010-08-22 Thread wylda
> > configure: libGLU development files not found, > > GLU won't be supported. GOUJON Alexandre: > It clearly appears that libGLU.so was present > during the "ok" configure > execution and not for the other. No, that's not true, because "ls -alF /usr/lib/libGLU*" showed that all files and even

Re: problem with ./configure & libGLU vs. libice-dev

2010-08-22 Thread GOUJON Alexandre
On 08/22/2010 10:09 AM, wy...@volny.cz wrote: So why configure says me "-lGLU... not found" when file "/usr/lib/libGLU.so.1" is present a...@evan:~/Desktop$ diff configure_output_ok_libice_dev_missing.txt configure_output_bad_libice_dev_present.txt 506c506 < checking for IceConnectionNumber i

Re: problem with ./configure & libGLU vs. libice-dev

2010-08-22 Thread Andrew Nguyen
On Sun, Aug 22, 2010 at 3:09 AM, wrote: > Thanks for hints, Austin. Unfortunately looking at it and comparing > GOOD vs BAD log did not move me any further. So if anyone would see > there a bug, please let me know. Logs attached. > > W. > >From the bad configure log: configure:8817: checking fo

Re: problem with ./configure & libGLU vs. libice-dev

2010-08-21 Thread Austin English
On Fri, Aug 20, 2010 at 4:26 PM, wrote: > > Hi, > > isn't there a problem with wine's configure script? I'm running on > new Debian Squezee and noticed (luckily), that when libice-dev is > installed, than ./configure can't find "-lGLU". >

problem with ./configure & libGLU vs. libice-dev

2010-08-20 Thread wylda
Hi, isn't there a problem with wine's configure script? I'm running on new Debian Squezee and noticed (luckily), that when libice-dev is installed, than ./configure can't find "-lGLU". But libice-dev doesn't have any influence on file "libGLU.so.1".

Re: CVS repository problem

2010-05-10 Thread Paul Chitescu
On Monday 10 May 2010 12:50:56 pm Alexandre Julliard wrote: > Paul Chitescu writes: > > > Something is - again - wrong with CVS. Although I fetched a wine with git I > > tried to verify some patches I had in the CVS tree. > > > > cvs -z3 -q up -APd > > > > cvs update: failed to create lock dire

Re: CVS repository problem

2010-05-10 Thread Alexandre Julliard
Paul Chitescu writes: > Something is - again - wrong with CVS. Although I fetched a wine with git I > tried to verify some patches I had in the CVS tree. > > cvs -z3 -q up -APd > > cvs update: failed to create lock directory for > `/home/wine/wine/dlls/acledit' > (/home/wine/wine/dlls/acledit/

CVS repository problem

2010-05-10 Thread Paul Chitescu
Hi! Something is - again - wrong with CVS. Although I fetched a wine with git I tried to verify some patches I had in the CVS tree. cvs -z3 -q up -APd cvs update: failed to create lock directory for `/home/wine/wine/dlls/acledit' (/home/wine/wine/dlls/acledit/#cvs.lock): Permission denied cvs

Re: IShellBrowser/ICommDlgBrowser Theme draw problem

2010-02-21 Thread Reece Dunn
d > correctly when a theme is enabled under Wine.  If a theme is not selected, > the problem does not happen.  This can be seen using an example program > available for general public download at: > > http://www.codeproject.com/KB/shell/explorer.aspx?df=100&forumid=2239&e

IShellBrowser/ICommDlgBrowser Theme draw problem

2010-02-21 Thread Kenneth Robinette
t selected, the problem does not happen. This can be seen using an example program available for general public download at: http://www.codeproject.com/KB/shell/explorer.aspx?df=100&forumid=2239&exp=0&select=583589&tid=583589 I traced the problem through the comctl32 listview.c

Re: problem with wine

2010-02-08 Thread Dmitry Timoshkov
David Adam wrote: > Any clue to fix my problem? bugs.winehq.org -- Dmitry.

Re: problem with wine

2010-02-08 Thread Ben Klein
On 9 February 2010 12:35, David Adam wrote: > Hello, > > since one month I have problem with Wine. With the wine-git or the > Wine binary provided by Mandriva, since I try to launch any > application I have the following message: This is a question better suited to wine-users than wine-devel.

problem with wine

2010-02-08 Thread David Adam
Hello, since one month I have problem with Wine. With the wine-git or the Wine binary provided by Mandriva, since I try to launch any application I have the following message: [da...@thakur Téléchargement]$ wine t3_demo_uk.exe err:process:__wine_kernel_init boot event wait timed out

Re: relay log problem

2010-01-29 Thread Stefan Leichter
Am Friday 29 January 2010 01:20:24 schrieb Henri Verbeet: > On 29 January 2010 00:21, Michael Stefaniuc wrote: > > On 01/28/2010 10:59 PM, Henri Verbeet wrote: > >> On 28 January 2010 22:39, Stefan Leichter > >> > >>  wrote: > >>> Is this a know pro

Re: relay log problem

2010-01-29 Thread Alexandre Julliard
Michael Stefaniuc writes: > Anyway the usage of write(2) in NTDLL_dbg_vprintf() is *wrong* as it > doesn't check for short writes nor errors. It is good enough for debug > output and better than using the FILE * functions but not good enough to > prevent interleaving. It even introduces an opport

Re: relay log problem

2010-01-29 Thread Michael Stefaniuc
Alexandre Julliard wrote: > Michael Stefaniuc writes: > >> Incorrect. Wine doesn't use write(2) but vfprintf(3) which operates on >> FILE handles; the output is buffered aka a vfprintf call won't translate >> 1:1 to a write(2) system call. But even if it would directly use >> write(2), that syste

Re: relay log problem

2010-01-29 Thread Alexandre Julliard
Michael Stefaniuc writes: > Incorrect. Wine doesn't use write(2) but vfprintf(3) which operates on > FILE handles; the output is buffered aka a vfprintf call won't translate > 1:1 to a write(2) system call. But even if it would directly use > write(2), that system call isn't atomic. A lot of peop

Re: relay log problem

2010-01-29 Thread Michael Stefaniuc
Ken Thomases wrote: > On Jan 28, 2010, at 5:21 PM, Michael Stefaniuc wrote: > >> On 01/28/2010 10:59 PM, Henri Verbeet wrote: >>> On 28 January 2010 22:39, Stefan Leichter >>> wrote: >>>> Is this a know problem? Is a work around available? >>>

Re: relay log problem

2010-01-28 Thread Ken Thomases
On Jan 28, 2010, at 5:21 PM, Michael Stefaniuc wrote: > On 01/28/2010 10:59 PM, Henri Verbeet wrote: >> On 28 January 2010 22:39, Stefan Leichter >> wrote: >>> Is this a know problem? Is a work around available? >>> >> Yeah, that's a known problem.

Re: relay log problem

2010-01-28 Thread Henri Verbeet
On 29 January 2010 00:21, Michael Stefaniuc wrote: > On 01/28/2010 10:59 PM, Henri Verbeet wrote: >> >> On 28 January 2010 22:39, Stefan Leichter >>  wrote: >>> >>> Is this a know problem? Is a work around available? >>> >> Yeah, that's a

  1   2   3   4   5   6   7   8   9   10   >