Zotero experienced an error updating your document
The debug ID is: D563232492
Report ID: 1467707478
The office was updated yesterday. Now, the Word version is Microsoft® Word LTSC MSO (16.0.14332.20579) 64 位.
Zotero version is: 7.0.0-beta.46+c27bac2ad (64-bit)
The followings were tried:
Using an empty word document.
Restart Word, Zotero, Windows.
Reinstall Zotero Toolbar in Word
Disable all plugins in Zotero
Run Word and Zotero as Adminstrators
Creat and use a new zotero profile
But all doesn't work.
Thanks.
Report ID: 1467707478
The office was updated yesterday. Now, the Word version is Microsoft® Word LTSC MSO (16.0.14332.20579) 64 位.
Zotero version is: 7.0.0-beta.46+c27bac2ad (64-bit)
The followings were tried:
Using an empty word document.
Restart Word, Zotero, Windows.
Reinstall Zotero Toolbar in Word
Disable all plugins in Zotero
Run Word and Zotero as Adminstrators
Creat and use a new zotero profile
But all doesn't work.
Thanks.
Zotero 6 Debug ID: D1196346746
Debug ID: D804094421
(3)(+0022158): Integration: WinWord-addEditCitation:'C:\Doc1.doc' invoked
(3)(+0000002): Integration: Instantiating @zotero.org/Zotero/integration/application?agent=WinWord;1 for command addEditCitation with doc C:\Doc1.doc
(1)(+0002201): An unhandled exception occured. [getDocument:y:\adomas\zotero\word-for-windows-integration\build\zoterowinwordintegration\document.cpp]
(3)(+0000002): Integration: WinWord-addEditCitation:'C:\Doc1.doc' complete in 2.204s
The number is correct. https://drive.google.com/file/d/1v75rUCDIWll94sWO14QAWBk8uKtcqjEF/view?usp=share_link
Today my another computer did not work either after a restart of this machine, the word version is the same as that mentioned before.
It's nothing related the update of Word.
I installed an application which closed the UAC and obtained other adminstration prevelige (https://drive.google.com/file/d/14MTFaEFIY00X7Fw_7ZMWormBwkXzpV2r/view?usp=share_link), afther I changed UAC the default, it is normal now.
Thanks.
The bat which change the prevelige:
@echo off
::::::::::::::::::::::修改注册表,获取管理员权限::::::::::::::::::
@echo off
echo 获取Administrator权限
cacls.exe "%SystemDrive%\System Volume Information" >nul 2>nul
if %errorlevel%==0 goto Admin
if exist "%temp%\getadmin.vbs" del /f /q "%temp%\getadmin.vbs"
echo Set RequestUAC = CreateObject^("Shell.Application"^)>"%temp%\getadmin.vbs"
echo RequestUAC.ShellExecute "%~s0","","","runas",1 >>"%temp%\getadmin.vbs"
echo WScript.Quit >>"%temp%\getadmin.vbs"
"%temp%\getadmin.vbs" /f
if exist "%temp%\getadmin.vbs" del /f /q "%temp%\getadmin.vbs"
exit
:Admin
echo 成功取得Administrator权限
set name=SikegRunSrv.exe
set sname=SikegRunSrv
set curExe0=%~dp0KegServer.exe
set curExe=%~dp0%name%
set regpath=HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\%sname%\Parameters\
set sourcePath=%~dp0srvany.exe
cd /d "%~dp0"
instsrv %sname% "%sourcePath%"
reg add %regpath% /v AppDirectory /t REG_SZ /d "%~dp0\" /f
reg add %regpath% /v Application /t REG_SZ /d "%curExe%" /f
reg add %regpath% /v AppParameters /t REG_SZ /f
rem sc config %sname% start=delayed-auto
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v Keg /t REG_SZ /d "\"%curExe0%\"" /f
echo 关掉UAC
::::::::::::::::::::::修改注册表,关闭UAC::::::::::::::::::
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "ConsentPromptBehaviorAdmin" /t reg_dword /d 0 /F
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA" /t reg_dword /d 0 /F
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "PromptOnSecureDesktop" /t reg_dword /d 0 /F
start "" "%~dp0KegServer.exe"
pause
M
y version of zotero is 7.0.0-beta.56+9edfcba9a on windows 11, word 365 (same in WPS).
The followings were tried:
Using an empty word document.
Restart Word, Zotero, Windows.
Reinstall Zotero Toolbar in Word
Disable all plugins in Zotero
Run Word and Zotero as non-Adminstrators
Creat and use a new zotero profile
I have UAC turned off. But I am unable to run the script mentioned by johnmy.
But all doesn't work. But it works for Google doc. And it works for Zotero 6.
Debug ID D1905238043
Thanks.
@adomasven
But it works for Google doc. And it works for Zotero 6 in same computer.
https://s3.amazonaws.com/zotero.org/images/forums/u57485/hvnb8du4m06vguit1k3y.png
You are my God, Thanks.
Other than that, I think the developers should update the plugin to fix this compatibility issue!
```
I found zotero work without turning on UAC when set "EnableLUA" to 1rather than 0 in \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
```