Copiar link para a área de transferência
Copiado
Hi!
When I open a pdf file in a network folder, a file"debug.log" appears in the same folder.
Use Abobe Acrobat DC 21.007.20091
Copiar link para a área de transferência
Copiado
It is so crazy that a full paid software do not get any support an such a serious issue. I just found another workaround which solves the matter permanently. So for all people with special chars in their names, just create the path manually which the debug.log file is requesting. So if the debug.log file shows
The cache_path directory (C:\Users\R�der\AppData\LocalLow\Adobe\AcroCef\DC\Acrobat\Cache) could not be created.
then just create exactly that path manually, including all black question marks in the user name, and give it full access to "everyone". It works fine for me.
Copiar link para a área de transferência
Copiado
Never mind. 😉 I don't have any similar issue with Adobe Acrobat DC like you. Have you tried to disable the workaround? You can do this by just renaming the fake folder in C:\Users\ to something else, e. g. appending ".bak" to the name.
By the way, I just updated to the latest version of Adobe Acrobat Pro DC, and it seems that the workaround is not needed anymore. Now it works fine without the fake folder in C:\Users\, and no debug file appears anymore. Please check if you have really the latest version of Acrobat which is 2022.001.20117 for me.
Copiar link para a área de transferência
Copiado
Unfortunately I was wrong: the debug.log bug is still there. After re-start my computer the same old behaviour re-appeared: whenever I open a PDF file from a network drive, a debug.log file is created at the same network location.
Enabling the mentioned workaround helps again, but should still not be the final solution of this problem!
Copiar link para a área de transferência
Copiado
Haha you found a solution that is working for us but not for you 😄
More seriously, here it's working for me but I had to copy all the folders that were in the AppData old folder, before I did that it didnt work. So I have a Local, a LocalLow and a Roaming folder. This way I don't have the debug file anymore 😉
Copiar link para a área de transferência
Copiado
For me this was related with the following setting:
Edit - Prefernces - Security (Enhanced) - Create Protected Mode log file
After deactivating this setting, no debug.log was created on the network drive.
Copiar link para a área de transferência
Copiado
In Windows Settings/Region/Administrative/Language for non-Unicode programs/Change system locale..., check to use "Beta: Unicode UTF-8 for worldwide language support"
Copiar link para a área de transferência
Copiado
Hi @[Cosmo]Stranger,
Hope you are doing well.
Thanks for writing in!
Another method here would be to recreate the cache location.
Open Command Prompt as Administrator:
cmd
.Navigate to the Parent Directory:
cd C:\Users\XXX\AppData\LocalLow\Adobe\AcroCef\DC\Acrobat
XXX
with a different name.Create the Cache Folder:
mkdir
(make directory) command to create the Cache
folder:
mkdir Cache
Check if the Folder Was Created:
dir
Grant Permissions to the Folder:
icacls
command. This grants full control to the current user:
icacls "Cache" /grant %username%:F
:F
) over the Cache
folder.
Hope this helps.
-Souvik
Encontre mais inspiração, eventos e recursos na nova comunidade da Adobe
Explore agora