http://bugs.winehq.org/show_bug.cgi?id=17713
Summary: EVE Online Apocrypha - Audio not supported on FreeBSD Product: Wine Version: unspecified Platform: PC OS/Version: FreeBSD Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: milosz@sleeplessbeastie.eu
I am playing EVE using wine (FreeBSD). I installed new client today and got "AUDIO NOT SUPPORTED" message.
Full message is: "EVE requires CPU SSE support in order to play in-game audio. As your computer hardware does not support SSE, in-game audio will be disabled"
This is strange because my cpu suports SSE.
I use wine version 1.1.16, I heard sound in introduction movie, but cannot enable it in game.
http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #1 from Milosz Galazka milosz@sleeplessbeastie.eu 2009-03-13 15:05:34 --- Created an attachment (id=19914) --> (http://bugs.winehq.org/attachment.cgi?id=19914) wine output
http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #2 from Milosz Galazka milosz@sleeplessbeastie.eu 2009-03-13 15:06:35 --- Created an attachment (id=19916) --> (http://bugs.winehq.org/attachment.cgi?id=19916) hardware info
http://bugs.winehq.org/show_bug.cgi?id=17713
Milosz Galazka milosz@sleeplessbeastie.eu changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #19914|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=17713
Milosz Galazka milosz@sleeplessbeastie.eu changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #19916|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=17713
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.16
http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #3 from Milosz Galazka milosz@sleeplessbeastie.eu 2009-03-15 11:43:53 --- It looks like sse cpu capability is not reported to the application on FreeBSD but can be easily forced to do so by editing dlls/kernel32/cpu.c
http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #4 from Austin English austinenglish@gmail.com 2009-03-22 11:43:14 --- (In reply to comment #3)
It looks like sse cpu capability is not reported to the application on FreeBSD but can be easily forced to do so by editing dlls/kernel32/cpu.c
Patches welcome.
http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #5 from Milosz Galazka milosz@sleeplessbeastie.eu 2009-03-22 16:45:59 --- Created an attachment (id=20082) --> (http://bugs.winehq.org/attachment.cgi?id=20082) wine 1.1.16 FreeBSD patch
http://bugs.winehq.org/show_bug.cgi?id=17713
Milosz Galazka milosz@sleeplessbeastie.eu changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #20082|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #6 from Milosz Galazka milosz@sleeplessbeastie.eu 2009-03-22 16:55:30 --- To use this patch: cd /usr/ports/emulators/wine make deinstall clean # deinstall old version, remove sources make extract make patch fetch -o cpu.c.patch http://bugs.winehq.org/attachment.cgi%5C?id=20082 cd work/wine-1.1.16/ patch -i ../../cpu.c.patch cd ../.. make install
BUT
This part of code was commented out for a reason.
It uses sysctl hw.instruction_sse to determine SSE support which is defined in http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/amd64/amd64/initcpu.c?rev=1.50... for amd64 (i386 has similar patch)
http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #7 from Milosz Galazka milosz@sleeplessbeastie.eu 2009-03-22 17:03:26 --- patch for hw_instruction_sse definition for i386 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/i386/initcpu.c?rev=1.56.2...
Patch that was added in post #5 just uncomments using that sysctl.
http://bugs.winehq.org/show_bug.cgi?id=17713
N3o diafoirus@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |diafoirus@gmail.com
--- Comment #8 from N3o diafoirus@gmail.com 2009-06-19 12:41:39 --- This bug have a very old wine version (1.1.16) the current is 1.1.24, so, Is still bug present in current version (1.1.24) if not, please close it...
http://bugs.winehq.org/show_bug.cgi?id=17713
OldSkool66 nospam@nextfrontier.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nospam@nextfrontier.net
--- Comment #9 from OldSkool66 nospam@nextfrontier.net 2009-07-19 23:37:00 --- I am having this same issue - running PCBSD v7.1.1 (FreeBSD 7.2 core) with Wine version 1.1.24
http://bugs.winehq.org/show_bug.cgi?id=17713
OldSkool66 nospam@nextfrontier.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #10 from OldSkool66 nospam@nextfrontier.net 2009-07-19 23:37:29 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #11 from OldSkool66 nospam@nextfrontier.net 2009-07-24 03:20:02 --- update: upgraded to wine-1.1.25 and bug is still present.
http://bugs.winehq.org/show_bug.cgi?id=17713
Gerald Pfeifer gerald@pfeifer.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gerald@pfeifer.com
http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #12 from N3o diafoirus@gmail.com 2009-08-08 14:04:14 --- This bug still occur in current wine version (1.1.27)? if not, please close it....
http://bugs.winehq.org/show_bug.cgi?id=17713
Freddie Tilley freddie.tilley@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |freddie.tilley@gmail.com
--- Comment #13 from Freddie Tilley freddie.tilley@gmail.com 2010-02-08 07:22:08 --- Can somebody check if this is still an issue with 1.1.38?
http://bugs.winehq.org/show_bug.cgi?id=17713
Jonathan Chen daemon.wizard@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |daemon.wizard@gmail.com
--- Comment #14 from Jonathan Chen daemon.wizard@gmail.com 2010-04-13 15:55:50 --- Yes, it's still an issue with 1.1.42. However, the patch now needs to be applied against the relocated code in dlls/ntdll/nt.c. I've added the updated patch.
http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #15 from Jonathan Chen daemon.wizard@gmail.com 2010-04-13 15:57:39 --- Created an attachment (id=27355) --> (http://bugs.winehq.org/attachment.cgi?id=27355) wine-1.1.42-patch
Uncomment the SSE check for FreeBSD.
http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #16 from N3o diafoirus@gmail.com 2010-08-31 02:49:13 CDT --- Recently I did test with 1.3.1 (with my own port package) and Eve is working perfectly for gameplay (of course, without jukebox music), all sound ships, turrets, warp sound, effects, etc is working perfect...
More details see the current test I submited :
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20275
(is the only FreeBSD test currently in the EVE' appdb )
Fly Safe
http://bugs.winehq.org/show_bug.cgi?id=17713
Alan Luth alanluth@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alanluth@gmail.com
--- Comment #17 from Alan Luth alanluth@gmail.com 2010-10-20 06:26:15 CDT --- (In reply to comment #16)
Recently I did test with 1.3.1 (with my own port package) and Eve is working perfectly for gameplay (of course, without jukebox music), all sound ships, turrets, warp sound, effects, etc is working perfect... More details see the current test I submited : http://appdb.winehq.org/objectManager.php?sClass=version&iId=20275 (is the only FreeBSD test currently in the EVE' appdb ) Fly Safe
confirmed audio works with freebsd and wine 1.3.5 as described
http://bugs.winehq.org/show_bug.cgi?id=17713
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #18 from Juan Lang juan_lang@yahoo.com 2010-10-20 13:57:04 CDT --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=17713
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #19 from Alexandre Julliard julliard@winehq.org 2010-10-29 12:56:36 CDT --- Closing bugs fixed in 1.3.6.