xhaluo 发表于 2013-5-26 07:24:37

抓淘宝数据时,在测试获取cookie时崩溃,提示错误如下

抓淘宝数据时,在测试获取cookie时崩溃,提示错误如下



ERROR System.Object [(null)] - UI Exception:
System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
   在 System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
   在 System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
   在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   在 System.Windows.Forms.Application.RunDialog(Form form)
   在 System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
   在 System.Windows.Forms.Form.ShowDialog()
   在 BBB0D439B113D76D3F92B16D32CA055.A383618BC9C1B8CCCAC8B33273849946C.OOl111lOO1O0l0Ol000l1O10lO1100l01(Object Oll10l0010Ol1ll0l0110l1O00l0O1111, LinkLabelLinkClickedEventArgs OO110OOO110llOOO000OO0O01lll1lO00)
   在 System.Windows.Forms.LinkLabel.OnLinkClicked(LinkLabelLinkClickedEventArgs e)
   在 System.Windows.Forms.LinkLabel.OnMouseUp(MouseEventArgs e)
   在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   在 System.Windows.Forms.Control.WndProc(Message& m)
   在 System.Windows.Forms.Label.WndProc(Message& m)
   在 System.Windows.Forms.LinkLabel.WndProc(Message& msg)
   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

xhaluo 发表于 2013-5-26 07:32:06

一旦出现上述错误后就再也无法用火车头软件了,一打开去获取cookie就程序无响应。重启也没用。我用的是 V7 的免费版

xhaluo 发表于 2013-5-26 07:32:46

2013-05-26 07:32:54,041 ERROR System.Object [(null)] - UI Exception:
System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
   在 System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   在 System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
   在 System.Windows.Forms.Control.DefWndProc(Message& m)
   在 System.Windows.Forms.ListView.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
   在 System.Windows.Forms.ListView.WndProc(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

49422504 发表于 2013-6-7 14:06:12

我也发生了同样的问题。

303718 发表于 2013-6-7 15:43:58

获取COOKIE建议使用抓包工具获取
页: [1]
查看完整版本: 抓淘宝数据时,在测试获取cookie时崩溃,提示错误如下