http://bugs.winehq.org/show_bug.cgi?id=4588
------- Additional Comments From austinenglish(a)gmail.com 2007-09-08 21:15 -------
Could you try this in wine 0.9.42? Seems to work fine for me there, or else I'm
misunderstanding your report.
--
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=9238
------- Additional Comments From austinenglish(a)gmail.com 2007-09-08 21:11 -------
Can you provide steps to reproduce? SPCS crashes for me after choosing a file to
use.
--
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=6394
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.rapget.com/downlo
| |ad/rapget110.rar
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From austinenglish(a)gmail.com 2007-09-08 20:46 -------
Confirming in wine 0.9.42, didn't try native comctl32, as I don't have windows
on this box.
--
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=9245
vladimiroski(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |FIXME
--
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=9245
Summary: mmap failed in ALSA
Product: Wine
Version: 0.9.42.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
Short log:
-------------
fixme:wave:ALSA_AddCaptureDevice Add support for DSCapture
ALSA lib pcm_mmap.c:369:(snd_pcm_mmap) mmap failed: Invalid Arguments
fixme:mixer:ALSA_MixerInit No master control found, disabling mixer
--------------
Produced when launching Age of Mythology Titans Installation.
--
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=8557
------- Additional Comments From thestig(a)google.com 2007-09-08 20:16 -------
patches are for the wine source code, not for binary builds.
--
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=8973
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-09-08 20:16 -------
Hi Dan, I am trying to reproduce what you did but am running into problems:
1) The URL winetricks mfc40 uses to download mfc40 no longer seems to work.
2) winetricks msxml3 page faults on a call to unimplemented function
msi.dll.MsiMessageBoxExW
3) Trial Director runs, prints messages & then stops, I press Ctrl-C, prints
messages again & then stops, then I press Ctrl-C and it page faults. No
error about license or anything like that.
Thanks
Misha
--
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=8557
------- Additional Comments From redhawk_pt(a)hotmail.com 2007-09-08 19:10 -------
how do i patch a rpm version of wine? i installed mine with "apt-get install
wine" and i have that problem too how can i fix it? i'm using Debian 3.1.
--
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=5671
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-09-08 19:06 -------
Hi, i think the initial bug has been fixed. With current git I get the crash
with a division by zero, from comment #4. There was a call to
gdi32.SetTextColor, just before the crash. It looks like this app (just as quite
some others) is not happy with the screendepth wine reports. When we report back
screendepth 32 ***, the app starts fine , and seems fully functional
***: stupid hack:
diff --git a/dlls/gdi32/dc.c b/dlls/gdi32/dc.c
index 30acc03..e595dbe 100644
--- a/dlls/gdi32/dc.c
+++ b/dlls/gdi32/dc.c
@@ -903,7 +903,7 @@ INT WINAPI GetDeviceCaps( HDC hdc, INT cap )
case SIZEPALETTE: ret = 2; break;
}
GDI_ReleaseObj( hdc );
- }
+ }if(cap == BITSPIXEL && ret == 24) ret =32;
return ret;
}
--
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.