http://bugs.winehq.org/show_bug.cgi?id=21217
Summary: Menu item for "Visual C++ 2005 Express Command Prompt"
busted
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing Visual C++ 2005 Express with winetricks works great:
wget kegel.com/wine/winetricks
sh winetricks vc2005express
but the menu item it installs in
Applications / Wine / Programs / Visual C++ 2005 Express Edition / Visual
Studio Tools / Visual Studio 2005 Command Prompt
doesn't work. When you try it, Gnome gives the error
Text ended before matching quote was found for ". (The text was 'env
WINEPREFIX="/home/dank/.wine" wine "C:\windows\command\start.exe"
"C:\windows\temp\SIT13762.tmp\Visual Studio 2005 Command Promptomspec /k
""C:\Program Files\Microsoft Visual S udio 8\VC\vcvarsall.bat"" x86')
That menu item is stored in
~/"./share/applications/wine/Programs/Visual C++ 2005 Express Edition/Visual
Studio Tools/Visual Studio 2005 Command Prompt.desktop"
which contains the line
Exec=env WINEPREFIX="/home/dank/.wine" wine "C:\\windows\\command\\start.exe"
"C:\\windows\\temp\\SIT13762.tmp\\%comspec%" /k ""C:\\Program Files\\Microsoft
Visual S udio 8\\VC\\vcvarsall.bat"" x86
which looks broken in several ways:
first, there's a space instead of a t in Visual Studio 8;
second, the double quotes around vcvarsall.bat look suspicious;
third, the whole "C:\\windows\\temp\\SIT13762.tmp\\%comspec%" bit looks just
wrong, that should just be cmd, shouldn't 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=8336
nadeem <hero1900(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hero1900(a)gmail.com
--
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=7905
--- Comment #20 from Nikolay Sivov <bunglehead(a)gmail.com> 2012-02-16 02:38:38 CST ---
Could you retest with wine 1.4-rc3? A lot of DIB fixes were made 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=9127
z411 <z411(a)null.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |z411(a)null.net
--- Comment #36 from z411 <z411(a)null.net> 2012-02-13 23:11:21 CST ---
(In reply to comment #35)
Hello, I had the same problem with STEINS;GATE: the game crashed when the OP
movie started. Luckily, I found a work around for recent Wine 1.3.4 installing
quartz and ffdshow (should work with earlier versions but I haven't tested
yet):
1. Use winetricks to install quartz; this should register the native quartz and
devenum DLL.
2. Use winetricks to install ffdshow. In ffdshow installation, *make sure you
select MPEG1 and MPEG2 in the list of formats to decode!*. I used libavcodec
but libmpeg2 should work too.
This fixes STEINS;GATE for me. It also fixes the crash in Ever17 opening, but I
get only audio. STEINS;GATE works fine.
It's weird though, as the rotating satellite in the title screen (which is also
a video) works fine without ffdshow. I don't know if it has to do with Wine not
being compiled against gstreamer, but it'd be nice if the videos could get
decoded by the native libavcodec.
Let me know if 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.
http://bugs.winehq.org/show_bug.cgi?id=29827
Bug #: 29827
Summary: Where's Wally? The Fantastic Journey gives 'File not
found' when running setup.exe
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer, regression
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: julliard(a)winehq.org
Blocks: 29130
Classification: Unclassified
Regression SHA1: fe7652d0aff8a3c419190f51031a40af81c9de3c
Regression, introduced by:
fe7652d0aff8a3c419190f51031a40af81c9de3c is the first bad commit
commit fe7652d0aff8a3c419190f51031a40af81c9de3c
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Dec 13 20:25:53 2011 +0100
kernel32: Don't run a nonexistent builtin from CreateProcess when filename
is not specified.
:040000 040000 9f9c9699a29404ba7f375da8a41440bb40c0b7d1
e5529b0ada454455621687a60b768363f466f131 M dlls
austin@aw25 /mnt/cdrom $ wine setup.exe
File not found
austin@aw25 /mnt/cdrom $ wine D:\\setup.exe
File not found
austin@aw25 /mnt/cdrom $ wine "D:\setup.exe"
File not found
austin@aw25 /mnt/cdrom $ wine "`winepath -w setup.exe`"
File not found
austin@aw25 /mnt/cdrom $ ls
autorun.inf* Icon.ico* Main/ setup.exe* Support/
austin@aw25 /mnt/cdrom $ file setup.exe
setup.exe: PE32 executable (console) Intel 80386, for MS Windows
--
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=6716
--- Comment #26 from Petr Dlouhý <petr.dlouhy(a)email.cz> 2012-02-13 09:03:50 CST ---
It is still broken in 1.4-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=6194
Julian Rüger <jr98(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jr98(a)gmx.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=26337
Summary: Age of Mythology crash on exit
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=33553)
--> (http://bugs.winehq.org/attachment.cgi?id=33553)
Console output
After I close the game I get an error message and then the wine error message
that something went wrong.
--
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.