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.
http://bugs.winehq.org/show_bug.cgi?id=15460
Summary: blocky shadow-like model edges in Sid Meier's Pirates!
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g9xhh5p02(a)sneakemail.com
Many of the models in Sid Meier's Pirates have very blocky edges, as though
they have heavily pixelated shadows/halos surrounding them. This problem is
especially noticeable during movement of the human models.
This is on Ubuntu Hardy x86 32 bit with an nVidia GeForce 8800GTS 512MB (G92
chip), with nVidia driver 169.12.
The problem did not go away when I disabled pixel shaders.
I did not see this glitch when running under Cedega.
--
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=17021
Summary: [TMG] CHM help menu , only shows "Printer icons"
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.whollygenes.com/files/tmg7setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Created an attachment (id=18820)
--> (http://bugs.winehq.org/attachment.cgi?id=18820)
Help Menu only shows "Printer Icons"
Viewing the CHM help menu, only shows "Printer icons" instead of the correct
icons for each of the functions
*Show
*Back
*Forward
*Options
*Print (Icon is of course correct for this)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24199
Summary: Life Balance does not install with native .net 2.0
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Even after installing native dotnet20, the installer fails with:
err:msi:ITERATE_Actions Execution halted, action L"NetFxScheduleNativeImage"
returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
(This also affects the intaller using mono, after adding versions
+placeholders for fusion.dll and ngen.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=24148
Summary: excel viewer fails to install
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gQuigs(a)gMail.com
Created an attachment (id=30391)
--> (http://bugs.winehq.org/attachment.cgi?id=30391)
Error messages (1.3.1)
Fails to install - installation ended prematurely because of an error. It used
to work in 1.1.43.
c9fb24927db773905e144db63d9e34741e97f703 is the first bad commit
commit c9fb24927db773905e144db63d9e34741e97f703
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed Jul 21 09:46:30 2010 +0200
msi: Publish patches regardless of any features being installed locally.
:040000 040000 a09830818ad8fe210f2ebec3279e0c7c229440ab
ef80fea4594733e1e3994092184f6b58a29831d0 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=24145
Summary: Life Balance does not install (MsiNetAssemblySupport
>"2.0.50727 not met)
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.llamagraphics.com/downloads/5.2.1/windows/L
ife_Balance_5.2.1_archive.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I tried to see how far I would get with Mono.
The installer aborts immediately, stating that .net 2.0 should be installed.
Apparently condition MsiNetAssemblySupport >"2.0.50727 was not met.
Fortunately a bit of Google showed that A.F. already explained everything in
already closed bug: http://bugs.winehq.org/show_bug.cgi?id=16891
Indeed , adding fake fusion.dll and version resource helped, see attached patch
. However, as A.F. explained in the bug, this might be a bit tricky, and could
mess up maybe native .Net?
--
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=23935
Summary: can't install ispq9.msi
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjie1(a)cox.net
Have Wine 1.2 and Ubuntu 10.04 (Lucid) and can't install ispq9.msi It is for a
video conferencing program from NanoCorp. Below is the output from a terminal
window as user. Thanks Bob
benjie1@benjie1:~$ cd Desktop/
benjie1@benjie1:~/Desktop$ msiexec /i ispq9.msi
fixme:advapi:LookupAccountNameW (null) L"benjie1" (nil) 0x32f160 (nil) 0x32f164
0x32f158 - stub
fixme:advapi:LookupAccountNameW (null) L"benjie1" 0x16dda0 0x32f160 0x16e0b8
0x32f164 0x32f158 - stub
err:msi:ITERATE_Actions Execution halted, action L"VSDCA_VsdLaunchConditions"
returned 1603
benjie1@benjie1:~/Desktop$
The installer never opens. Newbie here so may need help in doing this right.
--
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=22994
Summary: Far Cry installer quits
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=28483)
--> (http://bugs.winehq.org/attachment.cgi?id=28483)
console log from wine-1.2-rc2-51-gbbd93e5
Far Cry (local retail DVD version) quits early with window message "run
setup32.exe on 32bit Windows or run setup64.exe on 64bit Windows!".
All the following versions have the reported issue:
* 1.0.1, 1.1.5, 1.1.10, 1.1.15, 1.1.25, 1.1.37, 1.1.42, 1.2-rc2
--
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=22989
Summary: Adobe FrameMaker 8 installer aborts with compressed
file extraction error
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.adobe.com/support/downloads/detail.jsp?ftpI
D=4549
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
CC: hans(a)meelstraat.net
Created an attachment (id=28471)
--> (http://bugs.winehq.org/attachment.cgi?id=28471)
Adobe FrameMaker 8 installer +msi,+cabinet trace (lzma compressed)
With wine-1.2-rc2-51-gbbd93e5, near the end of the installation of Adobe
FrameMaker 8, the installer suddenly fails, and output shows:
err:msi:ACTION_InstallFiles compressed file wasn't extracted (L"C:\\Program
Files\\Adobe\\FrameMaker8\\samples\\templates\\Structured\\FAQ\\StrucNotes.fm")
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
This did not previously occur in wine-1.1.44. Regression testing indicated:
6475c11c1f5ef0eaee9f9476ed3ff7686d58056d is first bad commit
commit 6475c11c1f5ef0eaee9f9476ed3ff7686d58056d
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Wed May 12 14:18:41 2010 +0200
msi: Only extract a file when its disk id matches the media disk id.
This makes sure that an updated file is extracted from the cabinet stream
included in the patch, instead of the original source.
:040000 040000 7af739106c9bf8d32a8d81645c469608914ec599
1ad4597907fa22d45225699a83ae15181247c92b M dlls
A +msi,+cabinet trace and a plain log are 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=22304
Summary: MSI file overwrite property
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.securenetterm.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
The WINE MSI does not honor the Installshield file "never overwrite" property.
In many applications, user perferences are saved in application specific
control files contained in unique OS specific user locations. These files
contain unique user specific values and should not be overwitten or deleted
when an application is uninstalled, then installed again.
In Installshield, an option is given to mark these files not to be overwritten.
This is passed to the Microsoft msi installer.
In the WINE version of MSI, the override flags are ignored, thus destoying all
user specific information.
--
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=22145
Summary: Final Fantasy XI: Installing US PlayOnline Viewer is
configured as EU version.
Product: Wine
Version: 1.1.38
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Danix0(a)gmail.com
When installing the PlayOnline Viewer (POL) of Final Fantasy XI from the
Vana'diel Collection 2008 US version, it configures POL as the EU version. You
can test this by installing POL and before you update, it will have only 3
buttons, Network, Next and Cancel, if it installed as the US version. If it has
4 buttons, Network, Next, Cancel and Language, it has installed the EU version.
This problem seems to affect wine 1.1.38 and above.
--
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=21846
Summary: TREPCAD 4.4.1 Demo: install aborts
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.trepcad.de/index.php?lang=en&id=6&ad=[ad]
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas(a)braml.org
Created an attachment (id=26449)
--> (http://bugs.winehq.org/attachment.cgi?id=26449)
tail -n 1000 of +relay,+msgbox
When trying to install the demo for TREPCAD 4, the installer aborts after step
"Publishing product information". A message then pops up stating "Installation
ended prematurely because of an error". (It's using a Wise installer.)
Steps to reproduce:
1) request the download link via the form at
http://www.trepcad.de/index.php?lang=en&id=6&ad=[ad]
2) download the demo from the link they e-mail you and run the installer .exe
(Before anyone asks: When you run vcrun6 from winetricks to satisfy the
dependency on mfc42, the installer still aborts with the same error.)
I attached tail -n 1000 of +relay,+msgbox for a start, ping me if you need more
--
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=21480
Summary: dash is not recognized as a valid column name
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.microsoft.com/office/2010/en/default.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike.kaplinskiy(a)gmail.com
The Office 2010 (beta) installer has a table with dashes in the column name and
the query fails to parse in wine.
--snip--
trace:msi:MsiDatabaseOpenViewW L"SELECT ACID, Version, PL, PHN, OOB, PPDLIC,
RAC-Private, RAC-Public FROM LicenseSets"
0x42ee2f8
trace:msi:MsiDatabaseOpenViewW L"SELECT ACID, Version, PL, PHN, OOB, PPDLIC,
RAC-Private, RAC-Public FROM LicenseSets"
0x42ee2f8
trace:msi:MSI_DatabaseOpenViewW L"SELECT ACID, Version, PL, PHN, OOB, PPDLIC,
RAC-Private, RAC-Public FROM LicenseSets"
0x42edd78
trace:msi:MSI_ParseSQL Parse returned 1
trace:msi:msiobj_release object 0x4973888 destroyed
trace:msi:MsiCloseHandle 5
trace:msi:MsiCloseHandle handle 5 destroyed
trace:msidb:SELECT_delete 0x4b6d898
trace:msidb:TABLE_delete 0x4b6d630
trace:msi:msiobj_release object 0x4b14778 destroyed
trace:msidb:MsiCreateRecord 1
trace:msidb:MSI_CreateRecord 1
trace:msi:alloc_msihandle 0x4b14778 -> 5
trace:msidb:MsiRecordSetStringW 5 0 L"PrepareCAInstallLicenses: Error: Type:
MsiDatabaseOpenViewW call failed.. MsiAPI
CallFailure ErrorCode: 1615(0x64f). "
--snip--
Sorry, no debug log (its 3 gigs raw), but the download is free (for now) and
the bug can easily be verified.
Making - a valid idchar in dlls/msi/tokenize.c (add 1 in position 0x2D) lets
the installer continue.
--
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=21133
Summary: FreeSerifSoftware PhotoPlus SE installer fails with
"this action is not supported, please use setup.exe to
begin installation"
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://ftp1.serif.com/FSSDownloadMirror/PhotoPlus/SE/S
etup/FSS_PhotoPlusSE.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.35-105-gd4a7a9d, launching the FreeSerifSoftware PhotoPlus SE
installer using the FSS_PhotoPlusSE.exe executable results in an msi dialog
that states "This action is not supported, please use setup.exe to begin
installation." even though launching the installer on Windows is successful.
The only output visible after quitting the installer is:
fixme:advapi:LookupAccountNameW (null) L"andrew" (nil) 0x33e8c8 (nil) 0x33e8cc
0x33e8c0 - stub
fixme:advapi:LookupAccountNameW (null) L"andrew" 0x1597e8 0x33e8c8 0x15a168
0x33e8cc 0x33e8c0 - stub
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored
L"Upgrade" table values
err:msi:ITERATE_Actions Execution halted, action L"NotWelcomeDlg" returned 1602
--
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=21044
Summary: Platform SDK 2003 install fails?
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
sh winetricks psdk2003
fails - it puts up a splash screen, but says
fixme:msi:MSI_OpenDatabaseW open failed r = 80030050 for
L"C:\\windows\\temp\\msi1a97.tmp"
and exits within a couple seconds.
This worked until recently.
--
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=20734
Summary: sfirm demo complains LogonUser contains no value.
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://download.sfirm.de/endkunde/sf32/sfirm_demo.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user reported this bug on wine-users list. It complains about a load of
things not set correctly, but this is the first one: a messagbox thar LogonUser
contains no value. Setting value like something below fixes the bug, but i
guess this needs testing, which i'm not able to write.
Next bug (i'll open new report when this one is fixed) is that CURRENTDIRECTORY
property not set
diff --git a/dlls/msi/package.c b/dlls/msi/package.c
index 87f1092..a1b371c 100644
--- a/dlls/msi/package.c
+++ b/dlls/msi/package.c
@@ -439,6 +439,7 @@ static VOID set_installer_properties(MSIPACKAGE *package)
'R','e','g','i','s','t','e','r','e','d','O','r','g','a','n','i','z','a','t','i','o','n',0
};
static const WCHAR szUSERNAME[] = {'U','S','E','R','N','A','M','E',0};
+ static const WCHAR szLogonUser[] =
{'L','o','g','o','n','U','s','e','r',0};
static const WCHAR szCOMPANYNAME[] =
{'C','O','M','P','A','N','Y','N','A','M','E',0};
static const WCHAR szDate[] = {'D','a','t','e',0};
static const WCHAR szTime[] = {'T','i','m','e',0};
@@ -547,6 +548,7 @@ static VOID set_installer_properties(MSIPACKAGE *package)
/* in a wine environment the user is always admin and privileged */
MSI_SetPropertyW(package,szAdminUser,szOne);
MSI_SetPropertyW(package,szPriv,szOne);
+ MSI_SetPropertyW(package,szLogonUser,szOne);
/* set the os things */
OSVersion.dwOSVersionInfoSize = sizeof(OSVERSIONINFOEXW);
--
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=20729
Summary: Logos4: wine has the ALLUSERS property set
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.logos.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanoudt(a)gmail.com
Created an attachment (id=24777)
--> (http://bugs.winehq.org/attachment.cgi?id=24777)
WINEDEBUG=+msi
This application's msi won't install - it complains that "Setting the ALLUSERS
property is not allowed because Logos 4 is a per-user application. Setup will
now exit."
>From the git logs, I see that back on 8/25/06, Mike McCormack committed a patch
c8548fb88d569f63f43fb009072ff8f03e562cb0 - "msi: Set the ALLUSERS property to 1
always."
--
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=20725
Summary: Adobe photoshop CS2 fails to install
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Benjamin_Schulz(a)gmx.de
starting
wine /mnt/cdrom/Adobe\(R\)\ Photoshop\(R\)\ CS2/setup.exe
gives just before the setup wants to copy the data:
err:msi:msi_dialog_bitmap_control Failed to load bitmap (null)
err:msi:msi_dialog_bitmap_control Failed to load bitmap (null)
err:msi:msi_dialog_bitmap_control Failed to load bitmap (null)
err:msi:ACTION_CallDllFunction Custom action
(L"C:\\windows\\temp\\msi42be.tmp":L"CleanXHTML") caused a page fault: c0000005
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
then the installer exist without having anything copied.
--
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=20059
Summary: Office 2007 SP1/SP2 looks for *.cab in
C:\Windows\Installer\ instead of C:\MSOCache\
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bozkar(a)gmail.com
When trying to install SP1 or SP2 for microsoft office in every way - as msp
copied to updates/ folder in the office installation directory, or by executing
wine office2007sp1-kb936982-fullfile-pl-pl.exe
or by msiexec /p something.msp the same error occurs:
err:msi:source_matches_volume Failed to get volume information
err:msi:ready_media Cabinet not found: L"C:\\windows\\Installer\\HomeSrWW.CAB"
err:msi:ACTION_MsiPublishAssemblies Failed to ready media
err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned
1603
After copying cabs to drive_c/windows/installer service pack is still not
working correctly but in in about window in apps i can see the SP1 version of
an app, MSO version is still SP0
Hope this could help to make some progress in order to make SP for MS Office
work :-)
I will provide any kind of debug log on request
Current info:
boskar@pauper:~/wine/office$ wine --version
wine-1.1.29
Debian squeeze, deb http://www.lamaresh.net/apt lenny main source for wine
WINEPREFIX=/home/boskar/.wine-office (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=18958
Summary: Adobe Reader 9 has a divide by zero error during
install
Product: Wine
Version: 1.1.23
Platform: PC
URL: ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.0/enu/A
dbeRdr90_en_US.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Mid install, reports a crash (unhandled divide by zero).
+msi,+msidb attached. Running regression test now.
--
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=18834
Summary: Repeat installation of vcredist_x86.exe (vcrun2005
associated DLLs) deletes them permanently from the
insxs folder
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pmacd(a)canada.com
If winetricks is used to install vcrun2005 or vcrun2005sp1 or if a windows
program installs the dlls and associated files by running vcredist_x86.exe, the
first time it is run, the dlls, manifest, policies and associated folders are
installed.
If the packages are installed again, the files and folders are permannetly
removed and cannot be recreated by running the installation again.
Reinstallation generates a number of msi errors.
This is a problem if installing several windows applications when more than one
of the applications run vcredist_x86.exe.
>From logging the terminal output, this appears to be a fault in the msi module
not handling removal and repair of earlier installations.
fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts - > 1 ignored
L"Upgrade" table values
fixme:msi:msi_unimplemented_action_stub MsiUnpublisheAssemblies - > 10 ignored
L"MsiAssembly" table values
since the change seems permanent, this appears to be related to entries to the
.reg files that are not reset/removed properly.
--
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=18246
Summary: Adobe Updater: crashes when installing updates
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan_bwv1987(a)hotmail.com
Created an attachment (id=20758)
--> (http://bugs.winehq.org/attachment.cgi?id=20758)
crash log when run from a terminal
In updating Adobe Acrobat Pro 9 by the option Help/Check for Updates, which in
turn calls the program Adobe_Updater.exe, and after downloading updates, it
crashes in trying to install them.
--
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=17908
Summary: TCSCP fails to install
Product: Wine
Version: 1.1.18
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)mkarcher.dialup.fu-berlin.de
CC: truiken(a)gmail.com
The TCSCP installer fails to accept valid license numbers. This has been
tracked down to be caused by
commit 8321276cd34486bc6bf1e07c0e99c73423288854
Author: James Hawkins <truiken(a)gmail.com>
Date: Wed Oct 18 11:25:14 2006 -0700
msi: Run SetProperty events before all other events no matter what the
order is.
The reason is, that there is an action table for the next button of the dialog
where you enter user name / company name / license code along these lines:
"UserInfoDlg" "Next" "[numtocheck]" "[keyentered]" "FEATURE_A = 1 OR "FEATURE_B
= 1" 1
"UserInfoDlg" "Next" "[checkpassed]" "0" "1" 15
"UserInfoDlg" "Next" "DoAction" "CheckLicenseString" "FEATURE_A = 1 OR
FEATURE_B = 1" 20
"UserInfoDlg" "Next" "[donotinstall]" "1" "NOT checkpassed" 100
Because that patch executes the PropertySet Actions before all other actions,
donotinstall always gets set to 1, even if the entered license number is
correct (in that case, the custom action "CheckLicenseSting" will set
checkpassed to one, if the number in numtocheck is valid). Having donotinstall
set to one makes the installer re-request a valid license number. Reverting the
patch (and thus executing the custom action at the right point in time fixes
the behaviour. The correct fix for Americas Army that needed this out-of-order
execution thus must be different.
The installer has been verified to work fine in Windows XP.
--
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=17665
Summary: Studio Tax fails to install
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://www.studiotax.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: interweiss(a)yahoo.ca
Created an attachment (id=19853)
--> (http://bugs.winehq.org/attachment.cgi?id=19853)
Studio Tax error log
I just tried installing Studio Tax so that I could do my taxes, but half way
through the installation Studio Tax crashed. The only dependency that it needed
was DotNet 2.0, which I installed.
--
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=15279
Summary: Saxo Trader installer crashes into unimplemented msi
functoims
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://mitsweb.iitech.dk/SaxoBank/SaxoTrader2/Simul/en/S
axoTrader2_WEBDeploy.exe
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Right, this bug is probably easy to solve. Dan asked to open a new bug for this
Saxo Trader crashes into unimplemented msi.MsiSetExternalUIRecord and
msi.MsiDetermineApplicablePatchesW. It's enough to let them return E_NOTIMPL,
then the installer is already happy
--
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=15210
Summary: MIDI-OX installer crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.midiox.com/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, this crash was reported by a user who sent in this new app into appdb.
>From the debuglog , i think it's an msi-bug , but i'm not 100 % sure. I'll
attach a +msi,+msidb 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.
http://bugs.winehq.org/show_bug.cgi?id=15066
Summary: FedExShipManager installer crashes in msi
Product: Wine
Version: CVS/GIT
Platform: PC
URL: ftp://ftp.fedex.com/pub/us/software/FedExShipManager_235
6.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
While testing bug 14243 with current Git (wine-1.1.3-295-g7c0d28b), I found
that pressing Next at the initial welcome screen of the installer resulted in a
crash. msi traces are 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=14037
Summary: worldwide telescope installer crashes in
X11DRV_GetBitmapBits
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://worldwidetelescope.org/experienceIt/ExperienceIt.
aspx
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
And it doesn't give a stack traceback. Here's the log:
0020:Call comctl32.ImageList_ReplaceIcon(00138028,ffffffff,00001106)
ret=7eb7f870
0020:Call user32.CopyImage(00001106,00000001,00000010,00000010,00004000)
ret=7e7dcccd
trace:x11drv:X11DRV_CreateBitmap (0x274) 16x16 32 bpp
trace:x11drv:X11DRV_CreateBitmap (0x278) 16x16 1 bpp
trace:x11drv:X11DRV_GetBitmapBits (bmp=0x278, buffer=0x382e34, count=0x20)
wine: Unhandled page fault on read access to 0x00000008 at address 0x7ebf4da5
(thread 0019), starting debugger...
--
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=13590
Summary: MS Office 2003: Cannot install Service Pack
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dsent(a)mail.ru
Created an attachment (id=13551)
--> (http://bugs.winehq.org/attachment.cgi?id=13551)
error output
Installation of service pack 3 (and previous service packs too) resulting in
"The update cannot be applied" message. Console output is attached.
Service Pack 3 is available for download here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=E25B7049-3E13-433B…
--
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=13536
Summary: MDAC 2.8 installer is launched with invalid command line
syntax in ThinkWave Educator installer
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.thinkwave.org/twe28132.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=13470)
--> (http://bugs.winehq.org/attachment.cgi?id=13470)
ThinkWave output
With Wine version wine-1.0-rc2-134-g4c928d3, during installation, the MDAC 2.8
installer is run, but the application complains of "command line option syntax
error". Relevant lines are probably:
trace:process:CreateProcessW app (null) cmdline
L"C:\\windows\\temp\\msi3040.tmp /q /c:\"\"setup.exe /qn1\"\""
trace:process:find_exe_file looking for L"C:\\windows\\temp\\msi3040.tmp"
trace:process:find_exe_file Trying native exe L"C:\\windows\\temp\\msi3040.tmp"
trace:process:CreateProcessW starting L"C:\\windows\\temp\\msi3040.tmp" as
Win32 binary (0x1000000-0x154e000)
Output is 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=13285
Summary: WriteIniValues does not create
c:/windows/DieVölkerGold.ini
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Hi,
The game "die Völker, Gold Edition" does not install correctly. The bug is
that the file c:\windows\DieVölkerGold.ini is not created during installation.
The wise installer / MSI report no error, yet running the game says it was not
installed correctly:
Call KERNEL32.GetPrivateProfileStringA(004bd5c8 "SearchPaths",004bd5d4 "HDD
SearchPath",004c0ca8 "",004c2698,00000104,004c279c
"C:\\windows\\DieV\xf6lkerGol
d.ini") ret=00493885
Running msiexec by hand in order to produce a log file shows, among other log
messages:
$ msiexec '/l*' foo.log /i d:\\setup\\setup.msi
[...]
Action 22:57:22: WriteIniValues. Schreiben von INI-Dateiwerten
Datei: Version, Abschnitt: Info, Schlüssel: Version, Wert: v3.0
Datei: HDDSearchPath, Abschnitt: SearchPaths, Schlüssel: HDDSearchPath,
Wert: C:\Programme\Games\Voelker\
which seems to indicate that the correct calls were made to have the file
created.
I created the file by hand, using the keys & values from the log file:
[Info]
Version=" v3.0"
[SearchPaths]
HDDSearchPath="C:\\Programme\\Games\Voelker\\"
CDSearchPath="D:\\game"
UnInstallPath="msiexec /x {24ECFEDB-6CE0-48D0-8C34-EE4C5BC275BF}"
The error message then disappears. (It is replaced by another one saying that
the Cinepak codec is not installed, but that's another bug).
Maybe the Umlaut in the file name causes trouble? -- I've seen other
applications (not yet tested again in 1.0rc1) produce ASCII windows/*.ini files
successfully.
--
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=13192
Summary: AutoCAD 2008 Trial fails to install
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.autodesk.com
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, regression
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
This is a regression. A few weeks ago the installation went fine
Now it says: ERROR_FUNCTION_FAILED
>From the app itsself the following stuff is printed in the console:
Microsoft (R) CLR Native Image Generator - Version 2.0.50727.42
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
Installing assembly C:\Program Files\AutoCAD LT 2008\AcLayer.dll
Exception from HRESULT: 0x80070424
I'll attach the 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.
http://bugs.winehq.org/show_bug.cgi?id=13121
Summary: Sipru Installation Error
Product: Wine
Version: 0.9.59.
Platform: PC-x86-64
URL: http://www.sipru.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kemal.yaylali(a)gmail.com
Installer doesn't starts. After that I installed it to a Windows machine &
tried to run it directly from the installation folder...
Abort Message: "Winhlp.32.exe"
& it suddenly crashes
--
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=12988
Summary: Microsoft Office Communicator 2005 Trial installer does
nothing when you click 'next'
Product: Wine
Version: 0.9.61.
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=9253DBEA-CC4F-4934-B35D-E2C90B6406DB
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user complained in
http://winehq.org/pipermail/wine-users/2008-May/033647.html
that he couldn't get Microsoft Office Communicator 2005 working,
so I tried it. Turns out you can download a trial from
http://www.microsoft.com/downloads/details.aspx?familyid=9253DBEA-CC4F-4934…
sha1sum is d617c41f3b252b3689ff22623dd1c3f3da1282fb OfficeCommunicatorEVAL.EXE
Oddly, when you run that .exe in wine, it says "Extracted" but doesn't
go on to run the installer. Maybe this is a bug, but I skipped
over it by just using cabextract to unpack it, and ran the .msi with start.
The .msi puts up the usual dialog boxes, but when you try to
click on 'Next' in the installation location dialog, it
ignores you.
--
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=12813
Summary: XMLSpy 2007 refuses to install
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.brothersoft.com/altova-xmlspy-enterprise-
edition-2007-60072.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12495)
--> (http://bugs.winehq.org/attachment.cgi?id=12495)
+msi,+msidb log in git, tailed to 500000, bzip2 -9'ed
While checking on bug 9053, it appears XMLSpy will not install. Probably a
regression, but I can't be sure, I'll try to check later.
err:msi:msi_view_get_row Invalid type!
Looks a bit suspicious, so setting to msi for now.
--
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=12624
Summary: Installer failes to register typelib
Product: Wine
Version: 0.9.59.
Platform: Other
URL: http://sparxsystems.com.au/bin/easetupWine.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
While installing the trail version of Enterprise Architect I get the following
error.
err:msi:ITERATE_RegisterTypeLibraries Could not load file! L"C:\\Program
Files\\Sparx Systems\\EA Trial\\EA.tlb"
Log is attached with +msi.
--
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=12249
Summary: Ultraedit v14.00a builtin MSI doesn't work.
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.ultraedit.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tchatzi2000(a)yahoo.com
After reaching the point where files are supposed to be copied, it just loops
and starts the install wizard over.
Works just fine with native msi and msiexec 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=12218
Summary: word viewer 2003 - required / difference columns do not
countain data
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?FamilyId
=95E24C87-8732-48D5-8689-AB826E7B8FDF&displaylang=en
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Created an attachment (id=11643)
--> (http://bugs.winehq.org/attachment.cgi?id=11643)
screenshot comparing windows and wine
In Word Viewer 2003, in the second dialog box, the required and difference
columns do not contain any data. See screenshot.
--
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=12203
Summary: Windows Live Messenger 8.1.0178 fails to install
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=d78f2ff1-79ea-4066-8ba0-ddbed94864fc&DisplayLang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=11612)
--> (http://bugs.winehq.org/attachment.cgi?id=11612)
Console output
The installer doesn't finish in wine 0.9.58. It just say Windows Live Messenger
has failed with error code '1603'.
--
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=11891
Summary: LANguard Network Installer fails with "Unable to install
InstallShield Scripting Runtime"
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://vipmeister.com/dl/lannetscan/lannetscan2.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11190)
--> (http://bugs.winehq.org/attachment.cgi?id=11190)
+msi trace output
When launching the installer executable inside the ZIP archive, the
InstallShield installer appears to be starting, but eventually bails out with a
dialog box that says "1607: Unable to install InstallShield Scripting Runtime".
If the InstallShield runtime from
http://support.installshield.com/kb/files/Q108158/IsScript7.zip is installed,
the installer when started proceeds past this point normally. Based on Wine
error message:
err:msi:ITERATE_Actions Execution halted, action L"SetARPReadme" returned 87
I am concluding that this is msi related. Relevant outputs are 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=11258
Summary: (de)select all does not work in Visere installer
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://www.dmmd.net/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
In the Visere installer from bug 10903, I did a custom install.
On the "file associations" page, the select all / deselect all buttons do not
work, though you can still click the checkboxes one by one.
--
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=11014
Summary: Siemens ProCenter MSI installer fails
Product: Wine
Version: 0.9.52.
Platform: PC
URL: http://pod.laterooms.com/procenter.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gdh(a)acentral.co.uk
Created an attachment (id=10000)
--> (http://bugs.winehq.org/attachment.cgi?id=10000)
console install log
.ZIP is 166M - mostly PDFs :/
Console output complains that it cannot find Disk1.cab, however no such file is
part of the setup files. Installation on true Windows PCs runs flawlessly.
Logging this bug as directed by http://wiki.winehq.org/NativeMsi "report any
failure as a bug."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10904
Summary: While installing Photoshop CS2 path for Adobe bridge
shared DLLs is not added to PATH
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)codeweavers.com
While installing Photoshop CS2 path for Adobe bridge shared DLLs is not added
to PATH, as a result I get:
[dmitry@ubuntu:~]$ cd /home/dmitry/.wine/drive_c/Program\ Files/Adobe/Adobe\
Bridge/
[dmitry@ubuntu:Adobe Bridge]$ pwd
/home/dmitry/.wine/drive_c/Program Files/Adobe/Adobe Bridge
[dmitry@ubuntu:Adobe Bridge]$ ~/wine/wine Bridge.exe
err:module:import_dll Library libagluc28.dll (which is needed by L"C:\\Program
Files\\Adobe\\Adobe Bridge\\Bridge.exe") not found
err:module:import_dll Library libagli18n28.dll (which is needed by
L"C:\\Program Files\\Adobe\\Adobe Bridge\\Bridge.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Adobe\\Adobe Bridge\\Bridge.exe" failed, status c0000135
the DLL not found above do exist, and are installed in
C:\Program Files\Common Files\Adobe\AGL
After installation of Photoshop CS2 in XP "C:\Program Files\Common
Files\Adobe\AGL" can be found in "PATH" variable under
HKLM,System\\CurrentControlSet\\Control\\Session Manager\\Environment
while in Wine Adobe\AGL is not added to "PATH" at all.
This looks like an MSI bug, since PS CS2 installer is MSI based.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10507
Summary: Regression in Photoshop CS2 trial install
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is like bug 10464, but was not fixed by today's git.
Photoshop CS2 tryout installer aborts because it can't find Data1.cab,
even though it's in SourceDir:
trace:msi:MSI_GetPropertyW returning L"Z:\\home\\dank\\installers\\Photoshop
CS2\\Adobe(R) Photoshop(R) CS2\\" for property L"SourceDir"
trace:file:GetFileAttributesW L"Z:\\home\\dank\\installers\\Photoshop
CS2\\Adobe(R) Photoshop(R) CS2\\Data1.cab"
trace:file:RtlDosPathNameToNtPathName_U
(L"Z:\\home\\dank\\installers\\Photoshop CS2\\Adobe(R) Photoshop(R)
CS2\\Data1.cab",0x34f650,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\home\\dank\\installers\\Photoshop
CS2\\Adobe(R) Photoshop(R) CS2\\Data1.cab" 520 0x34f3c4 (nil))
trace:file:wine_nt_to_unix_file_name
L"\\??\\Z:\\home\\dank\\installers\\Photoshop CS2\\Adobe(R) Photoshop(R)
CS2\\Data1.cab" ->
"/home/dank/.wine/dosdevices/z:/home/dank/installers/Photoshop CS2/Adobe(R)
Photoshop(R) CS2/Data1.cab"
trace:file:GetFileAttributesW L"Data1.cab"
trace:file:RtlDosPathNameToNtPathName_U (L"Data1.cab",0x34f650,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Data1.cab" 520 0x34f3c4 (nil))
warn:file:wine_nt_to_unix_file_name L"Data1.cab" not found in
/home/dank/.wine/dosdevices/c:/windows/temp/{236BB7C4-4419-42FD-0409-1E257A25E34D}
err:msi:ready_media Cabinet not found: L"Data1.cab"
err:msi:ACTION_InstallFiles Failed to ready media
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1603
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10211
Summary: gmax installer does not allow changing of installation
directory, fails to install
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.turbosquid.com/gmax
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When trying to install gmax the application fails to continue stating it will
be installing over existing installation and prompts you to choose a new
location, choosing a new location through the browse dialog does not change the
install path, and does not allow you to continue the installation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9946
Summary: Installation errors of Adobe Photoshop
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: misc-bugs
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: algrant(a)comcast.net
Installation of Adobe Photoshop Album Starter Edition 3.2 fails due to errors
2503 and 2502
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9608
Summary: jdk fails to install
Product: Wine
Version: unspecified
Platform: Other
URL: http://sdlc-esd.sun.com/ESD33/JSCDL/jdk/6u2/jdk-6u2-
windows-i586-
p.exe?AuthParam=1189183281_3a97fdc39fd6ddd9771f1c85a1c6d
b5e&TUrl=an1npDpbKod7kSYrROhENTonIuA3W0D1Lc4nXz+pGFFrani
xdCdgxDTPbW4=&TicketId=dVB3PgNJNuo48w==&GroupName=SDLC&B
Host=sdlc2i.sun.com&FilePath=/ESD33/JSCDL/jdk/6u2/jdk-
6u2-windows-i586-p.exe&File=jdk-6u2-windows-i586-p.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
The installer asks me to insert disk 1, but this is not an installer from a cd.
I guess there's a bug here. I'll provide more info later on (bit short in time
atm)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16708
Summary: Final Fantasy XI Benchmark 2 and 3 install fail
Product: Wine
Version: 1.1.11
Platform: Other
URL: http://www.gamershell.com/download_3517.shtml
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Final Fantasy XI BenchMark 2 and 3 both fail to install,
putting up a dialog that says:
1608: Unable to create InstallDriver instance, Return code: -2147467262
I'll attach a log.
This is odd, because it's listed as working in the appdb,
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4879
--
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=13879
Summary: Gomez Peer blanks screen and does not redraw correctly
Product: Wine
Version: 1.0-rc4
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=applica
tion&iId=6636
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=13964)
--> (http://bugs.winehq.org/attachment.cgi?id=13964)
Here you can see the titlebar is missing.
When Gomez Peer is started or opened, the screen goes black and does not
refresh automatically.
The title bar of Gomez Peer also disappears second after opening the
application from the system tray.
--
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=17424
Summary: Feeding Frenzy unhandled exception when sound is enabled
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://downloads.popcap.com/www/popcap_downloads/Feeding
FrenzySetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=19497)
--> (http://bugs.winehq.org/attachment.cgi?id=19497)
wine-1.1.15-58-g3fa05ae console output
Feeding Frenzy Deluxe crashes to an unhandled exception when starting a game
with sound.
Disabling sound in winecfg allows the game to be played.
Apparently a problem with winemp3.acm
Tested in latest git wine-1.1.15-58-g3fa05ae.
Bug has only become apparent following the resolution of bug 7385.
--
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.