[Bug 30012] New: MS Project 2010 crashes at shutdown
http://bugs.winehq.org/show_bug.cgi?id=30012 Bug #: 30012 Summary: MS Project 2010 crashes at shutdown Product: Wine Version: 1.4-rc5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: robert.munteanu(a)gmail.com Classification: Unclassified When existing MS Project 2010 it invariably crashes. From the console log the possible culprit is wine: Call from 0x7b83b5a2 to unimplemented function mscoree.dll.CoEEShutDownCOM, aborting . -- 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=30012 --- Comment #1 from Robert Munteanu <robert.munteanu(a)gmail.com> 2012-02-25 16:32:24 CST --- Created attachment 39075 --> http://bugs.winehq.org/attachment.cgi?id=39075 terminal 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=30012 Vitaliy Margolen <vitaliy-bugzilla(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscoree Severity|normal |minor -- 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=30012 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #2 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-02-26 12:38:46 CST --- That should be it, yes. But you might want to fix this: p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory -- 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=30012 --- Comment #3 from Robert Munteanu <robert.munteanu(a)gmail.com> 2012-02-26 12:44:09 CST --- (In reply to comment #2)
That should be it, yes. But you might want to fix this:
p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
I have no idea how to fix that actually , googling reveals nothing helpful for my distro ( OpenSUSE 12.1 ) . Since I see that for each wine invocation I tend to ignore 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=30012 --- Comment #4 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-02-26 12:53:39 CST --- https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/859600 Looks like its devs are a bit lazy there. Irrelevant to this bug though. -- 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=30012 --- Comment #5 from Robert Munteanu <robert.munteanu(a)gmail.com> 2012-02-27 15:53:42 CST --- Created attachment 39119 --> http://bugs.winehq.org/attachment.cgi?id=39119 Backtrace -- 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=30012 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2012-02-27 18:27:50 CST --- Native .NET/mscoree should work around this. -- 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=30012 --- Comment #7 from Robert Munteanu <robert.munteanu(a)gmail.com> 2012-02-28 13:55:56 CST --- (In reply to comment #6)
Native .NET/mscoree should work around this.
I'm not really sure what I should do to verify this - is this something that can be installed using winetricks? -- 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=30012 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2012-02-28 17:23:04 CST --- (In reply to comment #7)
(In reply to comment #6)
Native .NET/mscoree should work around this.
I'm not really sure what I should do to verify this - is this something that can be installed using winetricks?
Sure, depends on what version of .NET it's using: austin(a)aw25 ~ $ winetricks dlls list | grep dotnet dotnet11sp1 MS .NET 1.1 SP1 (Microsoft, 2004) [downloadable] dotnet11 MS .NET 1.1 (Microsoft, 2003) [downloadable,cached] dotnet20sp1 MS .NET 2.0 SP1 (experimental) (Microsoft, 2008) [downloadable,cached] dotnet20sp2 MS .NET 2.0 SP2 (experimental) (Microsoft, 2009) [downloadable,cached] dotnet20 MS .NET 2.0 (Microsoft, 2006) [downloadable,cached] dotnet30sp1 MS .NET 3.0 SP1 (Microsoft, 2007) [downloadable] dotnet30 MS .NET 3.0 (Microsoft, 2006) [downloadable,cached] dotnet35 MS .NET 3.5 (Microsoft, 2007) [downloadable,cached] dotnet40 MS .NET 4.0 (Microsoft, 2011) [cached] -- 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=30012 --- Comment #9 from Robert Munteanu <robert.munteanu(a)gmail.com> 2012-03-06 17:09:02 CST --- (In reply to comment #6)
Native .NET/mscoree should work around this.
winetricks dotnet30 works for me. -- 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=30012 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e3ab993647001adbf3ed8be6a79 | |4ae58fc0e7a95 Status|UNCONFIRMED |RESOLVED CC| |leslie_alistair(a)hotmail.com Resolution| |FIXED --- Comment #10 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> 2012-03-13 04:40:28 CDT --- Fixed http://source.winehq.org/git/wine.git/?a=commit;h=e3ab993647001adbf3ed8be6a7... -- 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=30012 --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-16 14:08:05 CDT --- Closing bugs fixed in 1.5.0. -- 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=30012 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-16 17:10:50 CDT --- Really closing bugs fixed in 1.5.0. -- 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=30012 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.4.x -- 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=30012 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.4.x |--- -- 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