回答編集履歴

1

Process Monitorについて追記した。

2015/08/19 04:04

投稿

eripong
eripong

スコア1546

test CHANGED
@@ -13,3 +13,29 @@
13
13
  キャプチャを行う際もテンポラリファイルを作ると思いますが、
14
14
 
15
15
  同じエラーになるでしょうか?
16
+
17
+
18
+
19
+ それから、徹底的に原因を調べるなら、
20
+
21
+ [Process Monitor](https://technet.microsoft.com/ja-jp/sysinternals/bb896645)でイベントをキャプチャすると、
22
+
23
+ 以下の様にCreateFileでエラーになっているなどが分かります。
24
+
25
+
26
+
27
+ ```
28
+
29
+ 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
30
+
31
+
32
+
33
+ ```
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+ ```