http://bugs.winehq.org/show_bug.cgi?id=7991
--- Comment #29 from Athrun <samurai_no_densetsu(a)yahoo.es> 2011-09-23 14:52:52 CDT ---
Revisiting this bug today (friday 23 of september, 2011) I have not other other
choice than agree with Dan Kegel. Actually is getting extremely hard to buy a
DirectX9.c graphic card unless you dig in a bargain bin or get some relic on
Ebay. I believe that is safe now to let this bug go, and WONTFIX seems fine
now. Let the dead bury the dead...
--
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=28040
Summary: handle_underrun=1 hack causes IMMDevice::Activate to
fail with PulseAudio
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Given Andrew's past 1.3.25
commit 9ad60d1d143809c6ae477eb53e75c3dc93736e0e
Date: Fri Aug 5 09:33:10 2011 -0500
winealsa.drv: Inject handle_underrun=1 setting for pulse-backed devices.
IMMDevice_Activate now fails when pulse is the default device. As a result,
mmdevapi is unusable (=> no more sound) and unwary apps like
dlls/mmdevapi/tests/render.c:test_session crash. dmix still works.
The console log is:
ALSA lib pcm_pulse.c:855:(_snd_pcm_pulse_open) Unknown field handle_underrun
warn:alsa:AUDDRV_GetAudioEndpoint Unable to open PCM "default": -22 (Invalid
argument)
render.c:141: Test failed: Activation failed with 80004005
I'm using Ubuntu Intrepid. Please don't tell me to update. That is not the
solution.
Probably the interim hack should check the effect and revert to standard
behaviour/configuration in case of an error.
--
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=17582
Summary: Version/install test crashes on OpenSolaris
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://test.winehq.org/data/0d7bec3578e02e1f551813e86100
b59e36aec542/wine_ae-opensolaris/version:install.html
OS/Version: SunOS
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19739)
--> (http://bugs.winehq.org/attachment.cgi?id=19739)
+relay,+seh,+tid,+ver
austin@opensolaris:~/wine-git/dlls/version/tests$ make install.ok
../../../tools/runtest -q -P wine -M version.dll -T ../../.. -p
version_test.exe.so install.c && touch install.ok
wine: Unhandled page fault on read access to 0x00000000 at address fed13d80
(thread 0009), starting debugger...
Can't attach process 0008: error 6
make: *** [install.ok] Error 5
+relay,+seh,+tid,+ver attached
I debugged it a bit...something in these tests go haywire:
static void test_install_file(void)
...
/* testing Invalid Parameters */
memset(tmpname,0,sizeof(tmpname));
rc = VerInstallFileA(0x0, NULL, NULL, NULL, NULL, NULL, tmpname, &size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
memset(tmpname,0,sizeof(tmpname));
size = MAX_PATH;
rc = VerInstallFileA(0x0, szSrcFileName, NULL, NULL, NULL, NULL, tmpname,
&size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
memset(tmpname,0,sizeof(tmpname));
size = MAX_PATH;
rc = VerInstallFileA(0x0, szSrcFileName, szDestFileName, NULL, NULL, NULL,
tmpname, &size);
ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no
tempname, got %08x/\'%s\'\n",rc,tmpname);
Commenting those out with #if 0, #endif allows the test to pass.
--
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=28417
Summary: Riven: screen transitions mess up the screen
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 0f9dfb932e51efa844283d28d7aa9be22c6f28db
Created an attachment (id=36428)
--> (http://bugs.winehq.org/attachment.cgi?id=36428)
screenshot
Description:
Riven is an adventure game, originally released in 1997. In the game you can
change locations by moving the mouse pointer to the edges of the screen and
pressing LMB. The game offers 3 settings for screen transitions (fastest,
normal and best); they alter how smoothly the transitions take place.
The problem:
When I'm turning left or looking upwards, the screen gets garbled (see attached
screenshot). Interestingly, transitions to other directions (right, forwards,
downwards) work correctly.
No demo available.
Workaround: disable screen transitions in the option menu.
This feature worked in 1.3.28 but not in the current git
(wine-1.3.28-308-gae80430):
0f9dfb932e51efa844283d28d7aa9be22c6f28db is the first bad commit
commit 0f9dfb932e51efa844283d28d7aa9be22c6f28db
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Sep 14 13:26:29 2011 +0200
winex11: Use the DIB engine for client-side DIB copy optimizations.
:040000 040000 61b398c500c7fa20726e946fbcf6c7ec176d051d
2253de708e226931d6692b471b4a0f692383bdfe M dlls
The patch cannot be reverted cleanly on the current wine-1.3.28-308-gae80430,
but
git checkout 0f9dfb932e51efa844283d28d7aa9be22c6f28db >>bad transition
git reset --hard HEAD^ >>good transition
Fedora 15 x86
X.Org X Server 1.10.4
Gnome 3 + Mutter WM (compositing)
Nvidia 250 / driver 280.13
--
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=28145
Summary: TextPad: Wine crashes on exit
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)jaycerenner.com
Created an attachment (id=36064)
--> (http://bugs.winehq.org/attachment.cgi?id=36064)
Diagnostic file from TextPad
I have installed TextPad 5 (v5.4.2), a free-download text editor.
http://www.textpad.com/download/index.html
When I quit the application, I get a popup saying "Unexpected and unrecoverable
error. Would you like to save a diagnostic file?" Clicking Yes will save the
file properly. Clicking No opens a Program Error window saying
"The program TextPad.exe has encountered a serious error and needs to close. We
are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine..."
Clicking Close returns me to the first popup. Sometimes the Ubuntu Force Quit
dialog appears, but that seems intermittent.
--
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=25089
Summary: Regression in usp10 - completely garbled output
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin.wilck(a)ts.fujitsu.com
Created an attachment (id=31811)
--> (http://bugs.winehq.org/attachment.cgi?id=31811)
screen shot
I found a regression in recent Wine (1.3.3 and newer) with a commercial program
I am using from time to time. The characters in simple dialog (buttons and
labels) are completely garbled ("$BODFM" instead of "Cancel"). See attached
screen shots.
Bisection turned out that the regression was caused by
commit e8816357416a8d3c6bc3d539b869e2e5c29656b2
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Wed Sep 8 13:30:46 2010 -0500
usp10: Attempt to shape with non TMPF_TRUETYPE fonts.
Just do not do the parts that are known to require ttf tables.
--
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=14271
Summary: Inital size of scroll bar "thumb" incorrect
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrmikejj(a)gmail.com
The "thumb" in the scroll bar's of DC++ (version 0.706 and 0.707) Notepad Frame
can initially start the wrong size, but moving it makes it turn to the correct
size.
To replicate this, open up DC++ in wine. Open the Notepad Frame. Put in about
7 vertical scrolls worth of text. Close the Notepad. Re-open.
After re-opening the notepad frame, the "thumb" is tiny, after scrolling it
changes to the correct 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=28381
Summary: Word & Powerpoint 2007: window background is black
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
CC: julliard(a)winehq.org
Regression SHA1: 0f9dfb932e51efa844283d28d7aa9be22c6f28db
Created an attachment (id=36394)
--> (http://bugs.winehq.org/attachment.cgi?id=36394)
Screenshot of Word 2007
0f9dfb932e51efa844283d28d7aa9be22c6f28db is the first bad commit
commit 0f9dfb932e51efa844283d28d7aa9be22c6f28db
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Sep 14 13:26:29 2011 +0200
winex11: Use the DIB engine for client-side DIB copy optimizations.
:040000 040000 61b398c500c7fa20726e946fbcf6c7ec176d051d
2253de708e226931d6692b471b4a0f692383bdfe M dlls
Reverting the patch fixes 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=25629
Summary: Left 4 Dead 2 - Only a sound channel is heard in the
Introduction.
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
When one of the characters starts reading a list in the intro of L4D2 the sound
is not heard properly. It looks like a channel is not working correctly, no
duplex, no eax or something related.
--
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=20043
Summary: uTorrent 1.8 does not start correctly
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heavensblade23(a)gmail.com
'The application doesn't start. After copying itself to the destination folder
it gives the error "It seems like uTorrent is already running, but not
responding. Please close all uTorrent processes and try again."'
Seemed to work okay a few versions ago.
--
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.