[Bug 20405] New: Morrowind Crashes After Switching to Wine 1.1.31
http://bugs.winehq.org/show_bug.cgi?id=20405 Summary: Morrowind Crashes After Switching to Wine 1.1.31 Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: boldoconketchup(a)hotmail.com I was playing Morrowind GoTY + Tribunal + Bloodmoon + plugins (version 1.6.820) with no problems. I got Jaunty, and Wine 1.1.28. I upgraded to Wine 1.1.31. After that, Morrowind starts, shows Bethesda logo animation, loads the main files, and crashes, freezing on the blank parchment of the menu screen. I got an error message, though: "Music error: Can't create graph filter". I uninstalled Wine 1.1.31 and wiped all associated .deb packages. I also wiped the .wine directory. Then, I switched back to Wine 1.1.28. It happened the same thing. Now, I can't run Morrowind anymore. This is the only Windows application I got installed that didn't like my Wine upgrade; the rest of them are running with no problems. -- 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=20405 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.9.31. Summary|Morrowind Crashes After |Morrowind crashes |Switching to Wine 1.1.31 | Severity|critical |normal --- Comment #1 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-17 14:55:25 --- http://bugs.winehq.org/page.cgi?id=fields.html#importance - not critical Please post the results of your regression test http://wiki.winehq.org/RegressionTesting Please attach a copy of the terminal output including the backtrace, if there is not one, then see http://wiki.winehq.org/Backtraces -- 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=20405 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.31. |1.1.31 -- 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=20405 --- Comment #2 from Ezequiel <boldoconketchup(a)hotmail.com> 2009-10-17 16:15:47 --- Well... I don't know if I did this right... But this is what I got: Bisecting: 0 revisions left to test after this [d69dd564956285f77d8973c7e28ed344aee0e5d5] gdi32: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode. usuario(a)usuario-desktop:~/wine-git$ git bisect bad d69dd564956285f77d8973c7e28ed344aee0e5d5 is first bad commit commit d69dd564956285f77d8973c7e28ed344aee0e5d5 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Sat Sep 26 13:30:06 2009 +0200 gdi32: BS_DIBPATTERN brushes use a 32-bit handle in 32-bit mode. :040000 040000 f1b35bd83c1911033ae5423b4934516aa92d178c f135870652696488825aaa1d5c716a723c5c78ec M dlls -- 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=20405 --- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-10-17 16:18:29 --- Not regression, doing regression testing would be pointless. Most likely you had some native libraries/overrides in your prior prefix. Attach (as a text file DO NOT PASTE) complete terminal output of running your program, using wine-1.1.31. -- 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=20405 --- Comment #4 from Ezequiel <boldoconketchup(a)hotmail.com> 2009-10-17 17:31:54 --- I'm very sorry... I really appreciate your efforts in helping me, but I simply don't understand your jargon. I don't know what you suggest me to do, I don't know how to do 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=20405 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-10-17 17:37:31 --- (In reply to comment #4)
I'm very sorry... I really appreciate your efforts in helping me, but I simply don't understand your jargon. I don't know what you suggest me to do, I don't know how to do it.
Regression test only make sense if you try each build 'git bisect' pointed you to with clean .wine directory (in you home dir). This dir's called prefix, and contains pseudo Win tree and configuration data. Override is a native (Windows) module used instead of Wine's replacement. What you have to do know is to remove .wine dir (will remove all your game data and config), install 1.1.31, then install application and attach a terminal output containing crash (without any debug switches for a start). -- 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=20405 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-10-17 23:44:07 --- Works fine for me in git... -- 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=20405 Wylda <wylda(a)volny.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda(a)volny.cz --- Comment #7 from Wylda <wylda(a)volny.cz> 2009-10-21 08:02:16 --- (In reply to comment #0)
...Morrowind starts, shows Bethesda logo animation, loads the main files, and crashes, freezing on the blank parchment of the menu screen.
I get something similar, but only if i try to run the game directly from CD by autorun.exe. If run the game from installation directory (ie. Program Files/Bethesda Softworks/Morrowind), the game runs fine. Consider closing this bugreport. Works (and tested) under 1.1.31. -- 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=20405 --- Comment #8 from Wylda <wylda(a)volny.cz> 2009-10-24 15:14:41 --- Again, i can not confirm this bug report. I installed it under 1.1.32 and was able to play it. Then downgraded to 1.1.28 and was able to play it. Finally i did upgrade to 1.1.31 and was able to play it... So consider retest (also try with disabled sounds in winecfg) or close this bug report. -- 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=20405 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-10-24 18:55:19 --- No response, works fine elsewhere. Marking invalid. -- 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=20405 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-10-26 07:12:35 --- Closing invalid. -- 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=20405 z0n3br34k3r <z0n3br34k3r(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z0n3br34k3r(a)gmail.com --- Comment #11 from z0n3br34k3r <z0n3br34k3r(a)gmail.com> 2010-03-09 03:08:50 --- i can confirm this bug resintaled ubuntu 3 times downloaded newest wine and got music graph error gona check another direct x version and ini file for solution -- 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=20405 --- Comment #12 from z0n3br34k3r <z0n3br34k3r(a)gmail.com> 2010-03-09 03:21:55 --- Ok afther Removing the directx that i instaled in vine music graph does not apply anymore now i getting error cant play music gona reinstal system again afther this and this time clean only wine no directx instaling in wine -- 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=20405 --- Comment #13 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-03-09 03:24:22 --- This bug is closed invalid. If you need help visit the forum at http://forum.winehq.org -- 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