Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---> System.Net.Sockets.SocketException: The requested address is not valid in this context
  2. at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] in <filename unknown>:0
  3. at System.Windows.Forms.XplatUIX11.SetDisplay (IntPtr display_handle) [0x00000] in <filename unknown>:0
  4. at System.Windows.Forms.XplatUIX11..ctor () [0x00000] in <filename unknown>:0
  5. at System.Windows.Forms.XplatUIX11.GetInstance () [0x00000] in <filename unknown>:0
  6. at System.Windows.Forms.XplatUI..cctor () [0x00000] in <filename unknown>:0
  7. --- End of inner exception stack trace ---
  8. at System.Windows.Forms.Application.EnableVisualStyles () [0x00000] in <filename unknown>:0
  9. at KeePass.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
  10. [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---> System.Net.Sockets.SocketException: The requested address is not valid in this context
  11. at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] in <filename unknown>:0
  12. at System.Windows.Forms.XplatUIX11.SetDisplay (IntPtr display_handle) [0x00000] in <filename unknown>:0
  13. at System.Windows.Forms.XplatUIX11..ctor () [0x00000] in <filename unknown>:0
  14. at System.Windows.Forms.XplatUIX11.GetInstance () [0x00000] in <filename unknown>:0
  15. at System.Windows.Forms.XplatUI..cctor () [0x00000] in <filename unknown>:0
  16. --- End of inner exception stack trace ---
  17. at System.Windows.Forms.Application.EnableVisualStyles () [0x00000] in <filename unknown>:0
  18. at KeePass.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement