http://bugs.winehq.org/show_bug.cgi?id=23049
Summary: Shareaza crash while starting
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://shareaza.sourceforge.net/?id=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=28596)
--> (http://bugs.winehq.org/attachment.cgi?id=28596)
Console output
This is in Wine-1.2-rc2. Shareaza 2.5.2.0. Ubuntu 10.04
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23056
Summary: BitComet 1.21: Fails to start
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://download.bitcomet.com/bitcomet/bitcomet_setup.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28606)
--> (http://bugs.winehq.org/attachment.cgi?id=28606)
Terminal output on Wine-1.2-rc2
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine bitcomet_setup.exe do default installation
4) wine BitComet.exe
Behaviour:
I get window with "BitComet has encountered a problem [...]"
Expected behaviour:
Bitcomet should start normally
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23280
Summary: The Starcraft 2 Editor crashes when you add a Model to
the Previewer.
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
The Starcraft 2 Editor crashes when you add a Model to the Previewer by
clicking on the "Add" button.
The only output of the editor when it crashes is:
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x564b658,0x564b65c): stub
I am currently investigating further.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23479
Summary: notepad++: can no longer select file tabs when
multiple files are open
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://notepad-plus-plus.org/
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29302)
--> (http://bugs.winehq.org/attachment.cgi?id=29302)
+tab in 1.2-rc6
This is a regression caused by
http://source.winehq.org/git/wine.git/?a=commitdiff;h=6018b88913be5a252d1c0….
To reproduce, download/install notepad++. Open/create two files. Click an
alternative tab to open that file, which fails. It seems the first time you
attempt to switch may work, but after that, they fail.
Reverting the commit, of course, works fine. I'll attach a +tab.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23820
Summary: internet explorer 7 (ie7) crashes on start if cwd is
not C:\Program Files\Internet Explorer
Product: Wine
Version: 1.2
Platform: x86
URL: http://kegel.com/wine/winetricks
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29889)
--> (http://bugs.winehq.org/attachment.cgi?id=29889)
backtrace
Apparently it's been a known issue for a while, but I can't find a bug for it.
Easy to reproduce:
$ rm -rf .wine
$ winetricks -q ie7
$ wine iexplore.exe
CRASH!
workarounds:
A)
$ cd .wine/drive_c/Program\ Files
$ wine iexplore.exe
B)
$ wine "C:\Program Files\Internet Explorer\iexplore.exe"
C)
$ winetricks -q comctl32
$ WINEDLLOVERRIDES="comctl32=n" wine iexplore.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24290
Summary: GetOpenFileName() triggers read of uninitialized
variable
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Created an attachment (id=30599)
--> (http://bugs.winehq.org/attachment.cgi?id=30599)
Application source code and .sln file
How to reproduce:
- Extract the attached tgz file.
- Build the release configuration with MSVC 2005 SP1 (other MSVC versions will
probably work too).
- Run the generated .exe under valgrind + wine. The command I used was:
$HOME/software/valgrind/vg-in-place
--suppressions=$HOME/software/wine-memcheck.supp --trace-children=yes
--vex-iropt-precise-memory-exns=yes --num-callers=32
--prefix-to-strip=$HOME/software --error-limit=no --gen-suppressions=all wine
mfc-dialog-test.exe >& /open-file-dialog-log.txt
- Click on the "Select file ..." button and select a file.
- Close the application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24336
Summary: Spreadsheet-like input form uses wrong column size
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scallegari(a)arces.unibo.it
Hi,
I have an application (LTSPICEIV - see
http://www.linear.com/designtools/software/#Spice and please try it if useful
to understand this report, since it comes at no cost) which uses
spreadsheet-like forms to enter some parameters.
As an example, consider the screenshot attached.
When the application is run with wine, entering parameters becomes extremely
problematic.
Indeed the spreadsheet is /shown/ correctly. However, when one clicks on a cell
to edit it, the cell width gets wrong (apparently the width of the last column
gets used rather than the current colum, see the attachment for details).
Hope this is clear enough to fix the issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24469
Summary: REGRESSION: ExplorerXP-black background on treeview
area
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Regression appears somewhere between 1.1.13 and 1.2. Can't make regress
testing. Please make someone this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25347
Summary: Regression : AutoCAD 2005 crashes selecting files
after OPEN command
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
This commit :
119860b05f8c22d1525b573e461afe95e430a63b is the first bad commit
commit 119860b05f8c22d1525b573e461afe95e430a63b
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Tue Nov 16 23:55:23 2010 +0300
comctl32/listview: Use a code set by dispinfo holder to convert data
encoding after LVN_GETDISPINFO.
:040000 040000 ad5c1c701754ee3c180ab7caab5106d2a01cfb52
d1387b25792aaa034c623d041be31e0f97f2a9ad M dlls
Make AutoCAD to crash (almost always) when selecting a file to open in the file
listview.
I marked as major as I guess it can affect many apps using comctl32/listview
control.
To test, just run AutoCAD2005, issue an OPEN command and fiddle a bit with
filenames in the list. Shortly app first hangs, than the crash message box
appears, then AutoCAD itself crashes.
Please ask if you need some logs....
Ciao
Max
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25691
Summary: ImageList_Duplicate doesn't correctly duplicate full
length of has_alpha byte array
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmcdonald(a)bittorrent.com
In the case where an image list is created, then expanded enough so that the
byte array pointed at by the has_alpha member has been reallocated to a larger
size (and cMaxImage is larger), if that image list is duplicated, the duplicate
will have a has_alpha member that is shorter than the expected length.
Where ImageList_Create assigns:
himl->cMaxImage = cInitial + 1;
and then ensures the length of the has_alpha byte array is at least cMaxImage
bytes long,
ImageList_Duplicate assigns to the duplicate:
himlDst->cMaxImage = himlSrc->cMaxImage;
which throws off the internal checks that assume the length of the has_alpha
member is at least as long as cMaxImage says. This results in heap corruption
when the following line in add_with_alpha() is executed under the right
conditions:
himl->has_alpha[pos + n] = 1;
I worked around the bug by making the following changes to
dlls/comctl32/imagelist.c:
*** 1519,1524 ****
--- 1519,1537 ----
himlSrc->hdcMask, 0, 0, SRCCOPY);
himlDst->cCurImage = himlSrc->cCurImage;
+ if (himlSrc->has_alpha && himlDst->has_alpha
+ && himlSrc->cMaxImage > himlDst->cMaxImage)
+ {
+ /* ImageList_Create didn't create a long enough new_alpha */
+ char *new_alpha = HeapReAlloc( GetProcessHeap(),
HEAP_ZERO_MEMORY,
+ himlDst->has_alpha, himlSrc->cMaxImage );
+ if (new_alpha) himlDst->has_alpha = new_alpha;
+ else
+ {
+ HeapFree( GetProcessHeap(), 0, himlDst->has_alpha );
+ himlDst->has_alpha = NULL;
+ }
+ }
himlDst->cMaxImage = himlSrc->cMaxImage;
if (himlSrc->has_alpha && himlDst->has_alpha)
memcpy( himlDst->has_alpha, himlSrc->has_alpha,
himlDst->cCurImage );
I built Wine 1.2.2 from source (./configure; make; sudo make install), and then
applied the changes the same way and retested.
Looks like the 1.3 and development lines have the same issue.
I don't know if this patch is efficient enough for me to submit it (nicer if
ImageList_Create would accept cMaxImage as a parameter so it could create the
byte array with the correct length to save an allocation, but that's a bigger
change).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.