Regression with d3d: Remove IWineD3DDevice::SetHwnd.

2008-08-22 Thread Maxime Bellengé
Hi This patch is causing a regression in the game Return to mysterious Island. When the game start it crashes displaying the trace I added at the end of the mail. I'm not an expert at all with ddraw but as it crashes on a NULL pointer, maybe there is an inconsistency between This->dest_window and

Re: [1/3] WineD3D: Fix a problem in BltOverride

2007-12-30 Thread Maxime Bellengé
l > be > safer if you test first if it works at all without these lines :). > > Maxime Bellengé wrote: > > Hi, > > > > Yes the problem is fixed with this patch although I have millions > > traces like this one : > > > > err:d3d_surface:IWineD3DSurfaceImpl_Blt

Re: [1/3] WineD3D: Fix a problem in BltOverride

2007-12-29 Thread Maxime Bellengé
his patch helps? > > Maxime Bellengé wrote: > > Hi Stephan, > > > > Since this patch has been commited to git I have a big regression in > the > > game Syberia. Everything is black. Nothing is displayed expected some > > menu items. >

Re: [1/3] WineD3D: Fix a problem in BltOverride

2007-12-28 Thread Maxime Bellengé
Hi Stephan, Since this patch has been commited to git I have a big regression in the game Syberia. Everything is black. Nothing is displayed expected some menu items. In order to determine that this is this patch which is the problem I did a "git bisect". Maxime

dinput: Regression since commit 233cd46a22d9c53e8a7a7306a88756cb78ada47a

2007-07-23 Thread Maxime Bellengé
Hi, For a couple of days now, I have two mouse cursors in the game Ankh, the one from the game and the one from X. I have done a git bisect and found that the following patch is responsible for that. I hope it will help dinput developers and especially Vitaliy. Maxime 233cd46a22d9c53e8a7a7306a8

Re: [kernel] correct OpenFile test

2005-10-17 Thread Maxime Bellengé
For me returning HFILE_ERROR makes one of my application installer fails. If the function returns FALSE, it behaves normaly and exactly like on windows. The application installer works correctly. Maxime On Mon, 2005-10-17 at 15:20 +0100, Oliver Stieber wrote: > --- Dmitry Timoshkov <[EMAIL PROTE

Re: BadMatch recurring errors

2005-10-05 Thread Maxime Bellengé
I have myself seen eMule crashing with BadMatch errors. When I run it with richedit as native, the BadMatch goes away. Maxime On Wed, 2005-10-05 at 08:00 +0200, Marcus Meissner wrote: > On Wed, Oct 05, 2005 at 03:17:02AM +0200, Jonathan Ernst wrote: > > A lot of people are complaining about BadM

Re: [X11DRV] Add resolution for Desktop mode

2005-07-02 Thread Maxime Bellengé
Hi Lionel, I didn't see the whole code, but shouldn't you change the #define to 9 ? a+ Maxime -static const unsigned int widths[] = {320, 512, 640, 800, 1024, 1152, 1280, 1600}; -static const unsigned int heights[] = {200, 384, 480, 600, 768, 864, 1024, 1200}; +static const unsigned int wid

Re: FC4 Compile Issue

2005-06-21 Thread Maxime Bellengé
I'm using FC4 and latest wine from cvs compiles fine. I had some problem with msi but Marcus fixed them recently. I have many warnings from gcc 4 but it works. Max On Tue, 2005-06-21 at 19:10 +0200, Michael Büttner wrote: > You're not alone: > > http://bugs.winehq.org/show_bug.cgi?id=3032 > >

Re: wineconf videos

2005-05-03 Thread Maxime Bellengé
To split video and sound, I use VirtualDubMod with wine. It works very well. It is quite easy to do but if you want me to do it, there is no problem. Maxime On Tue, 2005-05-03 at 22:00 +0200, Ivan Leo Puoti wrote: > We need some help with editing, questions can be heard in the > background, but I

Re: Nearly all Installshield installers fail

2005-04-01 Thread Maxime Bellengé
With my application (Route 66), it enables me to start copying files, however the progress bar never moves. However, the installer is doing something but seems to be stuck somewhere. Maybe some deadlocks. Max PS(specially for Mike): I'm a man :) On Fri, 2005-04-01 at 18:02 +0200, Uwe Bonnes wrot

Re: More implementation of IRecordInfo

2005-03-08 Thread Maxime Bellengé
You have forgotten the patch :) On Tue, 2005-03-08 at 20:18 +0100, Jacek Caban wrote: > This patch makes IRecordInfo almost complete. > If anyone knows any application using it I could test on, > please let me know. > > Changelog: > More implementation of IRecordInfo > >

Re: Resend : Implements MIIM_BITMAP state in menus

2005-03-07 Thread Maxime Bellengé
On Mon, 2005-03-07 at 19:52 +0100, Alexandre Julliard wrote: > Maxime Bellengà <[EMAIL PROTECTED]> writes: > > > + * drawhbmbitmap : True to draw the hbmbitmap(MIIM_BITMAP)/False to draw > > the MF_BITMAP > > */ > > -static void MENU_DrawBitmapItem( HDC hdc, MENUITEM *lpitem, const RECT > > *r

Re: [x11drv] Fix X11DRV_set_wm_hints

2005-03-06 Thread Maxime Bellengé
I don't agree with you because, if the application don't call this with the HTCAPTION parameter PostMessage( WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM( point.x, point.y)); but with HTLEFT, HTRIGHT ... the WM must resize the window I think. I wondered first if MWM_FUNC_RESIZE should be added but I

Re: Regression in Rebar

2005-03-01 Thread Maxime Bellengé
You were wrong :), your patch makes emule rebar work again. Thanks Max On Tue, 2005-03-01 at 13:43 -0600, Robert Shearman wrote: > Maxime Bellengà wrote: > > >>Maxime Bellengà wrote: > >> > >> > >> > >>>Hello > >>> > >>>This patch is causing a regression in emule, the rebar simply does not

Re: Regression in Rebar

2005-03-01 Thread Maxime Bellengé
Here is the log. I started emule and then quit. a+ Max On Tue, 2005-03-01 at 12:30 -0600, Robert Shearman wrote: > Maxime Bellengà wrote: > > >Hello > > > >This patch is causing a regression in emule, the rebar simply does not > >display. > > > >a+ > > > >Maxime > > > >Modified files: > > d

Regression in Rebar

2005-03-01 Thread Maxime Bellengé
Hello This patch is causing a regression in emule, the rebar simply does not display. a+ Maxime Modified files: dlls/comctl32 : rebar.c Log message: Robert Shearman <[EMAIL PROTECTED]> - Make row number be zero-based. - Improvements to dumping functions to no

Re: Implements OleLoadPicturePath

2005-02-28 Thread Maxime Bellengé
Thanks for your reply, I will fix the places you mentioned to clean things up correctly. But other places in olepicture should also be fixed in this case. I will check that. Max On Mon, 2005-02-28 at 15:22 -0600, Robert Shearman wrote: > Maxime Bellengà wrote: > > >Hello, here is an implementati

Re: x11drv: make minimizing windows work again

2005-02-16 Thread Maxime Bellengé
In addition, in unmanaged mode, I can minimize an application, I can see the icon and the program name. However, I can't restore it when I double click on it. Max On Wed, 2005-02-16 at 07:57 -0700, Vitaliy Margolen wrote: > Ok, that semi-helps. Now I don't have an extra window that was showing up

Re: winsock: use local includes in tests

2005-02-15 Thread Maxime Bellengé
You seems to have forgotten something :) Max On Tue, 2005-02-15 at 15:40 -0600, James Hawkins wrote: > Hey, > > This patch keeps msvc from pulling in msvc system headers when > compiling with wine's headers. > > Changelog > * Use local includes to keep msvc from mixing the system and wine's hea

Re: Anyone have Wine PowerPoint slides?

2005-02-14 Thread Maxime Bellengé
The only slides I know are the one from Shachar Shemesh "http://shemesh.biz/lectures/HaifuxWine.pdf"; they are not powerpoint slides but they may help you. Max On Mon, 2005-02-14 at 11:29 -0800, Ira Krakow wrote: > I'm giving a presentation on converting Windows > programs to Linux at MIT (the B

Problem to minimize a window

2005-02-13 Thread Maxime Bellengé
Hello, Has anybody managed to minimize a window in managed mode since this patch ? Maximizing and restoring a window works but minimizing does not work, the window minimizes and then reopen itself immediately. I doubt it is a problem with my window manager (metacity), however I tried all this af

Regression in x11drv windows handling

2005-02-06 Thread Maxime Bellengé
I have one of my applications which no longer works correctly after this patch : ChangeSet ID: 15758 CVSROOT:/opt/cvs-commit Module name:wine Changes by: [EMAIL PROTECTED] 2005/01/28 11:25:50 Modified files: include: win.h dlls/x11drv: x11drv.h

Re: Petzold Programming Windows Fifth Edition Section 1 Regression Tests

2005-01-24 Thread Maxime Bellengé
On Mon, 2005-01-24 at 11:38 -0800, Ira Krakow wrote: > Chapter 9: PopPad1.c Compiles and runs and works > for the most part. However, if you start typing on > line 1 and keep typing to beyond the end of the line, > the text redisplays at the bottom. In Windows, it > keeps displaying on the sa

Re: Regression in update region handling

2005-01-24 Thread Maxime Bellengé
You can freely get it at http://messager.wanadoo.fr/InstallComplete/InstallationMessagerWanadoo3.5.exe It's in french sorry. However, to install it you will need this little patch because the wise installer uses wininet with an url like this http://myserver/.\ \path/to/file. It works on windows

Re: Regression in update region handling

2005-01-21 Thread Maxime Bellengé
On Fri, 2005-01-21 at 19:14 +0100, Paul van Schayck wrote: > Hey, > > On Fri, 21 Jan 2005 18:47:58 +0100, Maxime Bellengà > <[EMAIL PROTECTED]> wrote: > > This patch introduced regressions : > > > > Moved update region handling to the server > > http://cvs.winehq.org/patch.py?id=14725 > > A mult

Regression in update region handling

2005-01-21 Thread Maxime Bellengé
Hello, This patch introduced regressions : Moved update region handling to the server http://cvs.winehq.org/patch.py?id=14725 Since this patch has been applied, I have an application with acts like a christmas tree :) The application has owner drawn objects everywhere. What I see is that every o

Re: December 2004 - more patches than you can shake a stick at

2005-01-02 Thread Maxime Bellengé
Happy new year everybody ! In your list, you forgot your big work on systray. Do you see in your crystal ball if/when it will be merged ? thanks Max On Sun, 2005-01-02 at 14:57 +, Mike Hearn wrote: > Happy new year everybody! > > Being the patch fetishist that I am, I couldn't help noticin

Re: segfault fault at startup

2004-05-31 Thread Maxime Bellengé
I also have this segmentation fault. However, when I run wine-pthread "myprogram", it works perfectly but when I run wine "myprogram" it hangs. So I think the patch to enable exec-shield/preload introduced a regression. Max On Sun, 2004-05-30 at 19:37 +0100, Mike Hearn wrote: > [EMAIL PROTECTED

Re: IAutocomplete(5) Add sizing grip

2004-05-17 Thread Maxime Bellengé
Ok I will change my patch to include this call, it seems to do what I want. a+ Max On Mon, 2004-05-17 at 20:57, Dimitrie O. Paun wrote: > On Sun, May 16, 2004 at 02:44:25PM +0200, Maxime Bellengà wrote: > > Autocomplete list boxes have a sizing grip to resize them. This patch > > adds support fo

Re: Resend: Fix toolbar getstyle

2004-05-06 Thread Maxime Bellengé
Oops sorry for my mistake, I should not mix my devel tree and my wine tree :) a+ Max On Thu, 2004-05-06 at 19:36, Mike Hearn wrote: > On Thu, 2004-05-06 at 13:57 +0200, BELLENGE Maxime FTRD/DMI/REN wrote: > > As I got no comments on this patch and it is not applied, I resend it. > > http://sou

RE: Fix toolbar get style

2004-04-30 Thread Maxime Bellengé
On Fri, 2004-04-30 at 11:28, Ge van Geldorp wrote: > > From: Maxime Bellengà > > > > When a toolbar receives a TB_GETSTYLE message with wParam=0, > > the application expects to get the toolbar style and not the > > first button style. This patch fixes eMule 0.42e, now the > > toolbar is visible

Re: [LostWages] make winehq.org HTML 4.01 Transitional + XHTML 1.0 Transitional Valid

2004-03-29 Thread Maxime Bellengé
Hello, I think you forgot the patch On Tue, 2004-03-30 at 00:08, hatky wrote: > Change log: > Ofir Petruska <[EMAIL PROTECTED]> > Validate the site as HTML 4.01 Transitional + XHTML 1.0 Transitional Valid > (still declaring declaring HTML 4.01 Transitional) > * Case fixes

Re: ALSA on i810 audio

2004-03-25 Thread Maxime Bellengé
Hello, Speaking of alsa, I have a problem with winealsa. Every time I start wine when the winealsa driver is loaded, I get a message from the alsa-lib which says : ALSA lib conf.c:2666:(snd_config_hooks_call) Cannot open shared library (null) ALSA lib conf.c:3047:(snd_config_update_r) hooks faile

Re: imagelist: convert to dibsections

2004-02-22 Thread Maxime Bellengé
I have submitted a patch which fixes the regression. Max On Sat, 2004-02-21 at 23:40, Vitaliy Margolen wrote: > This patch brakes a lot of images/icons etc. Needs more testing. > In particular small icons in all browser panes. > > Also we still have some problems with our DIBs, Which could be ea

Re: Caption of TLabel Component is not shown in new Release.

2004-02-18 Thread Maxime Bellengé
I think it is fixed in the current cvs, the bug of text clipping has gone for me. On Wed, 2004-02-18 at 16:20, Samuel Herzog wrote: > Hi, > > first of all I have to congratulate. > Wine runs my Delphi Apps almost without any problems ! > The uxtheme bug of the December-Release has also gone. It's

Re: ListView painting (was Re: Mouse up vs Mouse click)

2004-02-03 Thread Maxime Bellengé
I think there are still problems with that patch because, in emule when I change the size of a column, the selected row is not repainted correctly, only some area of it are. The style is fullrowselect and ownerdraw. Only the new space of the column whose size has increased is repainted correctly.

Re: More slides - final draft?

2003-11-28 Thread Maxime Bellengé
Is it just me or some pages of the slides don't display correctly (both openoffice and pdf version). Slide 13 and slide 14 are too long, the last line is not displayed. Shachar, maybe a picture of a running app would have been nice ? Max On Fri, 2003-11-28 at 00:45, Shachar Shemesh wrote: > Th

Re: Windows programs no more running with the new wine-glibc

2003-11-19 Thread Maxime Bellengé
On Wed, 2003-11-19 at 21:29, Vincent BÃron wrote: > Le mer 19/11/2003 Ã 15:24, Sylvain Petreolle a Ãcrit : > > --- Vincent BÃron <[EMAIL PROTECTED]> a Ãcrit : > > > What's the output of rpm -q prelink? > > > What's the output of ldd /usr/bin/wine (or anything dynamically > > > linked to libc)? >

Re: [ComCtl32] Fix ownerdraw tab width

2003-10-19 Thread Maxime Bellengé
Alexandre, please don't apply this patch (but you can apply my previous one). After talking with Vitaliy, it seems this patch is not the right fix. I'll send a new one later. Max On Sat, 2003-10-18 at 11:57, Maxime Bellengé wrote: > This patch fixes a regression introduced by

Re: Segmentation fault

2003-10-11 Thread Maxime Bellengé
you have a line like "uxtheme" = "" in your config file ? > > I don't have this line in my config file. Should i put it in [DllOverride] > section ? > > Stephan -- Maxime Bellengé <[EMAIL PROTECTED]>

Re: Segmentation fault

2003-10-11 Thread Maxime Bellengé
le everything and i still get a > segmentation fault ! > > I have deleted all my sources and made a new check out from cvs server. > After running wineinstall, i still get the segmentation fault :( > What did i do wrong ? > > I run a Debian GNU/Linux Woody, with kernel 2.4.18. > > TIA, Stephan. -- Maxime Bellengé <[EMAIL PROTECTED]>

Re: loader crash

2003-10-10 Thread Maxime Bellengé
with the changes on ntdll/loader.c I think. Is it the correct behavior ? I don't think wine should crash. Max On Thu, 2003-10-09 at 20:59, Maxime Bellengé wrote: > Hello, > > For two days, I have been having crash when I start wine. > > Here is an example of the ba

loader crash

2003-10-09 Thread Maxime Bellengé
ything to be sure but that didn't solve the crash. -- Maxime Bellengé <[EMAIL PROTECTED]>