http://bugs.winehq.org/show_bug.cgi?id=22272
Summary: CDBurnerXP crashes if a data disc is inserted
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27208)
--> (http://bugs.winehq.org/attachment.cgi?id=27208)
Terminal output and backtrace
It produces an MS error report dialog followed by a Wine crash dialog if you
enter data disc mode while a data disc is inserted in an optical drive that the
program is able to detect. (Only some are detected when mapped to a drive
letter in winecfg, bug 12359?) Normally, it produces a dialog here asking
whether you want to continue the disc.
There's no crash with native gdiplus. Looking at the log, the only gdiplus
output that I don't normally see from the program is this line:
fixme:gdiplus:GdipGetImageThumbnail (0x5627e88 16 16 0x33e700 (nil) (nil)) stub
I couldn't guarantee that this is the culprit, but it does appear to happen
shortly before the MS error reporting tool starts loading. I didn't get a
backtrace automatically, so I've included one from winedbg.
winetricks dotnet20 is a prerequisite.
--
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=22320
Summary: Mono & HTML-Kit's installers do not appear in the
taskbar
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: dmitry(a)codeweavers.com
Created an attachment (id=27297)
--> (http://bugs.winehq.org/attachment.cgi?id=27297)
Diff after manually reverting the patch
These installers do not get a button in the taskbar while they're running. I
tested this in several versions, and found that this is a regression that
happened sometime between 0.9.54 and 1.0.1. However, I was left with several
skipped commits at the end of my regression test. Of those, this looks like the
most likely culprit:
commit cb3ff54789c652b02d852f40db71cafd9fd67ca9
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Mar 25 16:52:41 2008 +0800
winex11.drv: Don't add owned windows to the taskbar.
The winex11 code has changed quite a bit since then, but after reverting what I
think is the modern equivalent, the taskbar buttons appear again (diff is
attached). It can be reproduced with "winetricks mono26", or with HTML-Kit's
installer from the download link.
Both installers produce the same few lines of terminal output on startup:
fixme:reg:GetNativeSystemInfo (0x33fe40) using GetSystemInfo()
fixme:msg:ChangeWindowMessageFilter c057 00000001
fixme:win:DisableProcessWindowsGhosting : stub
--
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=22347
Summary: Sonic R crashes when choosing a rendering mode
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www2.sega.co.jp/download/pc/sonicr/sonicr.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: stefan(a)codeweavers.com
Created an attachment (id=27347)
--> (http://bugs.winehq.org/attachment.cgi?id=27347)
Terminal output w/ backtrace
Sonic R starts out by showing a screen with an option to use DirectDraw or
Direct3D. After choosing either one, it produces an error dialog saying "The
instruction at 7e3d53b0 referenced memory at 00000000, the memory could not be
read from" and crashes. DirectDraw worked in 1.1.41 (and Direct3D mode didn't
crash like this) so I did a regression test:
19b6f5ca75b43f61a366aa521eab9ddbfc4f99dd is first bad commit
commit 19b6f5ca75b43f61a366aa521eab9ddbfc4f99dd
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sun Mar 28 16:25:04 2010 +0200
wined3d: Control the onscreen depth stencil format in the swapchain.
This allows the swapchain to know what depth format its window contexts
have to see if the
requested depth format is compatible or a FBO fallback is needed, and it
will be needed to
set the onscreen format to the requested auto depth stencil format instead
of the
let's-hope-it-fits D24_UNORM_S8_UINT format.
:040000 040000 2f6e9d3017c2e6715b6561d25cca4e947ee95000
44d70c59cce2f82aa3f2d8b6e19679588f81e1b8 M dlls
If you get a division by 0 crash at startup instead, it's a game bug;
workaround is to run something CPU-intensive in the background or otherwise
limit the amount of CPU power available to the game as it starts.
--
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=22360
Summary: Icons in HTML-Kit lack transparency
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: thunderbird2k(a)gmail.com
Created an attachment (id=27362)
--> (http://bugs.winehq.org/attachment.cgi?id=27362)
Terminal output
Using the latest git, many of the icons in HTML-Kit appear to be lacking
transparency; the most obvious is seen after completing the installation and
leaving "select additional features and start HTML-Kit" checked - one of the
large icons there has a pink background. In the program itself, there are some
affected icons in the upper toolbar, menus, and just about everywhere...
Disabled icons appear as grey blocks, while other icons appear on a light grey
background.
The icons in this program had just been completely fixed a week ago (bug 21356)
so I did a regression test:
c29cf0591976f96c3adb30c3c3b6db59f4983251 is first bad commit
commit c29cf0591976f96c3adb30c3c3b6db59f4983251
Author: Roderick Colenbrander <thunderbird2k(a)gmail.com>
Date: Tue Apr 6 19:07:25 2010 +0200
winex11: Add support for 32-bit DDBs.
:040000 040000 73b8486e86ccd609ea2f0c8cf0c920b6ec3783dd
04bcf74196ee257fa4b8391041c627b89e6cbffe M dlls
Reverting this patch makes the problem disappear.
--
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=22365
Summary: .NET Framework 2.0 installer hangs
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27374)
--> (http://bugs.winehq.org/attachment.cgi?id=27374)
Output of winetricks dotnet20
Running 'winetricks dotnet20' with today's git results in the .NET Framework
installer becoming unresponsive partway through the installation. It worked
yesterday:
87dee43b0accad4f26806d75277c954e670dacb5 is first bad commit
commit 87dee43b0accad4f26806d75277c954e670dacb5
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Thu Apr 15 14:26:33 2010 +0200
msvcrt: Make setlocale working with per thread locales.
:040000 040000 9d66ba326a7b51d8c3e37e92e42f3a85197eac0d
ffbca7b071a8b902b32d9ee5733fd7859b8010e9 M dlls
Reverting this patch solves the problem.
--
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=22374
Summary: Missing or vanishing program icons for various apps?
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
With the current git, I'm seeing a lot of programs start with no icon in the
taskbar/title bar (HTML-Kit being one example). Meanwhile, Wine's Wordpad
displays its icon for a moment, but it disappears. Some other Wine apps don't
seem to be affected. Regression testing shows:
ea1d71c7a4f8001df0221e67855d07744b14560d is first bad commit
commit ea1d71c7a4f8001df0221e67855d07744b14560d
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Apr 16 16:23:33 2010 +0200
winex11: Set the NET_WM_ICON hint for 32-bpp icons.
:040000 040000 492b3ce996146bfb5a46934ae2f6a9ae0d7f30e7
2f60b8dbae498ce0862f1a5d026d36b14330d1a1 M dlls
If it makes a difference, I'm using KDE...
--
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=22449
Summary: CDBurnerXP Pro 3's program icon is displayed
incorrectly
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=27498)
--> (http://bugs.winehq.org/attachment.cgi?id=27498)
Screenshot
CDBurnerXP 3.0.116 is now displaying its program icon incorrectly in the title
bar and taskbar. Areas that should be transparent are black, and the rest of
the icon is transparent. Regression test shows:
a551dfe311a845071b2adde3af3e5e66e3589036 is first bad commit
commit a551dfe311a845071b2adde3af3e5e66e3589036
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 19 17:51:44 2010 +0200
winex11: Add the small icon to the NET_WM_ICON hint.
:040000 040000 ec290607c932748fd3e414e2bbb76876a5c143b5
f72eee51b2664927c1cafc984f08398b40a20558 M dlls
--
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=22792
Summary: VLC Media Player crashes on first run
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.videolan.org/vlc/download-windows.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=28124)
--> (http://bugs.winehq.org/attachment.cgi?id=28124)
Output from running normally
On the first run, VLC pops up a dialog prompting the user to set a few options.
After clicking OK, it crashes. On the next run, it pops up a message mentioning
the crash, but doesn't have any further problems. This didn't happen in 1.1.43;
regression testing resulted in:
09dc6019b6afb2b1b59c0d7224302942b180eed1 is first bad commit
commit 09dc6019b6afb2b1b59c0d7224302942b180eed1
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Apr 22 14:47:57 2010 +0200
winex11: Don't set a hint for the small icon if it has the same size as the
large one.
:040000 040000 72f1fe6dd5e216f6f1a7a264fa4f734e9da8aa8c
e24605cb54b298b51bd4b8fa75f735cba9c872fd M dlls
Reverting that patch prevents the crash. It doesn't give me a backtrace unless
run with winedbg, so I'll attach one of those as well...
--
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=22876
Summary: HTML-Kit's small icons have a white background
Product: Wine
Version: 1.2-rc1
Platform: x86-64
URL: http://www.htmlkit.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=28277)
--> (http://bugs.winehq.org/attachment.cgi?id=28277)
Screenshot
The small icons seen at the bottom of HTML-Kit build 292's program window have
recently started using a white background instead of the expected transparent
background. Regression testing indicated:
528722e4e16ec918d5daf3bee8bbb95fd35a7582 is first bad commit
commit 528722e4e16ec918d5daf3bee8bbb95fd35a7582
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri May 14 13:41:35 2010 +0200
comctl32: Also generate an alpha channel when replacing an image or icon in
an imagelist.
:040000 040000 b1776ce23963f7b44c81c494cd54b3bc9302e3c2
ab0e8518c00ba26d9b9ad0e469d14cc294228ecf M dlls
Reverting this patch fixes the problem. Terminal output is the same as
attachment 27362.
--
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=22958
Summary: Missing disc icon on CDBurnerXP's progress dialog
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=28432)
--> (http://bugs.winehq.org/attachment.cgi?id=28432)
Terminal output
The progress dialogs in CDBurnerXP have a disc icon on them that recently
disappeared. Previously, it had an incorrect black background, but otherwise
looked OK. Regression testing indicated:
ea596f8a5f7d732bb56b5921ceb964137df0b930 is first bad commit
commit ea596f8a5f7d732bb56b5921ceb964137df0b930
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue May 18 14:11:51 2010 +0200
winex11: Force alpha channel to 0 when blitting to depth 32 from a lower
depth.
:040000 040000 369e8db88a7dd0c206f6b37d41bfcac27dfbc708
28700a3330faf630cb189926f9b335936f158ab9 M dlls
Reverting that patch brings it back.
This app uses dotnet20... to see the icon (or lack thereof) without actually
burning a disc, choose "burn ISO image" on the main menu and then switch to the
"burn ISO progress" 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.