teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

Process Monitorについて追記した。

2015/08/19 04:04

投稿

eripong
eripong

スコア1546

answer CHANGED
@@ -5,4 +5,17 @@
5
5
  同じエラーが発生しました。
6
6
 
7
7
  キャプチャを行う際もテンポラリファイルを作ると思いますが、
8
- 同じエラーになるでしょうか?
8
+ 同じエラーになるでしょうか?
9
+
10
+ それから、徹底的に原因を調べるなら、
11
+ [Process Monitor](https://technet.microsoft.com/ja-jp/sysinternals/bb896645)でイベントをキャプチャすると、
12
+ 以下の様にCreateFileでエラーになっているなどが分かります。
13
+
14
+ ```
15
+ 12:18:52.4907990 Wireshark.exe 7804 CreateFile C:\?work2\follow_20150819121852_a07804 NAME INVALID Desired Access: Generic Read/Write, Disposition: Create, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: 0
16
+
17
+ ```
18
+
19
+
20
+
21
+ ```