http://bugs.winehq.org/show_bug.cgi?id=22122
Summary: CDBurnerXP shows a corrupted background when choosing
a mode
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26977)
--> (http://bugs.winehq.org/attachment.cgi?id=26977)
Terminal output
When starting up CDBurnerXP, it asks the user to choose a mode: data disc,
audio disc, etc. The current selection has a blue background. This background
is supposed to have a vertical gradient, but instead, it gets a repeating
horizontal gradient. (I'll attach a screenshot to show what I mean.)
Setting a native override for gdiplus is a workaround. This app uses .NET, so
winetricks dotnet20 was used prior to installing it.
There are several other problems in this program solved by using native gdiplus
which produce similar gdiplus-related output, especially a lot of these:
fixme:gdiplus:GdipCreateHalftonePalette
Is this a likely culprit for all of the gdiplus problems in this program, or
should I file more bugs for the other issues? (Mostly a variety of GUI
corruptions, plus an error dialog in one section of the program)
--
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=22127
Summary: Control Spy: animation control displays incorrectly
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.microsoft.com/downloads/details.aspx?Family
ID=19d4294d-0531-4ec2-8b27-2e463b315f16
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: bunglehead(a)gmail.com
The "animation" control in Control Spy is displayed inconsistently. It
sometimes...
- displays multiple flashlight images, apparently not clearing the last frame
properly?
- Has corruptions only around the top edge
- Displays almost correctly, but has a black dot next to the image
I tried it in 1.1.20, and it worked correctly there...
2854884a428e222cbb9078d875068a72f25365c4 is first bad commit
commit 2854884a428e222cbb9078d875068a72f25365c4
Author: Nikolay Sivov <bunglehead(a)gmail.com>
Date: Thu Oct 22 13:15:30 2009 +0400
gdi32: Always create a context for DIB_RGB_COLORS.
:040000 040000 7c58b1ef8bd519a7156105b62a2b31c48bfd61df
8cc661ec9142cdada7a04afffc8c53670ee2c0a2 M dlls
Reverting this patch fixes it. The program produces no terminal output. I'm
using ControlSpyV5.exe; I didn't test whether behavior is any different in
ControlSpyV6.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=22129
Summary: CDBurnerXP: most large icons are missing
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26986)
--> (http://bugs.winehq.org/attachment.cgi?id=26986)
Terminal output
Almost all of the large icons in CDBurnerXP's interface are missing. The
toolbar below the menu bar is completely empty aside from separators, and the
icons next to burn, erase, etc. are also missing, with the exception of the
icon next to the drive selection dropdown menu. With native gdiplus, they are
all visible.
This is a .NET app, so winetricks dotnet20 was used prior to installation.
(There are smaller icons missing from the interface as well, but native gdiplus
has no effect on them, so presumably it's another bug.)
--
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=22131
Summary: CDBurnerXP: arrow buttons do not appear correctly
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26988)
--> (http://bugs.winehq.org/attachment.cgi?id=26988)
Builtin vs. native gdiplus comparison
In CDBurnerXP's "data disc" mode, the small arrow buttons next to "number of
copies:" do not appear as expected. They seem to retain the appearance of
whatever was located there previously. With native gdiplus, they appear
correctly.
This is a .NET app, so winetricks dotnet20 was used.
Same terminal output as bug 22129:
http://bugs.winehq.org/attachment.cgi?id=26986
--
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=22140
Summary: Unexpected bold font in CDBurnerXP Pro 3
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: huw(a)codeweavers.com
Created an attachment (id=26999)
--> (http://bugs.winehq.org/attachment.cgi?id=26999)
Terminal output (splash screen only)
Several sections of CDBurnerXP Pro 3 use a bold font when they should be using
a regular font. This causes a significant problem in several of the affected
areas: the bold font takes up more space, so the text has to be split into two
lines, but there is only enough room to display one line, so only the bottom
half of one line and the top half of the second line are visible. I tried it in
1.1.30, and the problem wasn't present there.
cf602ca4228f954d7de3b8100cea8fad680ed7f2 is first bad commit
commit cf602ca4228f954d7de3b8100cea8fad680ed7f2
Author: Huw Davies <huw(a)codeweavers.com>
Date: Tue Feb 2 10:15:39 2010 +0000
oleaut32: Realize the font in getter functions.
:040000 040000 a1235404ad9983bdc04005f4965df9d7b0ac8a10
d057b93950c306388c4b9a0255e0b4a4c7b7cc96 M dlls
Reverting this patch fixes the problem.
You can see the problem on the splash screen when the program starts up. The
line wrapping problem can be seen when trying to burn a disc, for instance, or
on the dialog box that pops up when trying to exit from data disc mode.
--
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=22150
Summary: Avira AntiVir Personal 8 installer crashes before
completing setup
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=27017)
--> (http://bugs.winehq.org/attachment.cgi?id=27017)
Terminal output and backtrace
The installer for Avira AntiVir Personal version 8 crashes immediately after
choosing whether to create shortcuts, when it should begin copying files and
adding registry entries. Last time I checked, it completed the setup procedures
correctly and crashed later, while trying to start program components.
b4679dc8fd6da339d732945dab86ef731559e688 is first bad commit
commit b4679dc8fd6da339d732945dab86ef731559e688
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Dec 29 00:02:23 2009 +0100
version: Get rid of the 16-bit library loading code for builtins.
We have fake dlls for everything now.
:040000 040000 60e209651783b94824c17867658023a224042fb4
31b21ae41ddd4f42d1325e79bc48cc1c8304e28b M dlls
I didn't get a backtrace from this crash automatically, so I included one from
winedbg.
--
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=22178
Summary: start.exe crashes when trying to run MSPaint from
Windows ME
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=27059)
--> (http://bugs.winehq.org/attachment.cgi?id=27059)
Terminal output
When I try to run MSPaint from Windows ME using start, I get a crash dialog for
start.exe. I tried this in 1.1.30, and there's no crash there - it fails
gracefully with "ShellExecuteEx failed: Internal error".
a04512275420acd74fe5c0d90035a754d255f2ed is first bad commit
commit a04512275420acd74fe5c0d90035a754d255f2ed
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sun Nov 29 16:42:50 2009 +0100
kernel32: Pass the exe name as argument to FormatMessage.
:040000 040000 4c18b24cbc2b774f374f72cfbd4f3c02194b4353
28e17542b8f4d32a5dabc9ad1452dee44670e9e4 M dlls
Reverting this patch prevents the crash.
--
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=22211
Summary: HTML-Kit Tools trial exits silently while displaying
its splash screen
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://www.html-kit.com/tools/download/
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=27104)
--> (http://bugs.winehq.org/attachment.cgi?id=27104)
Terminal output
The trial version of HTML-Kit Tools exits silently shortly after its splash
screen becomes visible, before the main program window appears. To reproduce:
1. Run winetricks dotnet20 (prerequisite for the program)
2. Install HTML-Kit Tools trial
3. Run the program either directly from the installer, or manually
The splash screen will appear for a moment with the text "starting...", then it
disappears and the program exits.
Setting a native override for gdiplus gets it past the splash screen (can't say
much else for it, though).
--
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=22223
Summary: CDBurnerXP's audio disc mode is inaccessible
Product: Wine
Version: 1.1.41
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=27122)
--> (http://bugs.winehq.org/attachment.cgi?id=27122)
Terminal output
Entering audio disc mode in CDBurnerXP isn't possible; after choosing it and
clicking OK, it produces an error report dialog and nothing else happens. Steps
to reproduce:
1. Run winetricks dotnet20
2. Install CDBurnerXP
3. Start CDBurnerXP and choose a language
4. Highlight "audio disc" and click OK
It works after adding a native override for gdiplus.
(Same behavior in current git.)
--
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=22234
Summary: HTML-Kit Tools trial requests .NET installation if
Mono is installed
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.html-kit.com/tools/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27143)
--> (http://bugs.winehq.org/attachment.cgi?id=27143)
Terminal output
I saw a request for such bugs on wine-devel, so here you go:
1. Run winetricks mono26
2. Install HTML-Kit Tools
This results in the installer producing a "this version requires .NET Framework
version 2.0" message near the end. If you try to run the program anyway, it
produces the same message again and refuses to start.
--
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.