http://bugs.winehq.org/show_bug.cgi?id=6095
NSLW <lukasz.wojnilowicz(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lukasz.wojnilowicz(a)gmail.co
| |m
--- Comment #64 from NSLW <lukasz.wojnilowicz(a)gmail.com> 2010-06-25 08:01:19 ---
(In reply to comment #63)
> And is the update mandatory? If so, we can close this bug as resolved / moot.
If the update is mandatory then it touches only CS:S and not CS 1.6 or Non
steam versions so that means to me that this is still a 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=6095
--- Comment #63 from Dan Kegel <dank(a)kegel.com> 2010-06-25 07:49:36 ---
And is the update mandatory? If so, we can close this bug as resolved / moot.
--
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=5159
--- Comment #48 from Jan Kalab <pitlicek(a)gmail.com> 2010-06-25 07:35:39 ---
After I upgraded to Ubuntu 10.04 (64bit) and started using PulseAudio instead
of ALSA and probably latest CS:S update, the mike transmit seems ok for me too.
--
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=6095
--- Comment #62 from Jan Kalab <pitlicek(a)gmail.com> 2010-06-25 07:33:22 ---
This bug is indeed fixed in latest CS:S update by using webkit in source engine
to render HTML.
--
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=7900
Ilya Basin <basinilya(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |basinilya(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=19385
Summary: the 'wine start' launcher does not open MS Office
documents that have spaces in their path
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rockorequin(a)hotmail.com
MS Office 2007 installs without problems, but if you try to open a file (eg a
.docx file) from nautilus and the file has a space in its path, MS office says
that it cannot find the file.
The launcher for docx files is
~/.local/share/applications/wine-extension-docx.desktop:
[Desktop Entry]
Type=Application
Name=Microsoft Office Word
MimeType=application/vnd.openxmlformats-officedocument.wordprocessingml.document
Exec=/usr/bin/wine start /ProgIDOpen Word.Document.12 %f
NoDisplay=true
StartupNotify=true
Example case:
1. Create a document and save it as /tmp/test document/test.docx.
2. Try to open the file from nautilus (wine should have set up Word 2007 to be
the default; if not, select 'Open With' and 'Microsoft Word').
3. MS Word starts up but complains it can't find /tmp/test.docx and
document/test.docx, ie it is receiving the filename as two separate arguments.
On a perhaps related note, you also cannot open the document with the command
line:
wine "c:\\Program Files\\Office12\\Microsoft Office\\WINWORD.EXE" "`winepath -w
"/tmp/test document/test.docx"`"
since Word complains with the same error message as above.
This is on Ubuntu 9.04 (amd64).
--
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=21393
Summary: Tab key (and sometime escape) don't work in games
after wine upgrade
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pleasenospam325(a)mail.ru
The tab key stopped to work after upgrade to version 1.1.36 in apps that use
dinput. Creating a clean wine profile has no 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=22110
Summary: cmd can't execute start.exe with parameters
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pleasenospam325(a)mail.ru
source: http://forum.winehq.org/viewtopic.php?t=7994
in terminal do: wine cmd
then: start cmd
A new command prompt should open, but I get "File not found" error. In 1.1.40
it works, but not in 41.
reason: cmd invokes:
CreateProcessW(NULL, L"start.exe foo", ...)
That worked in 1.1.40, but no longer works in 1.1.41
strange thing: CreateProcessW(NULL, L"start.exe", ...) works
This commit must've caused this bug:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=c7bed19c0b71188799eff…
I reverted it, ran make and now it works.
fail:
***************************************************
# wine cmd
CMD Version 1.1.41
C:\>start cmd
File not found
C:\>
***************************************************
OK:
***************************************************
# wine cmd
CMD Version 1.1.40
C:\>start cmd
fixme:exec:SHELL_execute flags ignored: 0x00000100
C:\>
***************************************************
--
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=23360
Summary: Oblivion: No sound effects or music during game play
(voices only)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toddroe(a)charter.net
When playing Oblivion, there are no sound effects (i.e. no sounds of battle, no
ambient sounds, no background music, no sound from magical effects). Voices are
unaffected. Music plays during the intro and start menu sequences.
This began after Wine 1.1.38 I believe, and has already been regression tested
(see bug #21609).
I've attempted to patch the source code using the workaround given in bug
#21609, but it did not change the symptoms.
Bug #21609 was closed, but I believe that the issue still exists.
Since game play is severely hampered by the absence of sounds (no auditory
clues) and the fact that the game used to work just fine in earlier versions, I
consider this a major 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=7714
noname <5p4md00d(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #18 from noname <5p4md00d(a)gmail.com> 2010-06-24 17:20:06 ---
*** This bug has been confirmed by popular vote. ***
--
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.