http://bugs.winehq.org/show_bug.cgi?id=13190
Summary: Office 2007: regression failure (>=0.9.60) to run office components Product: Wine Version: 1.0-rc1 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: barlad2004@yahoo.fr CC: rob@codeweavers.com
Hey!
As of version 0.9.60 (and any higher version, including 1.0rc1), the Office 2007 components can be installed using the appropriate guides but cannot be run. For example, Word crashes and pops up a window asking if the user wants to debug. If you restart the software, it asks whether the user wants to enter safe mode. Safe mode does not work either.
Version 0.9.59 of wine can install and run the software just fine (provided you follow the installation guides and current limitations shown on the AppDB still stand).
Regression testing shows that the following commit is the culprit:
aa83f5a5aa5ffab8bbc25b8fb76e1dcdb5ae8a96 is first bad commit commit aa83f5a5aa5ffab8bbc25b8fb76e1dcdb5ae8a96 Author: Rob Shearman rob@codeweavers.com Date: Fri Apr 11 11:00:46 2008 +0100
ole32: Use I_RpcExceptionFilter instead of custom exception filter for RPC calls.
:040000 040000 c1d53a011dc1c58aa7df4bb5dd5f8feb109d5b44 1b0f7553ddc560c18da78970547395845d296b3b M dlls
Hope it helps! let me know if you need more information.
B.
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-13 07:32:19 --- (In reply to comment #0)
Hey! As of version 0.9.60 (and any higher version, including 1.0rc1), the Office 2007 components can be installed using the appropriate guides but cannot be run.
What guides are that?
Regression testing shows that the following commit is the culprit: aa83f5a5aa5ffab8bbc25b8fb76e1dcdb5ae8a96 is first bad commit commit aa83f5a5aa5ffab8bbc25b8fb76e1dcdb5ae8a96 Author: Rob Shearman rob@codeweavers.com Date: Fri Apr 11 11:00:46 2008 +0100 ole32: Use I_RpcExceptionFilter instead of custom exception filter for RPC calls.
Are you using native rpcrt4.dll?
http://bugs.winehq.org/show_bug.cgi?id=13190
Malte Eggers malteeggers@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |malteeggers@googlemail.com
--- Comment #2 from Malte Eggers malteeggers@googlemail.com 2008-05-13 08:43:31 --- Probably these guides (they both describe the same way): http://www.quicktweaks.com/2008/04/09/install-ms-office-2007-in-linux/#more-... http://wine-review.blogspot.com/2008/03/office-2007-on-linux-with-wine-insta...
according to the guides he is using a native rpcrt4.dll I have the same problem, I also used these guides, but I haven't done a regression testing yet.
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #3 from Barlad barlad2004@yahoo.fr 2008-05-13 09:03:41 ---
(In reply to comment #1)
What guides are that?
The guides available on the office 2007 appDB page (links above)
Are you using native rpcrt4.dll?
Yes, as well as native msxml3.
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #4 from Rob Shearman rob@codeweavers.com 2008-05-13 09:07:33 --- Using native rpcrt4.dll as installed by DCOM9x when Wine is reporting as Windows 2000 upwards is not supported.
Mixing and matching DLLs from other versions of Wine (i.e. CrossOver Games) is also not supported.
I suggest that this bug be marked INVALID.
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #5 from Barlad barlad2004@yahoo.fr 2008-05-13 09:25:06 --- (In reply to comment #4)
Using native rpcrt4.dll as installed by DCOM9x when Wine is reporting as Windows 2000 upwards is not supported. Mixing and matching DLLs from other versions of Wine (i.e. CrossOver Games) is also not supported. I suggest that this bug be marked INVALID.
Contrary to what is stated in the guide, I am using native rpcrt4.dll and msxml3.dll from my own version of windows higher than Windows 2000. I am not mixing and matching anything at all from CrossOver games. The regression is still there. Does it change anything?
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #6 from Rob Shearman rob@codeweavers.com 2008-05-13 09:37:31 --- In that case, please attach the files generated from running the following commands: winedump dump -j resource ~/.wine/drive_c/windows/system32/rpcrt4.dll > rpcrt4_resource.txt winedump dump -j export ~/.wine/drive_c/windows/system32/rpcrt4.dll > rpcrt4_export.txt
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #7 from Barlad barlad2004@yahoo.fr 2008-05-13 10:58:11 --- Created an attachment (id=13017) --> (http://bugs.winehq.org/attachment.cgi?id=13017) rpcrt4_export.txt
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #8 from Barlad barlad2004@yahoo.fr 2008-05-13 10:58:57 --- Created an attachment (id=13018) --> (http://bugs.winehq.org/attachment.cgi?id=13018) rpcrt4_resource.txt
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #9 from Barlad barlad2004@yahoo.fr 2008-05-13 11:00:48 --- (In reply to comment #6)
In that case, please attach the files generated from running the following commands: winedump dump -j resource ~/.wine/drive_c/windows/system32/rpcrt4.dll > rpcrt4_resource.txt winedump dump -j export ~/.wine/drive_c/windows/system32/rpcrt4.dll > rpcrt4_export.txt
I attached the requested information. If it may be of any help, my rpcrt4.dll is from my Windows xp SP2 installation.
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #10 from Rob Shearman rob@codeweavers.com 2008-05-13 11:21:53 --- The version of rpcrt4 that you have clearly exports I_RpcExceptionFilter, so something weird is going on. Can you attach the console output you get?
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #11 from Rob Shearman rob@codeweavers.com 2008-05-13 11:23:29 --- Actually, can you attach a +loaddll log of the problem happening instead?
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #12 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-13 20:45:09 --- This appears to be the same problem as reported in the bug 12690 and bug 12433. Bug 12433 has a loaddll log attached.
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #13 from Rob Shearman rob@codeweavers.com 2008-05-14 12:37:29 --- Dmitry, the two bugs you mention aren't the same as this bug and have been reported by different people, and therefore the logs attached to them aren't directly relevant to this bug.
Therefore, I still need the log file I requested from the reporter of this bug.
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #14 from Barlad barlad2004@yahoo.fr 2008-05-14 13:03:50 --- (In reply to comment #13)
Dmitry, the two bugs you mention aren't the same as this bug and have been reported by different people, and therefore the logs attached to them aren't directly relevant to this bug. Therefore, I still need the log file I requested from the reporter of this bug.
I am sorry for the delay required to provide the log file but I have no access at this time to the concerned machine.
However, I just figured that by using the builtin version of rpcrt4.dll of wine-1.0rc1 (and probably earlier versions too), running Office 2007 components work fine. A native dll is still required for the installation but I believe it is already the subject of another bug report.
I suppose this renders this bug report irrelevant. If this is the case, I guess it can be marked as FIXED or whatever fits it best.
http://bugs.winehq.org/show_bug.cgi?id=13190
--- Comment #15 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-14 20:41:25 --- This makes the bug invalid, but nevertheless please provide the info erquested by Rob, it will help to diagnose the problem.
http://bugs.winehq.org/show_bug.cgi?id=13190
Barlad barlad2004@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #16 from Barlad barlad2004@yahoo.fr 2008-05-15 05:30:34 --- Bug marked as invalid, I'll provide the requested logs as soon as possible.
http://bugs.winehq.org/show_bug.cgi?id=13190
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Austin English austinenglish@gmail.com 2008-09-10 13:25:20 --- Closing invalid.