mirror of
https://github.com/Set-OutlookSignatures/Set-OutlookSignatures.git
synced 2026-04-26 18:55:53 +03:00
[GH-ISSUE #108] The remote procedure call failed #45
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Set-OutlookSignatures-Set-OutlookSignatures#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bmartins-EUDA on GitHub (Apr 22, 2024).
Original GitHub issue: https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/issues/108
Originally assigned to: @bmartins-EUDA on GitHub.
Dear community,
Many thanks for this awesome project!
I just started playing around with the script and, when using the defaults, I am hitting the error below. Any hints?
Thanks for your help!
Bruno Martins
@GruberMarkus commented on GitHub (Apr 22, 2024):
Hi Bruno,
this is a very strange error, pointing to a problem with the Office/Word installation on your test client.
The error is strange because lots of steps happen in Word before the error occurs:
Also, Word problems typically already show up when Word is started, and not in the middle of the process.
The first error looks like the COM connection to Word gets lost for whatever reason. The second error is a consequential error, because after the unexpected error, the clean-up process tries to quit the background Word process.
Is this reproducable on multiple machines? Or does it only happen on a specific machine or with a specific user only?
@bmartins-EUDA commented on GitHub (Apr 23, 2024):
Thanks @GruberMarkus!
A malfunctioning Word add-in was causing the issue. Solved!
@GruberMarkus commented on GitHub (Apr 23, 2024):
My pleasure!