Hi I have Windows Seven Home Prenium, fresh installed. When I choose a interface and start a capture, I have this error : The temporary file to which the capture would be saved ("") could not be opened: Permission denied. What I tried : 1) I checked the global variables TMP and TEMP. It's okay (%USERPROFILE%\AppData\Local\Temp;) I wireshark, About, Folder tab, there is the \Local\Temp folder. 2) I gave all the rights on the Local/Temp for the Guest user, all user etc. 3) My Windows account has the administrator rights 4) I ran the executable as administrator (click right etc.) 5) I installed wireshark (x86 or x64) as administrator, same problem... 6) I tried to install wireshark 1.99...same problem How can I solve my problem ? Thank you asked 14 Feb '15, 17:40 Nico128 |
2 Answers:
In the Help -> About Wireshark -> Folders dialog, the Temp folder should be an absolute path, i.e. I have Try opening a command prompt, check the value of the environment var TEMP ( answered 15 Feb '15, 01:56 grahamb ♦ |
Hi Sirs, I got the same problem today with the error message. Even though I use "echo %TEMP%" and it shows the same path as I see in the help dialog, there's still the same error message. Then I tried this:
BTW, I got this problem because I used ramdisk and move my "TEMP" to it. When I removed the ramdisk and recoverd the path of "TEMP", it occurs. Hope this post can save people who have the same problem with me. BRs, Mark answered 04 Jan '17, 06:07 hcbamboo edited 04 Jan '17, 06:13 |
Hi
I rebooted my computer and now it's work. there is now a new folder named "Temp;" with the char ";". => "AppData\Local\Temp;"
Problem fixed Thank you