[Bug 14049] New: Empire At War: "Audio hick-up" after clicking in the launcher
http://bugs.winehq.org/show_bug.cgi?id=14049 Summary: Empire At War: "Audio hick-up" after clicking in the launcher Product: Wine Version: 1.0.0 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: xvachon(a)gmail.com Game installed through Wine 1.0 and PlayonLinux When I click in the launcher to start the game, the sound clip associated to the "start" button crashes and basically "hicks up" like if the OS would freeze when you play music and overrides all audio in-game. The game still runs appropriately however, though very slow considering my specs (Q6600 + 4GB Ram + Gefore 8800GT) -- 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=14049 --- Comment #1 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-06-21 21:29:53 --- Is there any debug output if you use a terminal to cd to the install directory and run it? Please attach 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=14049 --- Comment #2 from Xavier Vachon <xvachon(a)gmail.com> 2008-06-21 21:36:02 --- Created an attachment (id=14259) --> (http://bugs.winehq.org/attachment.cgi?id=14259) Can't open program files directory to test game from console -- 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=14049 --- Comment #3 from Xavier Vachon <xvachon(a)gmail.com> 2008-06-21 21:36:46 --- (From update of attachment 14259) I can't go further in the console. -- 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=14049 --- Comment #4 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-06-21 21:42:09 --- can you try to reproduce this without playonlinux? open up a gnome terminal or similar, put the install cd in the drive, wine /cdrom/setup.exe complete the setup... cd "~/.wine/drive_c/Program Files/insert correct path here" wine foo.exe 2> log.txt Substitute in the correct path and filename in the above and the output will be in log.txt -- 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=14049 Xavier Vachon <xvachon(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon(a)gmail.com --- Comment #5 from Xavier Vachon <xvachon(a)gmail.com> 2008-06-21 21:58:55 --- I tried to open the installation which is in the PlayOnLinux directory with the GNOME Terminal. However, there is a Program Files directory, but it does not open. As you can see the spelling is accurate. xavier(a)Xavier:~$ cd ~/.PlayOnLinux xavier(a)Xavier:~/.PlayOnLinux$ cd wineprefix xavier(a)Xavier:~/.PlayOnLinux/wineprefix$ cd EAW xavier(a)Xavier:~/.PlayOnLinux/wineprefix/EAW$ ls dosdevices drive_c system.reg userdef.reg user.reg xavier(a)Xavier:~/.PlayOnLinux/wineprefix/EAW$ cd drive_c xavier(a)Xavier:~/.PlayOnLinux/wineprefix/EAW/drive_c$ cd /Program Files/ bash: cd: /Program: No such file or directory xavier(a)Xavier:~/.PlayOnLinux/wineprefix/EAW/drive_c$ cd /Program Files/ bash: cd: /Program: No such file or directory xavier(a)Xavier:~/.PlayOnLinux/wineprefix/EAW/drive_c$ ls Program Files windows xavier(a)Xavier:~/.PlayOnLinux/wineprefix/EAW/drive_c$ cd /Program Files/LucasArts bash: cd: /Program: No such file or directory xavier(a)Xavier:~/.PlayOnLinux/wineprefix/EAW/drive_c$ cd Program Files bash: cd: Program: No such file or directory xavier(a)Xavier:~/.PlayOnLinux/wineprefix/EAW/drive_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=14049 --- Comment #6 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-06-21 22:05:24 --- Please do what was asked. -- 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=14049 --- Comment #7 from James Hawkins <truiken(a)gmail.com> 2008-06-21 22:12:58 --- You have to escape spaces in bash or quote the entire argument: $ cd Program\ Files $ cd "Program Files" -- 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=14049 --- Comment #8 from Xavier Vachon <xvachon(a)gmail.com> 2008-06-21 22:23:29 --- Created an attachment (id=14261) --> (http://bugs.winehq.org/attachment.cgi?id=14261) Log Done. This time the game doesn't load at all after the launcher. In PlayOnLinux there was only the audio problem, the game would load normally. -- 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=14049 --- Comment #9 from Xavier Vachon <xvachon(a)gmail.com> 2008-06-21 22:27:18 --- Created an attachment (id=14262) --> (http://bugs.winehq.org/attachment.cgi?id=14262) Log from PlayOnLinux Here is the log when I try to run the same command, but with the PlayOnLinux console. -- 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=14049 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #10 from Jeff Zaroyko <jeffz(a)jeffz.name> 2008-11-02 20:36:09 --- (In reply to comment #9)
Created an attachment (id=14262) --> (http://bugs.winehq.org/attachment.cgi?id=14262) [details] Log from PlayOnLinux
Here is the log when I try to run the same command, but with the PlayOnLinux console.
unimplemented function d3dx9_36.dll.D3DXCreateEffectPool unimplemented function d3dx9_36.dll.D3DXCreateFragmentLinker duplicate of bug 7382 *** This bug has been marked as a duplicate of bug 7382 *** -- 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=14049 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Jeff Zaroyko <jeffz(a)jeffz.name> 2008-11-02 20:36:28 --- closing -- 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