http://bugs.winehq.org/show_bug.cgi?id=12228
Summary: No ALSA support for external soundcard since 0.9.57
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uhkeller(a)web.de
Until 0.9.56, Wine allowed me to use an external USB soundcard as well as
built-in Intel HDA sound through ALSA. In Windows applications (e.g.
foobar2000) I could select the internal sound card as dimx:0 and the USB sound
card as dmix:1. Since 0.9.57, however, when the external USB sound card is
plugged in I get two dmix:0 entries, both select the internal sound. I see
these two entries both in foobar2000 and in winecfg under ALSA Driver/Wave Out
Devices. The external soundcard still is accessible through the OSS driver.
I'm using Wine 0.9.58 from the Wine repositories under Ubuntu 7.10. The
external soundcard is an M-Audio USB Transit (with madfu driver).
--
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=18947
Summary: AppDB isn't deleting idle maintainers
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://appdb.winehq.org
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
The AppDB should remove maintainers that don't do anything (by design), but it
isn't. Admins are removing idle maintainers manually, and there are a lot of
them!
This solution itself isn't ideal, as they just reapply, there is no way to
block this, and many users don't take the hint.
--
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=20820
Summary: Magic: the Gathering Online 3.0 Renamer.exe hangs on
startup.
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bss(a)iguanasuicide.net
Created an attachment (id=24938)
--> (http://bugs.winehq.org/attachment.cgi?id=24938)
stderr output of wine process when running Renamer.exe
Looking through some of the existing bugs, I was thinking that MtGO might be
convinced to work with modern wine. I ran into this issue that does not seem
to have a bug already associated with it.
Steps to reproduce:
0. Install wine from Emulators:Wine repository on openSUSE Build Service for
openSUSE 11.2
1. Clean wine directory (if exists). Use (winetricks win2k) to switch to MS
Windows 2000 emulation.
2. Download and install
MtGO.[http://www.wizards.com/Magic/TCG/Article.aspx?x=magic/magiconline/dow…
Download helper works fine. Installer makes a lot of noise in the logs, but
seems to work.
3. Install 'dotnet20' component through winetricks.
* This works around Bug 14067. You may or may not need this if you have a
more recent version of wine.
4. cd "$WINE_PREFIX/drive_c/Program Files/Wizards of the Coast/Magic Online
III"
5. wine 'C:\Program Files\Wizards of the Coast\Magic Online III\Renamer.exe'
6. hang after: err:seh:setup_exception_record nested exception on signal stack
in thread 0021 eip 7bc70bd0 esp 7ffdbc7c stack 0x242000-0x340000
--
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=12962
Summary: Diablo 2: left-control ignored after mouse click
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)the-eend.org
While playing Diablo 2 (Ubuntu Hardy + Compiz):
- Hold down mouse button to walk in a direction
- Hold down left-control to start running
- Release mouse button, and re-press
* The character should continue running toward the pointer, but instead returns
to walking until/unless left-control is re-pressed.
The game behaves as expected if the right-control key is used instead.
I suspect this regression is related to the now resolved bug #12343, but this
specific behaviour is still exhibited in 0.9.61.
--
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=20852
Summary: Strange memory corruption in
test_FindFirstChangeNotification
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-10-21-19.42/vg-kernel32_change.txt
(and probably for as long as I've been running valgrind) have the warning
Invalid write of size 4
at RtlFreeAnsiString (rtlstr.c:170)
by RemoveDirectoryW (path.c:1350)
by RemoveDirectoryA (path.c:1364)
by test_FindFirstChangeNotification (change.c:182)
by func_change (change.c:883)
by run_test (test.h:535)
by main (test.h:585)
Address 0x7f21eeac is on thread 1's stack
Inserting a function call in RemoveDirectoryW()
(anywhere) sometimes makes the warning go away.
It seems that the first function call after the unix
rmdir() at
http://source.winehq.org/source/dlls/kernel32/path.c#L1349
triggers this warning...
even if the function call is just a print statement.
To reproduce:
install valgrind (after applying the workaround
for the regression that keeps wine from working,
https://bugs.kde.org/show_bug.cgi?id=205541#c1 )
build wine
cd ~/wine-git/dlls/kernel32/tests
~/wine-git/wine winemine &
valgrind --trace-children=yes ~/wine-git/wine kernel32_test.exe.so change.c
It still happens if I comment out all but
test_FindFirstChangeNotification()
at the bottom of change.c.
This could also be a bug in valgrind, I suppose; I filed an issue
there for this a while ago as https://bugs.kde.org/show_bug.cgi?id=211701
--
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=16391
Summary: Text rotation misbehavior
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piernik(a)gmail.com
Created an attachment (id=17719)
--> (http://bugs.winehq.org/attachment.cgi?id=17719)
Problem illustration. Green - good, red - wine
First, a demo: http://kjk.gniew.org/dump/wine-orientation.ogg
Obviously text should always appear in the box. The app is Protel 99 SE.
It can be fixed by applying patch from "ExtTextOut with rotation and
MM_ANISOTROPIC inverted coordinates"
<http://www.winehq.org/pipermail/wine-devel/2007-March/055559.html>
I was playing with CreateFontIndirectW() and indeed plf->lfClipPrecision has
CLIP_LH_ANGLES flag set.
Can anyone take a closer look at the patch above so it could make its way into
wine?
--
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=14929
Summary: PhotoStory 3 is not able to open WP3 file once created
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jabertolin.linux(a)gmail.com
PhotoStory 3 (after installing MFC42u.DLL and vcrun6) is running fine and it
allows to create a new project: importing images.
However once the project is saved and close it, the project can not be open it
again.
Attached log created with WINEDEBUG=+relay
--
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=18940
Summary: Vector Magic window vanishes when loading an image
from file
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
URL: http://vectormagic.com/desktop
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
Basically, this small vectorization program works fine when an image is loaded
into the clipboard and the program STARTED after that. Then you can load the
image from the clipboard.
When you try to load an image file however (browsing still works), then the
program window vanishes. It is still running, but not accessible. No suspicious
console log.
There should be a free shareware version on that site.
--
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=15802
Summary: Turok 1.0.1.363: Mouse move does not work.
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://propagandagames.go.com/games/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darion(a)automation.dn.ua
Turok 1.0.1.363: Game play is ok, but only with cursor keys move. Mouse move
does not work. Mouse click is ok.
--
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=20895
Summary: Invalid write in DIALOG_CreateIndirect after evil
dialog destroys itself in WM_INITDIALOG
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-11-05-09.09/vg-user32_dialog.txt
shows
Invalid write of size 4
at DIALOG_CreateIndirect (dialog.c:701)
by DialogBoxParamA (dialog.c:840)
by test_DialogBoxParamA (dialog.c:960)
by func_dialog (dialog.c:1157)
by run_test (test.h:535)
by main (test.h:585)
Address 0x7f040428 is not stack'd, malloc'd or (recently) free'd
Error still there as of last run,
http://kegel.com/wine/valgrind/logs/2009-11-30-19.16/vg-user32_dialog.txt
The test is a gnarly situation:
"a dialog which destroys itself on WM_INITDIALOG"
How bulletproof are we supposed to be in that situation?
--
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.