[Bug 17713] New: EVE Online Apocrypha - Audio not supported on FreeBSD
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(a)winehq.org ReportedBy: milosz(a)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. -- 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=17713 --- Comment #1 from Milosz Galazka <milosz(a)sleeplessbeastie.eu> 2009-03-13 15:05:34 --- Created an attachment (id=19914) --> (http://bugs.winehq.org/attachment.cgi?id=19914) wine output -- 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=17713 --- Comment #2 from Milosz Galazka <milosz(a)sleeplessbeastie.eu> 2009-03-13 15:06:35 --- Created an attachment (id=19916) --> (http://bugs.winehq.org/attachment.cgi?id=19916) hardware info -- 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=17713 Milosz Galazka <milosz(a)sleeplessbeastie.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19914|application/octet-stream |text/plain mime type| | -- 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=17713 Milosz Galazka <milosz(a)sleeplessbeastie.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19916|application/octet-stream |text/plain mime type| | -- 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=17713 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.16 -- 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=17713 --- Comment #3 from Milosz Galazka <milosz(a)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 -- 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=17713 --- Comment #4 from Austin English <austinenglish(a)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. -- 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=17713 --- Comment #5 from Milosz Galazka <milosz(a)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 -- 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=17713 Milosz Galazka <milosz(a)sleeplessbeastie.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #20082|application/octet-stream |text/plain mime type| | -- 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=17713 --- Comment #6 from Milosz Galazka <milosz(a)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\?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) -- 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=17713 --- Comment #7 from Milosz Galazka <milosz(a)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. -- 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=17713 N3o <diafoirus(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |diafoirus(a)gmail.com --- Comment #8 from N3o <diafoirus(a)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... -- 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=17713 OldSkool66 <nospam(a)nextfrontier.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nospam(a)nextfrontier.net --- Comment #9 from OldSkool66 <nospam(a)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 -- 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=17713 OldSkool66 <nospam(a)nextfrontier.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #10 from OldSkool66 <nospam(a)nextfrontier.net> 2009-07-19 23:37:29 --- *** This bug has been confirmed by popular vote. *** -- 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=17713 --- Comment #11 from OldSkool66 <nospam(a)nextfrontier.net> 2009-07-24 03:20:02 --- update: upgraded to wine-1.1.25 and bug is still present. -- 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=17713 Gerald Pfeifer <gerald(a)pfeifer.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gerald(a)pfeifer.com -- 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=17713 --- Comment #12 from N3o <diafoirus(a)gmail.com> 2009-08-08 14:04:14 --- This bug still occur in current wine version (1.1.27)? if not, please close 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=17713 Freddie Tilley <freddie.tilley(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freddie.tilley(a)gmail.com --- Comment #13 from Freddie Tilley <freddie.tilley(a)gmail.com> 2010-02-08 07:22:08 --- Can somebody check if this is still an issue with 1.1.38? -- 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=17713 Jonathan Chen <daemon.wizard(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |daemon.wizard(a)gmail.com --- Comment #14 from Jonathan Chen <daemon.wizard(a)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. -- 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=17713 --- Comment #15 from Jonathan Chen <daemon.wizard(a)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. -- 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=17713 --- Comment #16 from N3o <diafoirus(a)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 -- 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=17713 Alan Luth <alanluth(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alanluth(a)gmail.com --- Comment #17 from Alan Luth <alanluth(a)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 -- 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=17713 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #18 from Juan Lang <juan_lang(a)yahoo.com> 2010-10-20 13:57:04 CDT --- Reported fixed. -- 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=17713 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #19 from Alexandre Julliard <julliard(a)winehq.org> 2010-10-29 12:56:36 CDT --- Closing bugs fixed in 1.3.6. -- 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.
participants (1)
-
wine-bugs@winehq.org