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
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
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.
>
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
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
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
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
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
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
>
>
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
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
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
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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)?
>
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
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]>
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]>
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
ything to be sure but that didn't solve
the crash.
--
Maxime Bellengé <[EMAIL PROTECTED]>
44 matches
Mail list logo