http://bugs.winehq.org/show_bug.cgi?id=15926
Summary: World of Warcraft: Memory leak on new login screen, X
crashing
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
URL: http://www.worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Commonly reported behaviour from other wine users. Does not happen under
Windows.
The new Wrath of the Lich King login screen suffers from extreme performance
problems. Apart from it being slower than the old one, it also gets slower on
every WoW reboot. Using another WINEPREFIX does not fix the problem. Killing
all wine and related processes does not fix the problem either. Restarting X is
the only way to work this around.
After 5-6 reboots, WoW does not start and X instantly crashes. 100%
reproducible.
Using OpenGL engine, changing various settings in Config.wtf does not seem to
have any effect.
--
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=24146
Summary: Worms Reloaded needs msvcr80.dll._splitpath_s
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://steampowered.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Worms Reloaded crashes on startup with a clean wineprefix:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub
Crc::sCrc ==wine: Call from 0x7edc77b3 to unimplemented function
msvcr80.dll._splitpath_s, aborting
wine: Unimplemented function msvcr80.dll._splitpath_s called at address
0x7edc77b3 (thread 0020), starting debugger...
Can't attach process 0023: error 5
err:ole:RevokeDragDrop invalid hwnd (nil)
err:ole:RevokeDragDrop invalid hwnd 0x200a8
fixme:dbghelp:EnumerateLoadedModulesW64 If this happens, bump the number in mod
--
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=24072
Summary: winepath: Add -0 option
Product: Wine
Version: 1.3.1
Platform: All
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Enhancement request to make some scripting easier (from IRC):
Add a -0 option to winepath, to separate multiple arguments with a NULL
character instead of a newline.
--
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=24068
Summary: Crash in dbghelp on 64-bit (WoW)
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
See attached backtrace. Note: I cannot repro the crash that got me there in the
first place, so I won't be able to give further logs. However, I was hinted on
IRC the backtrace could contain enough data to figure the bug out.
[06:34:13] <KittyCat> looks like it's unwinding the stack, so it might just be
a thrown exception. can't tell if it's unhandled or not..
[06:35:33] <@Thunderbird_> dwarf2_virtual_unwind does nothing with context it
just passes it through at the end of the call to this helper function (perhaps
it should have checked context before? I don't know the code)
[06:40:56] <KittyCat> hmm. this doesn't look like it should even compile..
[06:42:08] <KittyCat> oh, wait. okay
[06:43:08] <KittyCat> it's dereferenced so it can be copied to a temp and
restored later
[06:43:42] <KittyCat> and some of the switch cases may do something with it
[06:44:44] <KittyCat> might have to ask Eric Pouech what's supposed to happen
if it's given a NULL context pointer
[06:46:11] <KittyCat> or AJ
[06:55:56] <KittyCat> looks like that code was added in commit
036392c5d131d73e84ad0ed52a796b2cb9c1139d, on March 27th
[07:02:13] <KittyCat> it seems, before that commit it'd have fallen back to a
default_unwind() function, which would also take and use the context (unless
sw_read_mem failed)
[07:06:03] <KittyCat> it looks like it's calling StackWalk explicitly
[07:09:08] <KittyCat> from the looks of it, wow is calling StackWalk with a
NULL context. msdn doesn't seem to have StackWalk, but according to
StackWalk64:
[07:09:14] <KittyCat> "This parameter is required only when the MachineType
parameter is not IMAGE_FILE_MACHINE_I386. However, it is recommended that this
parameter contain a valid context record."
[07:09:30] <KittyCat> and MachineType is being set to IMAGE_FILE_MACHINE_I386
[07:20:46] <KittyCat> from glancing at related commits, it doesn't look like
StackWalk ever properly handled a NULL context parameter
[07:21:46] <KittyCat> though it wasn't until about March 24th that it was
actually used
--
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=22881
Summary: WoW Launcher/Patcher window cannot be moved
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Is this the same as bug 20865?
Using openbox window manager, the WoW Launcher cannot be moved by dragging the
titlebar. You have to force movement through the appropriate accelerator keys
(in my case super-click).
--
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=22563
Summary: IW2:Edge of Chaos crashes on menu screen
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
This requires the following patch to get to the menu screen:
http://www.winehq.org/pipermail/wine-patches/2010-May/087985.html
loader.exe crashes, couldn't get a backtrace. Attaching a debug log.
wine-1.1.43-408-g3317fc3
--
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=20842
Summary: Python: Arrow navigation in python shell does not work
[dogfood]
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://python.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
In the python shell...
* Arrow UP is supposed to scroll back in the history
* Arrow DOWN is supposed to scroll forward in the history
* Arrow LEFT/RIGHT are supposed to navigate in the command line.
None of those work. Instead, the characters ^[[A ^[[B ^[[D ^[[C are output
(respectively).
Tested with Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)] on win32 on gnome-terminal, konsole and xterm.
--
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=20836
Summary: Regression: Opening non-exe/dll files causes a
segfault
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
$ touch foo.txt && wine foo.txt
Segmentation fault
3307563a6c2cf026fbfeadea6b2c821e8acbe99b is first bad commit
commit 3307563a6c2cf026fbfeadea6b2c821e8acbe99b
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Oct 29 17:23:00 2009 +0100
kernel32: Reimplement the formatting of inserts in FormatMessageA.
:040000 040000 fa6898a33afdd26b719dad1dedbdbe5e0789be28
2865709643991d32b5439d9dd19ae10d32d248d1 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=20772
Summary: Wordpad allows opening more than one find dialog
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Similarly to the bug fixed by
http://source.winehq.org/git/wine.git/?a=commit;h=ac6a18f1f6d5eb3fb453c7eea…
wine wordpad lets the user open more than one find dialog when using ctrl-f as
long as the dialog doesn't have focus.
--
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=20751
Summary: MS Keyboard Layout Creator won't run (needs
GdipBitmapSetPixel)
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?Family
Id=8BE579AA-780D-4253-9E0A-E17E51DB2223&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
$ wine MSKLC.exe
fixme:gdiplus:GdipBitmapSetPixel not implemented
Unhandled Exception: System.NotImplementedException: The requested feature is
not implemented [GDI+ status: NotImplemented]
at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000]
at System.Drawing.Bitmap.SetPixel (Int32 x, Int32 y, Color color) [0x00000]
at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:SetPixel
(int,int,System.Drawing.Color)
...
MS Keyboard Layout Creator requires .NET - $winetricks mono20.
--
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=20452
Summary: Particle Systems' Pog Compiler crashes when outputting
debug info
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=24315)
--> (http://bugs.winehq.org/attachment.cgi?id=24315)
Backtrace
Particle Systems' Pog Compiler crashes on $ wine pc.exe. Backtrace attached.
Replacing msvcirt.dll by native one works around the crash.
I'm unable to provide a working link to the exe as it was provided with an old
free demo of Edge of Chaos; I can however attach it/upload it somewhere if
needs be.
--
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=18973
Summary: Duplicate license entries in multiple wine programs
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Alphabetically from http://wiki.winehq.org/ListofCommands
clock has an "Info" menu with "License", "NO WARRANTY" and "About clock", all
three which have a link to the Wine license.
iexplore doesn't have any menu.
progman has a "Help" menu, with an "Info" submenu containing "License", "NO
WARRANTY" and "About WINE" (sic) items. It also has duplicate entries and a lot
of unimplemented menu items...
winemine has an "Info" menu, with an "About" entry under "Fastest times"
winecfg has no menu, license information is contained in the "About" tab.
control, notepad, regedit, oleview, wordpad and explorer all have that last
entry in the "Help" menu. Multiple of those have duplicate Help
entries/duplicate keybinds but that's another bug...
All of this could really use some cleanup.
--
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=18901
Summary: WoW crashes on exit when running in D3D
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
URL: http://www.worldofwarcraft.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Created an attachment (id=21743)
--> (http://bugs.winehq.org/attachment.cgi?id=21743)
Backtrace
World of Warcraft, when ran in d3d mode, always crashes when exiting the game.
Backtrace attached.
This is very annoying since settings, caches etc won't get saved if a crash
happens.
--
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=18864
Summary: IW2: Edge of Chaos launcher pagefaults on startup
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
See attached log, 100% reproducible, clean wineprefix.
--
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=18453
Summary: hs950 firmware installer crashes on exit with
unimplemented function
SETUPAPI.dll.SetupUninstallOEMInfA
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://ccftp.creative.com/manualdn/Drivers/MSP/10782/0x7
4E52D3D/HS-950_Vista_XP_32bit.exe
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=21067)
--> (http://bugs.winehq.org/attachment.cgi?id=21067)
Backtrace
Download and run the application and click "Exit" at any time. The app will
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=18147
Summary: Keypresses in shellview don't select files if there is
only one file present
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=20611)
--> (http://bugs.winehq.org/attachment.cgi?id=20611)
+shell,+commdlg
Tested with MPQEdit - available at http://www.zezula.net/en/mpq/download.html
Steps to reproduce with that app:
- Make sure you got a directory available with a single file or folder inside
it
- Access the "Open" or "Save" dialog from MPQEdit
- Navigate to this folder with keypresses
- Within this folder, press the first letter of the name of the file inside it.
It will not get selected.
wine-1.1.19-153-g55ad3fd
+shell,+commdlg log attached
--
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=21356
Summary: Toolbar icons are completely black in HTML-Kit
Product: Wine
Version: 1.1.36
Platform: x86-64
URL: http://www.chami.com/html-kit/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=25712)
--> (http://bugs.winehq.org/attachment.cgi?id=25712)
Terminal output
In HTML-Kit build 292, the icons in the upper toolbar are not colored properly
in Wine. Instead, they are completely black. If winetricks is used to install
the native comctl32, they regain their color.
Terminal output comes from opening the program and choosing "create a new
file".
This problem was also mentioned in bug 18985, but that bug has since been
re-focused on another 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=21643
Summary: No background music in Pikachu Volleyball 1.0
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://andrew.jaww.net/blog/article/54/pikachu-volleyb
all
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Starting in 1.1.38, the background music in version 1.0 of this game no longer
plays. The result from my regression test is:
8894da4a6e3d6a0f5d15d5770ef8102162f6facc is first bad commit
commit 8894da4a6e3d6a0f5d15d5770ef8102162f6facc
Author: Jörg Höhle <hoehle(a)users.sourceforge.net>
Date: Wed Jan 27 17:18:14 2010 +0100
midimap: Refuse to open when asked for yet unimplemented callbacks.
:040000 040000 2870e6974bdad551f707817652738f9b1fb172d7
5b5264d9c7c72677f11a762b586f472cae627efe M dlls
Reverting this patch fixes 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=21732
Summary: HTML-Kit can't display embedded web pages
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://www.chami.com/html-kit/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26260)
--> (http://bugs.winehq.org/attachment.cgi?id=26260)
Terminal output from the online tab
HTML-Kit build 292 uses embedded web pages in several parts of the program, but
they don't work in Wine - a blank page is displayed instead. Using winetricks
ie6 is a workaround, and the pages are still displayed (albeit with some bugs)
if all of the native overrides set by winetricks except shdocvw are removed
manually. A few places in the program where this can be seen:
Help -> check for updates...
Help -> installed plugins
Create a new file -> type some nonsense between <body> and </body> -> preview
Online tab -> type www.winehq.org -> go
--
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=21946
Summary: Pokémon Play It! v2 installer aborts
Product: Wine
Version: 1.1.40
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
Created an attachment (id=26642)
--> (http://bugs.winehq.org/attachment.cgi?id=26642)
Terminal output
The installation for "Pokémon Play It! v2" won't complete. After copying the
program files, the installer produces an error dialog:
DirectX Setup Initialization Failed.
...which is followed by another error after clicking OK:
An internal error occurred.
After clicking OK again, the installer deletes all the program files from the
hard drive and exits. An AppDB report shows that it worked in the past.
Regression testing shows...
0e0b704f5b48d1c0bba1f1e0b1e37fd77839c725 is first bad commit
commit 0e0b704f5b48d1c0bba1f1e0b1e37fd77839c725
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Feb 8 17:44:23 2010 +0100
user32: Do not load 16-bit user.exe by default.
:040000 040000 efe35dc6ec566d8677b01e142290dde76d0d73c6
e0a08872768ea3f142cd2d1fedeb8dafa167c05b M dlls
The installation succeeds if this patch is reverted.
--
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=22082
Summary: ImgBurn hangs after attempting to drag-and-drop a
folder onto itself in the disc layout editor
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.imgburn.com/index.php?act=download
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=26909)
--> (http://bugs.winehq.org/attachment.cgi?id=26909)
Terminal output
In ImgBurn's disc layout editor, attempting to drag a folder onto itself
results in the program hanging with high CPU usage. Memory usage then
skyrockets until wineserver -k is used. This only happens in the disc layout
view, not the explorer view. Doing the same with a file also causes strange
behavior.
A workaround is winetricks dcom98. Of the three overrides added by it, I can
remove oleaut32 without any problems, but trying to narrow it down to just one
override causes issues:
- Removing the override for ole32 brings back the behavior described here
- Removing the override for rpcrt4 makes drag-and-drop non-functional
My log is from ImgBurn 2.5.0.0, but behavior is the same in 2.5.1.0.
--
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=22108
Summary: Bloxx It's installer hangs
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.alawar.com/game/bloxxit/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: wine.dev(a)web.de
Created an attachment (id=26949)
--> (http://bugs.winehq.org/attachment.cgi?id=26949)
Full terminal output
The installer for Bloxx It used to complete successfully, but in 1.1.41, it
hangs on one of the last steps: "Remove folder: C:\Program
Files\Alawar\Bloxxit\Temp_\". Regression testing shows:
a949a700d22b510da703386faa7a4f6165a8e6f2 is first bad commit
commit a949a700d22b510da703386faa7a4f6165a8e6f2
Author: Detlef Riekenberg <wine.dev(a)web.de>
Date: Fri Mar 12 19:22:25 2010 +0100
msvcr80: Add msvcr80.dll with forwards to msvcrt.dll.
:100755 100755 ded36f7f2093078bb71c5efc3e79277957157a2a
fffcf9bbfc0312b6c67f7fe1e7a5bfafd556be50 M configure
:100644 100644 7732632eb3d909dd8c3542471016932d06b6996a
73125b5b2ab53eb6339c7819586c73f4fdaca270 M configure.ac
:040000 040000 21f4db818c75c5c6bdc425e84d0a2a202c7d9158
da54a981458851aeb4c7634490470c0a23944f67 M dlls
Previously, it produced some terminal output about being unable to load
msvcrt80.dll, but this had no obvious effect on the program. Now, I guess it
chokes on Wine's partial implementation of the DLL:
[...]
wine: Call from 0x7b8379e6 to unimplemented function
msvcr80.dll._encode_pointer, aborting
wine: Call from 0x7b8379e6 to unimplemented function
msvcr80.dll._except_handler4_common, aborting
[...]
--
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=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.
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=11621
Summary: putty.exe in telnet mode don't display anything
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fhorse(a)libero.it
The windows ssh/telnet application putty.exe works well in ssh mode, but in
telnet mode does not display anything on the screen.
I'have sniffed tcp packets and I noticed that the telnet communication works
well, make login, run commands, but does not appear anything.
Sorry for my english.
--
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=13313
Summary: Half life 2 hangs with a high cpu usage at a certain
point in the game
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asraniel(a)fryx.ch
Playing Half life 2 works fine, but at one point where alex wants to show me
something on a computer screen (we just visited her father in prison), the game
becomes extremely slow and i can't play anymore. The wine error messages give
this message (multiple times):
fixme:d3d_surface:fb_copy_to_texture_direct Doing a pixel by pixel copy from
the fra
mebuffer to a texture, expect major performance issues
err:d3d_surface:fb_copy_to_texture_direct Texture filtering not supported in
direct
blit
Sadly this bug makes Half life 2 incomplete, since you can't play it from the
start to the end.
--
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=15364
Summary: Build broken when CFLAGS="-Wall -Werror" is used
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16209)
--> (http://bugs.winehq.org/attachment.cgi?id=16209)
config.status/config.log, with CFLAGS set
Compiling with those flags set gives:
-----
configure: libxrandr development files not found, XRandr won't be supported.
configure: libxinerama development files not found, multi-monitor setups won't
be supported.
configure: WARNING: Old Mesa headers detected. Consider upgrading your Mesa
libraries.
OpenGL and Direct3D won't be supported.
configure: Finished. Do 'make depend && make' to compile Wine.
-----
Which doesn't occur when the standard options are used. I'll attach
config.status/config.log.
--
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.