[Bug 3573] Regression: Winrar fails to start

Wine Bugs wine-bugs at winehq.org
Thu Nov 10 05:12:55 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=3573





------- Additional Comments From darkvater at operamail.com  2005-10-11 05:12 -------
I emailed this issue to Winrar not entirely sure what to expect (not a lot of 
companies respond to such support emails), but Mr Roshal was really nice and 
looked into this issue.
Here is what he said:

> As you can see here: http://bugs.winehq.org/show_bug.cgi?id=3573#c12
> WinRAR fails to start on recent versiones due to:
> "i see the same on SUSE after the xorg update.

> the problem is that WinRAR creates a 36000x16 pixel DIB / X11 pixmap
> (likely to run a sideways scroller).

It seems to be that WinRAR crashes after calling:
ImageList_Create(16,16,ILC_COLOR32|ILC_MASK,256,2048)
to create the list of icons for ListView control. Wine translates
this ImageList_Create to CreateBitmapIndirect 36864x16 and then
cannot handle 36864 parameter. If it is true, I think, it should be
fixed in Wine. I cannot find any errors in WinRAR ImageList_Create call.

Now I do not have Wine installed, so I only looked at logs on
bugs.winehq.org/show_bug.cgi?id=3573. Maybe I'll install Wine
and check it more carefully later.

Thank you for information.

Eugene

I love companies that offer REAL support :D

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list