http://bugs.winehq.org/show_bug.cgi?id=19340
Summary: Crash when starting monkey island Product: Wine Version: 1.1.25 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: bart@sbo-dewindroos.nl
Created an attachment (id=22397) --> (http://bugs.winehq.org/attachment.cgi?id=22397) Console log
After starting up monkey island: the secret of monkey island, special edition the game crashes with an unhandled exception
http://bugs.winehq.org/show_bug.cgi?id=19340
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
http://bugs.winehq.org/show_bug.cgi?id=19340
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #22397|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-07-15 22:01:22 --- Why do you have native xinput1_3.dll?
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #2 from Bart Meijer bart@sbo-dewindroos.nl 2009-07-16 10:37:13 --- (In reply to comment #1)
Why do you have native xinput1_3.dll?
Don't know. Removing the file doesn't matter anyway. Still crashes.
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #3 from Christoph Korn c_korn@gmx.de 2009-07-17 20:53:24 --- Created an attachment (id=22421) --> (http://bugs.winehq.org/attachment.cgi?id=22421) Crash in wine 1.1.25
Also for me the game crashes at the start.
I created a new WINEPREFIX for Monkey Island. I put the X3DAudio1_6.dll into windows/system32 and ran sh winetricks vcrun2005sp1 vcrun2005
Then it crashes with the attached output.
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #4 from Jeff Zaroyko jeffz@jeffz.name 2009-07-17 21:07:24 --- (In reply to comment #3)
Created an attachment (id=22421)
--> (http://bugs.winehq.org/attachment.cgi?id=22421) [details]
Crash in wine 1.1.25
Also for me the game crashes at the start.
I created a new WINEPREFIX for Monkey Island. I put the X3DAudio1_6.dll into windows/system32 and ran sh winetricks vcrun2005sp1 vcrun2005
Then it crashes with the attached output.
wine: Call from 0x7b844663 to unimplemented function d3dx9_36.dll.D3DXCreateEffect, aborting
This crash is a different bug because you haven't used a native d3dx9_36.dll
http://bugs.winehq.org/show_bug.cgi?id=19340
Christoph Korn c_korn@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |c_korn@gmx.de
--- Comment #5 from Christoph Korn c_korn@gmx.de 2009-07-18 08:22:19 --- Oh, you are right.
After installing the native dll I get the same error: Cannot change the device window yet
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #6 from Christoph Korn c_korn@gmx.de 2009-07-18 09:11:30 --- I have to add that the game runs for me when I install the directx9 that comes with the game. But the screen is cropped as you can see here: http://ubuntu-pics.de/bild/19148/bildschirmfoto_It0hfj.png
So to make it run I did this in a clean WINEPREFIX (inside the game directory).
sh winetricks vcrun2005sp1 wine directx/DXSETUP.exe (took some time. But it terminates also if it looks like nothing happens)
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #7 from Christoph Korn c_korn@gmx.de 2009-07-18 11:47:47 --- I have found a way to make it run. Can you test it please? You better take a clean wineprefix:
Install xact and vcrun2005sp1 using winetricks. Put these two native dlls into windows\system32: XAudio2_4.dll and d3dx9_36.dll Run: regsvr32 "c:\windows\system32\XAudio2_4.dll"
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #8 from Bart Meijer bart@sbo-dewindroos.nl 2009-07-19 04:03:21 --- (In reply to comment #7)
I have found a way to make it run. Can you test it please? You better take a clean wineprefix:
Install xact and vcrun2005sp1 using winetricks. Put these two native dlls into windows\system32: XAudio2_4.dll and d3dx9_36.dll Run: regsvr32 "c:\windows\system32\XAudio2_4.dll"
THanks, but still doesn't work for me.
Still getting the same crash
http://bugs.winehq.org/show_bug.cgi?id=19340
Michael Wilson michael.wilson1990@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael.wilson1990@gmail.co | |m
--- Comment #9 from Michael Wilson michael.wilson1990@gmail.com 2009-07-19 13:10:32 --- (In reply to comment #7)
I have found a way to make it run. Can you test it please? You better take a clean wineprefix:
Install xact and vcrun2005sp1 using winetricks. Put these two native dlls into windows\system32: XAudio2_4.dll and d3dx9_36.dll Run: regsvr32 "c:\windows\system32\XAudio2_4.dll"
Where can I get those native dlls when I don't have access to an installation of Windows?
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #10 from Christoph Korn c_korn@gmx.de 2009-07-19 13:34:03 --- DirectX is shipped with the game.
I recommend to create a new wineprefix where you only install directx in.
Then run directx/DXSETUP.exe with wine in the new prefix.
You can then grab the native dll files from there.
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #11 from Michael Wilson michael.wilson1990@gmail.com 2009-07-19 14:15:36 --- (In reply to comment #10)
DirectX is shipped with the game.
I recommend to create a new wineprefix where you only install directx in.
Then run directx/DXSETUP.exe with wine in the new prefix.
You can then grab the native dll files from there.
Thank you, now it's only the sound that won't work.
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #12 from Christoph Korn c_korn@gmx.de 2009-07-19 14:20:00 --- Sounds like bug 19370.
Also switching to Windows 2000 mode should help.
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #13 from Michael Wilson michael.wilson1990@gmail.com 2009-07-19 14:29:27 --- (In reply to comment #12)
Sounds like bug 19370.
Also switching to Windows 2000 mode should help.
Both seem not to work for me
http://bugs.winehq.org/show_bug.cgi?id=19340
Carlos Laviola carlos@laviola.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |carlos@laviola.org
--- Comment #14 from Carlos Laviola carlos@laviola.org 2009-07-21 20:59:28 --- No audio here either. Also tried to follow the instructions on bug 19370.
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #15 from Jan Kalab pitel@nomi.cz 2009-07-25 03:00:09 --- Created an attachment (id=22600) --> (http://bugs.winehq.org/attachment.cgi?id=22600) Crash log
It also crashes for me, but my backtrace looks different.
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #16 from Christoph Korn c_korn@gmx.de 2009-07-25 11:38:18 --- (In reply to comment #15)
Created an attachment (id=22600)
--> (http://bugs.winehq.org/attachment.cgi?id=22600) [details]
Crash log
It also crashes for me, but my backtrace looks different.
You need to register the XAudio2_4.dll dll.
Did you try my howto? http://bugs.winehq.org/show_bug.cgi?id=19340#c7
http://bugs.winehq.org/show_bug.cgi?id=19340
Davide Mancusi arekfu@yahoo.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arekfu@yahoo.it
--- Comment #17 from Davide Mancusi arekfu@yahoo.it 2009-07-27 15:23:04 --- I followed your instructions in comment #7, starting from a clean wineprefix. MISE does not crash any longer but it never starts. All I see is a black screen and the terminal repeats forever:
fixme:xinput:XInputGetState (0 0x32c64c) fixme:xinput:XInputGetState (1 0x32c64c) fixme:xinput:XInputGetState (2 0x32c64c) fixme:xinput:XInputGetState (3 0x32c64c)
...at about one-second interval.
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #18 from Christoph Korn c_korn@gmx.de 2009-07-27 15:25:19 --- (In reply to comment #17)
I followed your instructions in comment #7, starting from a clean wineprefix. MISE does not crash any longer but it never starts. All I see is a black screen and the terminal repeats forever:
fixme:xinput:XInputGetState (0 0x32c64c) fixme:xinput:XInputGetState (1 0x32c64c) fixme:xinput:XInputGetState (2 0x32c64c) fixme:xinput:XInputGetState (3 0x32c64c)
...at about one-second interval.
This output is expected and also appears when the game runs fine.
Did you try in a virtual desktop? If not, then do so please.
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #19 from Davide Mancusi arekfu@yahoo.it 2009-07-27 16:23:03 --- Thanks for your answer, but unfortunately it doesn't help. The symptoms I described refer to wine version 1.1.22 as packaged in Debian experimental. I have also tried to download 1.1.26 from WineHQ, in which case MISE blanks the whole screen (even in desktop mode) and hangs X, leaving me no other choice but to Alt+SysRq out.
http://bugs.winehq.org/show_bug.cgi?id=19340
knipl@in.tum.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |knipl@in.tum.de
--- Comment #20 from knipl@in.tum.de 2009-09-19 06:38:38 --- The following did solve the problem for me: you have to set a virtual desktop via winecfg and is has to be 800x600. the first time the game starts it seems to default to 800x600 in fullscreen and since it does not seem to be able to scale the image size it crashes. so start it w/ a 800x600 virtual desktop and set it to 'windowed' instead of 'fullscreen', allowing you to later disable the virtaul desktop and nonetheless start monkey island.
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #21 from Hiraku Zero davidchipzx@gmail.com 2010-06-01 18:42:44 --- Created an attachment (id=28504) --> (http://bugs.winehq.org/attachment.cgi?id=28504) Winecfg Audio Tab Crash Full Log
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #22 from Hiraku Zero davidchipzx@gmail.com 2010-06-01 18:43:28 --- Created an attachment (id=28505) --> (http://bugs.winehq.org/attachment.cgi?id=28505) Winecfg Audio Tab Crash Full Log [report_file]
This is the corresponding report_file
http://bugs.winehq.org/show_bug.cgi?id=19340
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #23 from Dan Kegel dank@kegel.com 2010-08-26 19:41:05 --- How about 'winetricks xact' as a more specific workaround?
http://bugs.winehq.org/show_bug.cgi?id=19340
Xavier Vachon xvachon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon@gmail.com
--- Comment #24 from Xavier Vachon xvachon@gmail.com 2010-11-22 14:18:18 CST --- The game has a bunch of dependencies : d3dx9_36 (http://bugs.winehq.org/show_bug.cgi?id=25260), vcrun2005 (http://bugs.winehq.org/show_bug.cgi?id=24547), xact (http://bugs.winehq.org/show_bug.cgi?id=24545).
In current git (1.3.7) and the overrides above, I am able to start the game. This bug has references to all of these dependencies. I feel that it is unclear on what it is trying to solve.
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #25 from Bruno Jesus 00cpxxx@gmail.com 2013-05-15 12:18:05 CDT --- Is this still an issue in the latest development version of wine (currently 1.5.30)?
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #26 from Dan Kegel dank@kegel.com 2013-05-15 12:27:53 CDT --- How about marking it as a dup of bug 24547?
http://bugs.winehq.org/show_bug.cgi?id=19340
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #28505|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=19340
--- Comment #27 from Bruno Jesus 00cpxxx@gmail.com 2013-05-15 12:35:32 CDT --- (In reply to comment #26)
How about marking it as a dup of bug 24547?
I guess the problem may have evolved that bug but this issue was originally different AFAICS.
http://bugs.winehq.org/show_bug.cgi?id=19340
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #28 from hanska2@luukku.com --- What happens now if you start this game with 1.7.24? Without overrides.
https://bugs.winehq.org/show_bug.cgi?id=19340
Goblinstomper@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Goblinstomper@gmail.com
--- Comment #29 from Goblinstomper@gmail.com --- Launching the steam version without overrides works for me with 1.7.24, and I've played it to completion with earlier versions.
https://bugs.winehq.org/show_bug.cgi?id=19340
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME
--- Comment #30 from Austin English austinenglish@gmail.com --- Works here as well, not sure what was fixed, if anything. Marking WORKSFORME.
https://bugs.winehq.org/show_bug.cgi?id=19340
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #31 from Austin English austinenglish@gmail.com --- Closing.