http://bugs.winehq.org/show_bug.cgi?id=28995
Bug #: 28995
Summary: Unable to use named pipes with ">" character in the
name
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: valentyn.pavliuchenko(a)gmail.com
Classification: Unclassified
I have an app (Avid VENUE software) that uses pipes to work. The app fails to
launch because of pipe name contains a character ">".
MSDN says:
The pipename part of the name can include any character other than a backslash,
including numbers and special characters. The entire pipe name string can be up
to 256 characters long. Pipe names are not case sensitive.
App logs show the following:
23.957 CreateFile error '\\.\PIPE\D-Show Pipe GUI->DM': Invalid name.
Changing ">" to "_" by direct editing executable files makes 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=17823
Summary: A crash when installing Rhino 4.0 trial version
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrej(a)podzimek.org
Created an attachment (id=20083)
--> (http://bugs.winehq.org/attachment.cgi?id=20083)
Output from the installer
When installing a trial version of Rhino 4.0 obtained from here
http://download.rhino3d.com/eval/?p=25, the installer reports successful
completion. However, the terminal output shows a crash.
Presumably, Rhino crashes when run after the installation. A small part of the
GUI is displayed, but remains unresponsive. A dialog window for error-reporting
pops up.
--
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=25265
Summary: Foobar2000 won't watch folders
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lucisandor(a)gmail.com
Foobar2000 is a media player with an automatically updated media library. The
library updates correctly when updates are triggered manually, but, under Wine,
it does not detect changes in folders.
Moreover, Foobar2000 provides for such cases a "polling" function, but that is
useless too.
The most upsetting is that changes in watched folders are not detected even
when they were produced by Fooobar2000, e.g., by using the menu option "move
file". If I move a file from one watched folder to another, the media library
will not be aware of the changes in any of the two locations.
--
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=18700
Summary: View Source does not work.
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: montanawoody(a)gmail.com
I am unable to use the built-in iexplore to view the source code of web pages.
The link in the right-click menu exists, but all it produces is the error:
fixme:mshtml:OleCommandTarget_Exec unsupported nCmdID 2139 of CGID_MSHTML group
AFAIK, the Windows behavior for this menu item is to open the source code of
the selected frame in notepad. Since notepad is already implemented, I would
hope this would be an easy feature to add in. If implemented, this would be
very helpful for tracking down rendering bugs in apps that use the iexplore
interface.
--
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=16697
Summary: HyperChem 8.0.x's licensing system fails to properly
generate a 'locking code,' preventing program usage
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://www.hyper.com/Download/tabid/357/Default.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.c.ddcc(a)gmail.com
HyperChem 8.0.6 Evaluation requires the user to enter a provided license code
in order to generate a locking code, which is sent via email to the authors for
a trial license key. However, a proper locking code (0-0) isn't generated, thus
prohibiting program usage.
Reproduce:
1. Download HyperChem 8.0.6.
2. Copy mfc40.dll from a Windows installation.
3. Launch the setup and pick "standalone," then "software-license."
4. Use the serial number provided on their website.
5. Launch chem.exe; it will ask you to launch the activator, which generates a
locking code of 0-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=20776
Summary: 3DMark Vantage: your graphics card doesn't support
DirectX 10
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.futuremark.com/benchmarks/3dmarkvantage/dow
nload/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Now that bug 18852 is fixed, 3DMark Vantage runs, but when starting the
benchmark it says: your graphics card doesn't support DirectX 10
fixme:dxgi:dxgi_device_init Ignoring adapter type.
fixme:d3d10core:d3d10_device_CreateQuery iface 0x1779dc, desc 0x33a1f4, query
0x33a358 stub!
To install:
sh winetricks win2k vcrun2005sp1
sh winetricks vista
wine 3dmark_vantage_v101_0906a.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=31039
Bug #: 31039
Summary: Visual C++ 2005 Express SP1 install fails
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathieu.malaterre(a)gmail.com
Classification: Unclassified
Sorry if this looks like a duplicate of #20110 but I believe one can still not
install Visual C++ 2005 Express SP1 using wine 1.5.5:
$ wine --version
wine-1.5.5
$ wine VS80sp1-KB926748-X86-INTL.exe
fixme:storage:create_storagefile Storage share mode not implemented.
Using:
$ wget
http://download.microsoft.com/download/7/7/3/7737290f-98e8-45bf-9075-85cc6a…
$ md5sum VS80sp1-KB926748-X86-INTL.exe
a5129e83a91fc1ec44f45189f27244be VS80sp1-KB926748-X86-INTL.exe
Thanks
--
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=20110
Summary: Visual C++ 2005 Express SP1 install fails
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://download.microsoft.com/download/7/7/3/7737290f-
98e8-45bf-9075-85cc6ae34bf1/VS80sp1-KB926748-X86-INTL.
exe
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
(Bug 19502 is about Visual C++ 2005 SP1 [not express] install failing.
Since the express apps are easier to download and install, I figured
it was worth having a separate bug. If the problem turns out to
be the same, we'll merge the bugs.)
http://download.microsoft.com/download/7/7/3/7737290f-98e8-45bf-9075-85cc6a…
(sha1sum 8b9a0172efad64774aa122f29e093ad2043b308d)
fails to install. To reproduce:
wget http://winezeug.googlecode.com/svn/trunk/winetricks
sh winetricks -q vc2005express
sh winetricks vc2005expresssp1
It crashes soon after
trace:msi:MsiGetFileVersionW
L"C:\\windows\\Microsoft.NET\\Framework\\URTInstallPath\\al.exe" (nil) 0 (nil)
0
in msi's find_published_source() on the line
mi->volume_label = msi_realloc(mi->volume_label, ++volumesz * sizeof(WCHAR));
because mi->volume_label was NULL, and evidently realloc doesn't alloc in that
case. If you change that to read
sizeof(WCHAR));
mi->volume_label = mi->volume_label ? msi_realloc(mi->volume_label,
++volumesz * sizeof(WCHAR)) : msi_alloc(++volumesz * sizeof(WCHAR));
it gets very slightly farther and fails with
err:msi:ACTION_InstallFiles compressed file wasn't extracted
(L"C:\\windows\\Microsoft.NET\\Framework\\URTInstallPath\\al.exe")
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1603
Calling MSI for now, might be something else.
--
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=28774
Bug #: 28774
Summary: Mega: crashes on start (Call from 0x7b83a9e9 to
unimplemented function
msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@st
d@@V?$allocator@D@2@@std@@AAEX_N@)
Product: Wine
Version: 1.3.30
Platform: x86-64
URL: http://www.megasoftware.net/megalinux.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petrushkin(a)yandex.ru
Classification: Unclassified
Created attachment 36968
--> http://bugs.winehq.org/attachment.cgi?id=36968
backtrace on virgin wine prefix
Alternative download link:
http://update.megasoftware.net/deb/pool/main/m/mega/mega_5110426_all.deb (they
are packed windows exe into deb package)
or https://aur.archlinux.org/packages.php?ID=53233 for Arch Linux.
When I started MEGA (Molecular Evolutionary Genetics Analysis) I get such
error:
$ wine /usr/local/bin/MEGA/MEGA5.exe
wine: Call from 0x7b83a9e9 to unimplemented function
msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z,
aborting
fixme:resource:GetGuiResources (0xd4,0): stub
$ wine --version
wine-1.3.30
I have found bug http://bugs.winehq.org/show_bug.cgi?id=27067 but it's closed
as fixed, but in latest version I get this error again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27067
Summary: Drake of the 99 Dragons needs
msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@st
d@@V?$allocator@D@2@@std@@AAEX_N@Z
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Unhandled exception: unimplemented function
msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@
called in 32-bit code (0x7b839282).
qdvd needs to be registered in order bypass the crash when the movies play but
they don't show.
with msvcp60 it works.
--
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.