http://bugs.winehq.org/show_bug.cgi?id=21761
Summary: Braid demo installer fails to launch Explorer on the
start menu directory it created
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
When you install the demo version of Braid
( http://www.braid-game.com/ points to
http://www.playgreenhouse.com/game/NNONE-000001-01/
which has a free download link,
http://www.playgreenhouse.com/php/public/tracking/downloads.php?sku=NNONE-0…
The sha1sum is
7ea08ddbf5f2fb2f38057d930389b5af7d737e2c braid_windows_r3.exe )
the installer works, but at the end, pops up an error
dialog saying that ShellExecuteEx failed. On Windows, at that point,
Explorer opens to the Start Menu directory holding the shortcuts for
the game.
--
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=19268
Summary: using Radmin: wine stalls if movements/animations in
remote screen
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: noragen(a)gmx.net
using Radmin: wine stalls if movements/animations in remote screen
wine stalls, if there are any animations like movie or gif-animations or sth.
like that on remote screen in full screen control 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=33548
Bug #: 33548
Summary: Civilization IV crashes while starting
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
Created attachment 44404
--> http://bugs.winehq.org/attachment.cgi?id=44404
+msxml log
This is with Civilization IV Steam version and wine-1.5.29-147-g2d89a14. Using
winetricks msxml3 worksaround the crash. I'm attaching a +msxml log of the
crash.
Using Ubuntu 13.04 64 bits.
--
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=31669
Bug #: 31669
Summary: Not open internal editor of MPLAB 8.40.00.00
Product: Wine
Version: 1.5.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nestorm_des(a)hotmail.com
Classification: Unclassified
I'm a testing gentoo user.
I downgrade to 1.5.11 and MPLAB 8.84.00.00 again functional.
What you do not walk the MPLAB is the internal editor, giving this message:
Unable to create the display plug-in 5VEditor.DisassemblyWnd.1
# nano -w /etc/portage/package.mask
=app-emulation/wine-1.5.12
# emerge -av wine
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild UD ] app-emulation/wine-1.5.11 [1.5.12] USE="X alsa cups fontconfig
gecko gnutls gphoto2 jpeg lcms mp3 ncurses nls opengl oss perl png scanner ssl
threads truetype v4l win32 win64 xinerama xml -capi -custom-cflags -gsm
(-gstreamer) -hardened -ldap -mono -odbc -openal -opencl -osmesa -pulseaudio
-samba (-selinux) -test -udisks -xcomposite" 20,168 kB
Total: 1 package (1 downgrade), Size of downloads: 20,168 kB
Would you like to merge these packages? [Yes/No] y
--
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=33654
Bug #: 33654
Summary: MSYS bash.exe redirection fails for ctest.exe (one of
the CMake executables). Regression of recent wine-git
from 1.5.25
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: irwin(a)beluga.phys.uvic.ca
Classification: Unclassified
Created attachment 44546
--> http://bugs.winehq.org/attachment.cgi?id=44546
Source code for "DoNotInheritStdPipes" redirection test
Under MSYS bash.exe, redirection of the ctest.exe command produces an empty
file for wine-1.5.31 but not for wine-1.5.19 (very heavily tested for my build
needs) or wine-1.5.25 (lightly tested for this specific problem). For example,
in 1.5.31, but not 1.5.25 (or 1.5.19),
ctest.exe --version
gives the correct result ("ctest version 2.8.10.2") to the console created by
wineconsole, but
ctest.exe --version > ctest_version.out
produces an empty file.
"git bisect" shows the first wine commit to cause the problem was the first one
after 1.5.25 (f565e4a3157d38b50a25fc3b90014474b59fceba, msvcrt: Don't duplicate
standard handles during initialization.) Subsequently there was a style change
(8e5bebe26253f2725141a35f23b6f2e10fc7694d, msvcrt: Rename msvcrt_alloc_fd_from
to msvcrt_set_fd.) to the affected file, dlls/msvcrt/file.c. Both these
commits were by Piotr Caban <piotr(a)codeweavers.com>. If I revert
8e5bebe26253f2725141a35f23b6f2e10fc7694d and
f565e4a3157d38b50a25fc3b90014474b59fceba for wine-1.5.31 (note the reversed
patches apply cleanly), this fixes the issue.
To save wine developers having to dig around in the ctest code source from
CMake to figure out what Windows calls are being used to trigger this wine
regression, I attach standalone code for a simple test case which follows what
is done in ctest to handle stdout. When this code is compiled with MinGW it
demonstrates the same redirection issue you get with ctest. The only
difference from a standard C++ "Hello World" programme in this test code is the
call to DoNotInheritStdPipes which I just copied from the ctest source code. I
don't understand DoNotInheritStdPipes, but one of the commit messages
associated with it when it was implemented in 2007 by the CMake developers had
the title "BUG: fix problem with stdout and stderr not showing up in ms dos
shells". Anyhow, since 2007 DoNotInheritStdPipes has apparently been used for
executing ctest.exe on Microsoft Windows with no redirection issues on that
platform and that implies commit f565e4... causes a run-time difference between
the Wine and Microsoft versions of Windows. But I have no access to Microsoft
Windows myself so that implication should be confirmed by compiling the
attached source code on Microsoft Windows and showing that redirection works
fine with it under MSYS bash.exe for that platform but not for wine-1.5.31
unless the two above patches (one just a style one) are 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=33726
Bug #: 33726
Summary: wmiutils should be installed in
c:\windows\system32\wbem
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
noticed while testing for bug 33642:
winetricks dotnet20 installs native wmiutils.dll, which works just fine.
However, every wineprefix update rewrites COM class registration to use builtin
wmiutils. Specifically, after installing dotnet20 registry contains the
following entry:
[Software\\Classes\\CLSID\\{CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA}\\InprocServer32]
@="C:\\windows\\system32\\WBEM\\wmiutils.dll"
After wineprefix update the entry changes to:
[Software\\Classes\\CLSID\\{CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA}\\InprocServer32]
@="C:\\windows\\system32\\wmiutils.dll"
If we move wine's wmiutils to the same folder as on Windows, the registry won't
change.
On a related note, bug 33642 is not testable with builtin wmiutils. I'll create
a separate bug for that.
--
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=33699
Bug #: 33699
Summary: Jedi Outcast demo installer does not work
Product: Wine
Version: 1.5.31
Platform: x86
URL: http://www.fileplanet.com/87808/80000/fileinfo/Star-Wa
rs:-Jedi-Knight-2-Demo
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Regression SHA1: f9d42aee53dc5b728b847c0c26bb05f75979fb16
Created attachment 44621
--> http://bugs.winehq.org/attachment.cgi?id=44621
terminal output
The installer for the demo is aborting with the following error message:
"The InstallShield Engine (iKernel.exe) could not be launched. (0x8002802b)"
The installer works in 1.5.31, but not in wine-1.5.31-118-gcaa452e:
f9d42aee53dc5b728b847c0c26bb05f75979fb16 is the first bad commit
commit f9d42aee53dc5b728b847c0c26bb05f75979fb16
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Tue May 28 16:59:33 2013 -0500
oleaut32: Implement ICreateTypeInfo::AddRefTypeInfo.
This also corrects our HREFTYPE values a little bit.
:040000 040000 d384ba2dc3308c581b43e5c4b4ff8675e747f672
7c469409cadb5794ebfc394e8433cbe8142282e0 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=23391
Summary: Restore after minimize button does not work
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.talken(a)telia.com
If I use the "minimize button" the application disappears from screen and task
bar. I can see it with Alt-Tab, but get back to it.
If I reintroduce the patch
http://bugs.winehq.org/attachment.cgi?id=28259
It works again. However, I have to click twice on the task bar twice to see the
application. Otherwise the buttons up to the right (minimize, adjust, maximize)
seems to work OK.
When I double click on the task bar the application does not come back to the
previous maximal size, but to a reduced, but still usable, size.
--
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=33613
Bug #: 33613
Summary: VB6 Application CMDcenter fails with "Run-time error
'23': Type mismatch"
Product: Wine
Version: 1.5.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tonybcrawford(a)gmail.com
Classification: Unclassified
After upgrading from Wine 1.5.29 to Wine 1.5.30 my VB6 CMDcenter application
fails with: "Run-time error '23': Type mismatch"
This is related to an xml portion of code and after adding some debug output it
appears as though the ElementNode.childNodes.Length is being incorrectly
determined!
NB: This code worked correctly in previous versions of Wine and is only a
problem with the release I installed today.
--
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=33701
Bug #: 33701
Summary: Explorer crashes when extracting the World of Warcraft
icon
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan(a)codeweavers.com
Classification: Unclassified
Since patch e44f0c8f2de480679abde7883a5161ef9526ed81 (presumably, didn't verify
yet), explorer crashes on Wine startup when World of Warcraft is installed. The
crash occurs when explorer is trying to extract the icon from World of Warcraft
Launcher.exe. Removing C:\users\public\Desktop\World of Warcraft.lnk gets rid
of the icon and the crash.
The last lines before the crash in a +relay log are:
0023:Call shell32.ExtractIconExW(0023eca0 L"C:\\Program Files (x86)\\World of
Warcraft\\World of Warcraft Launcher.exe",00000000,0023e878,00000000,00000001)
ret=7f0009e9c8ba
0023:Call user32.PrivateExtractIconExW(0023eca0 L"C:\\Program Files
(x86)\\World of Warcraft\\World of Warcraft
Launcher.exe",00000000,0023e878,00000000,00000001) ret=7f00113d518c
0023:Call KERNEL32.UnhandledExceptionFilter(0023d0b0) ret=7f0011406ab5
wine: Unhandled page fault on read access to 0x004c3638 at address
0x7f00096397fa (thread 0023), 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.