http://bugs.winehq.org/show_bug.cgi?id=8369
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6256|text/plain |application/octet-stream
mime type| |
--
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=7628
liquitsnake(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From liquitsnake(a)gmx.net 2007-13-05 09:56 -------
This got fixed a few releases ago or something
--
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=8381
Summary: Sound Card not detected in Star Wars Force Commander
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
The game Star Wars - Force Commander will not launch due to failing to detect a
sound card.
--
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=8373
------- Additional Comments From citizenr(a)gmail.com 2007-13-05 09:15 -------
yes, status right click works fine with your patch :)
--
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=7937
------- Additional Comments From citizenr(a)gmail.com 2007-13-05 08:00 -------
after more thought I think I got this with 1.7 too, it dies sometimes when
doing things in tray icon (right click on tray icon, then click on speed limit
menu and BAM its gone), It also died once or twice on its own, but I just
ignored it thinking its just a uTorrents beta thing.
--
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=8130
------- Additional Comments From ead1234(a)hotmail.com 2007-13-05 07:31 -------
We call COMPOBJ_DllList_ReleaseRef(apartment_loaded_dll->dll) in
apartment_release() and then it calls DllMain with PROCESS_DETACH and it
crashes. Commenting this line out allows the installer to progress. Should
ReleaseRef be in PROCESS_DETACH?
while ((cursor = list_head(&apt->loaded_dlls)))
{
struct apartment_loaded_dll *apartment_loaded_dll =
LIST_ENTRY(cursor, struct apartment_loaded_dll, entry);
/*COMPOBJ_DllList_ReleaseRef(apartment_loaded_dll->dll);*/
list_remove(cursor);
HeapFree(GetProcessHeap(), 0, apartment_loaded_dll);
}
--
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=8130
------- Additional Comments From ead1234(a)hotmail.com 2007-13-05 07:27 -------
trace:ole:apartment_release a0000000f: after = 0
trace:ole:apartment_release destroying apartment 0x1846d0, oxid a0000000f
trace:ole:COMPOBJ_DllList_ReleaseRef freeing 0x50060000
trace:ole:DllMain (0x7d240000,0,(nil))
trace:seh:raise_exception code=c0000005 flags=0 addr=0x1019bad
trace:seh:raise_exception info[0]=00000000
trace:seh:raise_exception info[1]=50061ff4
trace:seh:raise_exception eax=00195e88 ebx=7eaf7f80 ecx=50061fa0 edx=00110024
esi=0001004a edi=00000000
--
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.