http://bugs.winehq.org/show_bug.cgi?id=5924
------- Additional Comments From me(a)gn0me.org 2007-18-04 20:36 -------
First person talking makes sound, all people after that have like a -90% volume
so you can barely hear them. wine-0.9.35 on ubuntu feisty using alsa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8102
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Status|UNCONFIRMED |NEW
Component|wine-binary |wine-console
Ever Confirmed| |1
Keywords| |regression
------- Additional Comments From vitaliy(a)kievinfo.com 2007-18-04 20:26 -------
It's a regression in console/cmd. Try with 'wineconsole --backend=user cmd'.
Not blocker. If you really want to test Wine, run real windows programs. Or at
least things like winecfg, notepad.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8102
Summary: Wine not running at all on my Ubuntu box.
Product: Wine
Version: 0.9.35.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iain.mccracken(a)gmail.com
Ubuntu package: 0.9.35~winehq0~ubuntu~6.10-3 (the one from the winehq server,
not the Canonical server).
Component: I guessed because bugzilla commanded me to -- I can't do anything at
all with wine so who knows which component is dying?
wine cmd: creates ~/.wine directory, prints version and DOS prompt, and is then
dead. It'll echo keystrokes, but that's all. ^C required to get back out to
linux prompt.
wineconsole cmd: Changes the color of the terminal text, and prints
"fixme:curses:WCCURSES_GetEvents Ooch. somebody beat us" repeatedly. Does not
respond to ^C. I have to open another terminal, find the wineconsole process and
kill it. The terminal it was in is hosed, and requires a reset to work properly
again.
I also tried uninstalling the ubuntu package, and building from the Source. Same
failures.
Was working OK until there was a flurry of updates (3, I think) starting a few
days ago. Just noticed this past update that it was broken.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7776
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |minor
Priority|P1 |P2
------- Additional Comments From vitaliy(a)kievinfo.com 2007-18-04 20:17 -------
Not sure what makes this bug a blocker. It's an annoyance yes, but doesn't stop
any apps from working.
Please do proper regression testing.
BTW I can not reproduce it here. The highest CPU user is X and only @ 60% - same
whenever I move any native application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8050
------- Additional Comments From bas.westerbaan(a)gmail.com 2007-18-04 19:13 -------
C&C3 demo and full game seem to have a similar regression. [Bug #8083]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8083
------- Additional Comments From bas.westerbaan(a)gmail.com 2007-18-04 19:10 -------
Maybe.
Anyway, I hit the same regression with the full game. So this is a confirm.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7573
------- Additional Comments From low-key(a)herzeleid.net 2007-18-04 18:55 -------
I ahve this very same problem. I'm on wine 0.9.32 because I can't quite figure
out how to install it on a 64 bit machine. I'm going to soon bunk the 64 bit and
return to a 32bit, probably ubuntu though. ANyway. I purchased the HL1 series
through steam, which works on windows but not on Linux.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5761
------- Additional Comments From davidl(a)lmert.com 2007-18-04 18:11 -------
Yes, this is still a problem in 0.9.32 and 0.9.43.
Actually, Wine's "CMD.EXE" works all right in an 8-bit locale such as
"LANG=en_US.iso88591". The difference in file-lengths in that
case is caused by an extra space (0x20) charachter.
However, the problem shows up with a Unicode terminal (such as uxterm) and a
Unicode locale (such as "LANG=en_US.utf8"). Here's a simplified version of the
problem; "A" represents a non-ASCII character, "@" represents a blank spot or
special symbol (depending on font) because of an invalid UTF-8 sequence, and
"XX" represents two characters that are the LATIN-1 glyphs for the parts of a
UTF-8 character:
bash> echo bA >bA
bash> wine CMD.EXE
cmd> echo xA >xA
cmd> dir /w
[.] [..] b@ xA
cmd> exit
bash> ls
bA xXX
The files that should be "bA" and "xA", respectively, contain the UTF-8 text
"bA\n" and "xA \n" (the first is 4 bytes long if the character A fits in two
bytes, and the second is 5 bytes long).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6764
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |7849
------- Additional Comments From truiken(a)gmail.com 2007-18-04 17:20 -------
Well, the msxml3 problem is bug 7849 (which is a bug in setupapi). I imagine
this will install fine once that bug is fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.