Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. F:\C++ Code\cryptGUI\cryptGUI\Release>cryptGUI.exe
  2.  
  3. Unhandled Exception: System.AccessViolationException: Attempted to read or write
  4. protected memory. This is often an indication that other memory is corrupt.
  5. at encode(basic_string<char\,std::char_traits<char>\,std::allocator<char> >*
  6. , basic_string<char\,std::char_traits<char>\,std::allocator<char> >* , basic_str
  7. ing<char\,std::char_traits<char>\,std::allocator<char> >* )
  8. at aesEncrypt(basic_string<char\,std::char_traits<char>\,std::allocator<char>
  9. >* , basic_string<char\,std::char_traits<char>\,std::allocator<char> >* data, b
  10. asic_string<char\,std::char_traits<char>\,std::allocator<char> >* key) in f:\c++
  11. code\cryptgui\cryptgui\cryptgui\padcode\code\aes.cpp:line 76
  12. at aesEncode(basic_string<char\,std::char_traits<char>\,std::allocator<char>
  13. >* , basic_string<char\,std::char_traits<char>\,std::allocator<char> >* data, ba
  14. sic_string<char\,std::char_traits<char>\,std::allocator<char> >* key) in f:\c++
  15. code\cryptgui\cryptgui\cryptgui\drivercode.cpp:line 75
  16. at GUI.mainGUI.encode_Click(Object sender, EventArgs e) in f:\c++ code\cryptg
  17. ui\cryptgui\cryptgui\maingui.h:line 299
  18. at System.Windows.Forms.Control.OnClick(EventArgs e)
  19. at System.Windows.Forms.Button.OnClick(EventArgs e)
  20. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  21. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, In
  22. t32 clicks)
  23. at System.Windows.Forms.Control.WndProc(Message& m)
  24. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  25. at System.Windows.Forms.Button.WndProc(Message& m)
  26. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  27. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  28. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
  29. wparam, IntPtr lparam)
  30. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  31. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.Uns
  32. afeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int
  33. 32 reason, Int32 pvLoopData)
  34. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 r
  35. eason, ApplicationContext context)
  36. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason
  37. , ApplicationContext context)
  38. at System.Windows.Forms.Application.RunDialog(Form form)
  39. at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
  40. at System.Windows.Forms.Form.ShowDialog()
  41. at main() in f:\c++ code\cryptgui\cryptgui\cryptgui\maingui.cpp:line 13
  42. at _mainCRTStartup()
  43.  
  44. F:\C++ Code\cryptGUI\cryptGUI\Release>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement