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.
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.
http://bugs.winehq.org/show_bug.cgi?id=23213
Summary: .NET Framework 1.1 installation fails with builtin
msvcr71 (unimplemented function
_set_security_error_handler)
Product: Wine
Version: 1.2-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=28889)
--> (http://bugs.winehq.org/attachment.cgi?id=28889)
Stub for _set_security_error_handler
Attempting to install the .NET Framework, version 1.1 (manually or using
'winetricks dotnet11') with WINEDLLOVERRIDES=msvcr71=b results in errors and
installation failure due to:
wine: Call from 0x7b8369d2 to unimplemented function
msvcr71.dll._set_security_error_handler, aborting
The attached patch is enough to complete the installation, but may not be the
best way to fix it.
--
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=23394
Summary: unimplemented function msvcr80.dll._set_abort_behavior
(affects Windows Live Mail)
Product: Wine
Version: 1.2-rc5
Platform: x86-64
URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Windows Live Mail crashes on startup:
wine: Call from 0x7b8369c2 to unimplemented function
msvcr80.dll._set_abort_behavior, aborting
wine: Unimplemented function msvcr80.dll._set_abort_behavior called at address
0x7b8369c2 (thread 0009), starting debugger...
'winetricks msxml3 ie6' is needed to install it in the first place (bug 14287).
You may want to deselect everything else in the installer since some cause the
entire installation process to fail when checked.
--
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=23506
Summary: unimplemented function
USERENV.dll.GetDefaultUserProfileDirectoryW (affects
Malwarebytes' Anti-Malware)
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://www.malwarebytes.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=29345)
--> (http://bugs.winehq.org/attachment.cgi?id=29345)
Complete terminal output
Malwarebytes' Anti-Malware 1.46 crashes on startup:
wine: Call from 0x7bc4bb50 to unimplemented function
USERENV.dll.GetDefaultUserProfileDirectoryW, aborting
wine: Unimplemented function USERENV.dll.GetDefaultUserProfileDirectoryW called
at address 0x7bc4bb50 (thread 0009), starting debugger...
It needs MSVBVM60.DLL, so use winetricks vb6run before installing.
--
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=23581
Summary: Wine's README does not mention Win64
Product: Wine
Version: 1.2-rc7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: documentation
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Wine's README currently starts with the following line:
"Wine is a program which allows running Microsoft Windows programs (including
DOS, Windows 3.x and Win32 executables) on Unix."
Since Win64 is now supported, should it be mentioned 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=24233
Summary: MS Paint uses garbage instead of "untitled" as the
default file name
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: piotr.caban(a)gmail.com
Steps to reproduce:
1. Install with 'winetricks mspaint'
2. Run 'wine mspaint'
3. Click file -> save as...
In git, the preselected file name will be random garbage instead of the
expected "untitled". In 1.3.1, it was displayed correctly. My regression test
indicated:
899d9a042b18a511aecd92dba72084e6d63cc28d is the first bad commit
commit 899d9a042b18a511aecd92dba72084e6d63cc28d
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Sun Aug 29 16:59:35 2010 +0200
msvcrt: Added _splitpath_s implementation.
:040000 040000 3b46967aa0ed29364c74558026e65b0c9e71b4bb
9f7fe5bf7a4df8d512004b5c3e9269fc6941e37f M dlls
Reverting that patch makes the problem go away. The program doesn't generate
any terminal output.
--
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=24246
Summary: Windows Live Essentials Beta installer
(wlsetup-web.exe) crashes
Product: Wine
Version: 1.3.1
Platform: x86-64
URL: http://wl.dlservice.microsoft.com/download/3/7/8/37856
7CC-DCDC-47EC-A811-4A063AB3DDA8/en/wlsetup-web.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
As mentioned in bug 23473, there are at least two different installers for the
Windows Live Essentials wave 4 beta. This bug is for the following installer:
sha1sum wlsetup-web.exe
3b965a2185369e15f7274d72865d57773fef2147 wlsetup-web.exe
It crashes on startup calling an unimplemented function, then claims to be
"preparing to install" forever:
wine: Call from 0x7bc4bef0 to unimplemented function
KERNEL32.dll.GetThreadUILanguage, aborting
wine: Unimplemented function KERNEL32.dll.GetThreadUILanguage called at address
0x7bc4bef0 (thread 002f), starting debugger...
Windows version needs to be set to Vista or 7 in winecfg beforehand; otherwise,
it'll fail claiming your OS isn't supported.
--
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=24427
Summary: Firefox 4.0 beta 6: window controls are blank when the
Firefox button is visible
Product: Wine
Version: 1.3.2
Platform: x86-64
URL: http://www.mozilla.com/en-US/firefox/all-beta.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=30797)
--> (http://bugs.winehq.org/attachment.cgi?id=30797)
Title bar with Firefox button in Windows and Wine
When the Firefox button is visible, Wine's minimize, maximize (or restore), and
close buttons are blank. Steps to reproduce:
1. Uncheck "allow the window manager to decorate the windows" in winecfg
(otherwise, the Firefox button isn't usable)
2. Install and run Firefox
3. Right-click one of the toolbars and uncheck "menu bar"
--
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=24587
Summary: CDBurnerXP: can't access data disc mode
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: madewokherd(a)gmail.com
Created an attachment (id=31053)
--> (http://bugs.winehq.org/attachment.cgi?id=31053)
Terminal output
Accessing data disc mode in CDBurnerXP isn't possible anymore in wine-1.3.4;
choosing it from the main menu just yields an error report dialog from the
program. I did a regression test:
c8a48f237e43174673fa3686ebe99e42f6a0d8a4 is the first bad commit
commit c8a48f237e43174673fa3686ebe99e42f6a0d8a4
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu Sep 30 16:07:53 2010 -0500
gdiplus: Don't create a DIB section for non-alpha or reference bitmaps.
:040000 040000 07d4dd9deff466eaeb5a5b4a79541bcfc8c6c1c6
3fb622798b75c1479d5ea652762809c21485ff34 M dlls
Reverting that patch works around the problem.
(The program needs winetricks dotnet20 to run.)
--
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=24689
Summary: CDSpeed crashes while saving a screenshot in PNG
format
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://upload.cdfreaks.com/liteon/tools/CDSpeed-iHAS-4
7716.rar
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: madewokherd(a)gmail.com
Created an attachment (id=31199)
--> (http://bugs.winehq.org/attachment.cgi?id=31199)
Terminal output w/ backtrace
Trying to save a screenshot of the program window in PNG format using the
built-in screenshot function results in a crash. Steps to reproduce:
1. Click the button with a floppy disk icon
2. Click save (PNG format should be selected by default)
It was working in 1.3.3, so I did a regression test:
c8a48f237e43174673fa3686ebe99e42f6a0d8a4 is the first bad commit
commit c8a48f237e43174673fa3686ebe99e42f6a0d8a4
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu Sep 30 16:07:53 2010 -0500
gdiplus: Don't create a DIB section for non-alpha or reference bitmaps.
:040000 040000 07d4dd9deff466eaeb5a5b4a79541bcfc8c6c1c6
3fb622798b75c1479d5ea652762809c21485ff34 M dlls
Reverting that patch makes it possible to save PNG screenshots again.
Other reported regressions from this commit: bug 24587 and bug 24615
--
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=24864
Summary: Windows Double Explorer complains "unable to find an
entry point named 'IUnknown_SetSite' in DLL
'SHLWAPI.DLL'"
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://wde.codeplex.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31462)
--> (http://bugs.winehq.org/attachment.cgi?id=31462)
Terminal output
Install dotnet20 with winetricks before running. On startup, the app pops up an
error dialog saying that an unhandled exception occurred. Clicking the details
buttons reveals:
System.EntryPointNotFoundException: Unable to find an entry point named
'IUnknown_SetSite' in DLL 'SHLWAPI.DLL'.
--
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=24866
Summary: Unhandled exception in Windows Double Explorer
(IExplorerBrowser_fnSetPropertyBag)
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://wde.codeplex.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31469)
--> (http://bugs.winehq.org/attachment.cgi?id=31469)
Terminal output
(This is the next problem after bug 24864.)
On startup, the program produces an error dialog after a moment saying
"Unhandled exception has occurred in your program. [blah blah...] The method or
operation is not implemented." Quoting Nikolay Sivov in bug 24864, comment 10:
> It's about this one I guess:
>
> ---
> fixme:shell:IExplorerBrowser_fnSetPropertyBag stub, 0x1ca970
> (L"Microsoft.WindowsAPICodePack.Controls.WindowsForms.ExplorerBrowser")
> ---
It needs dotnet20 installed with winetricks (and the patch from bug 24864) to
get here.
--
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=24906
Summary: AntiVir 9 installer doesn't show information on the
first screen
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: jacek(a)codeweavers.com
Created an attachment (id=31540)
--> (http://bugs.winehq.org/attachment.cgi?id=31540)
Screenshot
The first screen of the AntiVir 9 installer is supposed to provide a bit of
information about the program, but currently it only shows a blank page. It was
working last time I checked, so I did a regression test...
6ae22663c0c2fe6af0f2787683d2a171262a66d0 is the first bad commit
commit 6ae22663c0c2fe6af0f2787683d2a171262a66d0
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Aug 19 14:52:31 2010 +0200
mshtml: Don't use start_binding in IPersistStreamInit::InitNew.
:040000 040000 daf2639ecd0557ed6397cd647d3423127fa82158
d747774c9425fe6a2a643dbb52b22c09c74138e4 M dlls
Reverting that patch makes the text visible again.
--
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.