http://bugs.winehq.org/show_bug.cgi?id=15491
Summary: Star Wars: Jedi Knight - Jedi Academy : Clicking install button in autorun menu freezes autorun.exe Product: Wine Version: 1.1.5 Platform: PC-x86-64 URL: http://appdb.winehq.org/objectManager.php?sClass=version &iId=2315 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: flossl@live.com
Created an attachment (id=16403) --> (http://bugs.winehq.org/attachment.cgi?id=16403) Log.
Clicking the install button in the autorun menu freezes the menu.
Ctrl-C does not work and I have to force-quit it.
http://bugs.winehq.org/show_bug.cgi?id=15491
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr 2008-10-01 15:52:24 --- try to disable the sound in winecfg.
Joaopa
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #2 from **** flossl@live.com 2008-10-01 19:35:28 --- (In reply to comment #1)
try to disable the sound in winecfg.
Joaopa
Thank you, it worked.
http://bugs.winehq.org/show_bug.cgi?id=15491
Jeff Zaroyko jeffzaroyko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffzaroyko@gmail.com
--- Comment #3 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-10-01 20:25:51 --- (In reply to comment #2)
(In reply to comment #1)
try to disable the sound in winecfg.
Joaopa
Thank you, it worked.
could be a duplicate of bug 15030...
If you have git, can you enable sound again then do:
cd wine-git git diff 3995627de20^ dlls/winealsa.drv | patch -Rp1 make ./wine /media/cdrom/JediAcademy.exe
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #4 from **** flossl@live.com 2008-10-01 21:50:31 --- (In reply to comment #3)
(In reply to comment #2)
(In reply to comment #1)
try to disable the sound in winecfg.
Joaopa
Thank you, it worked.
could be a duplicate of bug 15030...
If you have git, can you enable sound again then do:
cd wine-git git diff 3995627de20^ dlls/winealsa.drv | patch -Rp1 make ./wine /media/cdrom/JediAcademy.exe
Should I create a wine-git folder?
"bash: cd: wine-git: No such file or directory"
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #5 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-10-01 22:02:22 --- (In reply to comment #4)
could be a duplicate of bug 15030...
If you have git, can you enable sound again then do:
cd wine-git git diff 3995627de20^ dlls/winealsa.drv | patch -Rp1 make ./wine /media/cdrom/JediAcademy.exe
Should I create a wine-git folder?
"bash: cd: wine-git: No such file or directory"
Well, I said "If you have git"
Otherwise you need to install git using your package manager then:
git clone git://source.winehq.org/git/wine.git wine-git
If you have any difficulty with this, you should ask on the forum or irc.
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #6 from Austin English austinenglish@gmail.com 2008-10-02 13:11:18 --- (In reply to comment #4)
(In reply to comment #3)
(In reply to comment #2)
(In reply to comment #1)
try to disable the sound in winecfg.
Joaopa
Thank you, it worked.
could be a duplicate of bug 15030...
If you have git, can you enable sound again then do:
cd wine-git git diff 3995627de20^ dlls/winealsa.drv | patch -Rp1 make ./wine /media/cdrom/JediAcademy.exe
Should I create a wine-git folder?
"bash: cd: wine-git: No such file or directory"
http://wiki.winehq.org/GitWine
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #7 from **** flossl@live.com 2008-10-03 18:40:12 --- (In reply to comment #3)
(In reply to comment #2)
(In reply to comment #1)
try to disable the sound in winecfg.
Joaopa
Thank you, it worked.
could be a duplicate of bug 15030...
If you have git, can you enable sound again then do:
cd wine-git git diff 3995627de20^ dlls/winealsa.drv | patch -Rp1 make ./wine /media/cdrom/JediAcademy.exe
error: Could not access '3995627de20^'
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #8 from **** flossl@live.com 2008-10-03 18:43:17 --- Oh, I didn't " git clone git://source.winehq.org/git/wine.git ~/wine-git ", I'm now waiting for it to finish.
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #9 from **** flossl@live.com 2008-10-03 21:09:19 --- (In reply to comment #3)
(In reply to comment #2)
(In reply to comment #1)
try to disable the sound in winecfg.
Joaopa
Thank you, it worked.
could be a duplicate of bug 15030...
If you have git, can you enable sound again then do:
cd wine-git git diff 3995627de20^ dlls/winealsa.drv | patch -Rp1 make ./wine /media/cdrom/JediAcademy.exe
It still freezes with the GIT version and "git diff 3995627de20^dlls/winealsa.drv | patch -Rp1"
The terminal log is
err:mmio:MMIO_ParseExtA No . in szFileName: "D:\Install\Install\HOVER"
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #10 from Jeff Zaroyko jeffzaroyko@gmail.com 2008-10-03 23:04:27 --- (In reply to comment #9)
cd wine-git git diff 3995627de20^ dlls/winealsa.drv | patch -Rp1 make ./wine /media/cdrom/JediAcademy.exe
It still freezes with the GIT version and "git diff 3995627de20^dlls/winealsa.drv | patch -Rp1"
Did you run `make` then `./wine /media/cdrom/JediAcademy.exe` ?
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #11 from joaopa jeremielapuree@yahoo.fr 2008-10-04 00:32:00 --- It is surely a duplicate of bug 12228.
Joaopa
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #12 from **** flossl@live.com 2008-10-04 13:51:02 --- (In reply to comment #10)
(In reply to comment #9)
cd wine-git git diff 3995627de20^ dlls/winealsa.drv | patch -Rp1 make ./wine /media/cdrom/JediAcademy.exe
It still freezes with the GIT version and "git diff 3995627de20^dlls/winealsa.drv | patch -Rp1"
Did you run `make` then `./wine /media/cdrom/JediAcademy.exe` ?
I ran 'make', and './wine /media/jediacad_1/JediAcademy.exe ' as '/media/cdrom/JediAcademy.exe' didn't work.
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #13 from joaopa jeremielapuree@yahoo.fr 2008-10-04 14:07:20 --- The usual questions: Is there a demo of the game. If yes, does the bug occur for the demo?
Joaopa
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #14 from **** flossl@live.com 2008-10-04 16:32:14 --- (In reply to comment #13)
The usual questions: Is there a demo of the game. If yes, does the bug occur for the demo?
Joaopa
A single-player demo can be found at
http://www.lucasfiles.com/index.php?action=file&id=80
but the installer doesn't have a menu such as the one on the CD.
http://bugs.winehq.org/show_bug.cgi?id=15491
Adam Bittner myr.jedi@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |myr.jedi@gmail.com
--- Comment #15 from Adam Bittner myr.jedi@gmail.com 2008-11-26 20:30:27 --- In case anyone is interested: the game can be installed via setup.exe in the GameData folder. peace
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #16 from Adam Bittner myr.jedi@gmail.com 2008-11-26 22:13:05 --- this bug also affects Jedi Outcast
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #17 from Adam Bittner myr.jedi@gmail.com 2008-11-26 22:17:08 --- (In reply to comment #16)
this bug also affects Jedi Outcast
I get these errors: err:menubuilder:InvokeShellLinker failed to build the menu fixme:shell:DllCanUnloadNow stub
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #18 from Adam Bittner myr.jedi@gmail.com 2008-11-26 22:48:24 --- also affects star wars galactic battlegrounds :\
http://bugs.winehq.org/show_bug.cgi?id=15491
--- Comment #19 from flossl@live.com 2008-12-13 11:51:40 --- It seems to work in 1.1.10.
http://bugs.winehq.org/show_bug.cgi?id=15491
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #20 from Austin English austinenglish@gmail.com 2008-12-13 15:34:36 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=15491
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard julliard@winehq.org 2008-12-20 09:05:39 --- Closing bugs fixed in 1.1.11.