Advertisement
Guest User

Untitled

a guest
Oct 8th, 2012
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. ************** Exception Text **************
  2. System.ArgumentOutOfRangeException: Value of '4' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
  3. Parameter name: Value
  4. at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
  5. at Chummer.PowerControl.set_PowerLevel(Int32 value)
  6. at Chummer.frmCreate.frmCreate_Load(Object sender, EventArgs e)
  7. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  8. at System.Windows.Forms.Form.OnCreateControl()
  9. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  10. at System.Windows.Forms.Control.CreateControl()
  11. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  12. at System.Windows.Forms.Control.WndProc(Message& m)
  13. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  14. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  15. at System.Windows.Forms.Form.WndProc(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  17. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  18. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  19.  
  20.  
  21. ************** Loaded Assemblies **************
  22. mscorlib
  23. Assembly Version: 4.0.0.0
  24. Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)
  25. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  26. ----------------------------------------
  27. Chummer
  28. Assembly Version: 0.0.0.418
  29. Win32 Version: 0.0.0.418
  30. CodeBase: file:///E:/Traditional%20Games/Shadowrun/4th%20Edition/Chummer%20Character%20Generator/Chummer.exe
  31. ----------------------------------------
  32. System.Windows.Forms
  33. Assembly Version: 4.0.0.0
  34. Win32 Version: 4.0.30319.278 built by: RTMGDR
  35. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  36. ----------------------------------------
  37. System.Drawing
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.0.30319.282 built by: RTMGDR
  40. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  41. ----------------------------------------
  42. System
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.0.30319.269 built by: RTMGDR
  45. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  46. ----------------------------------------
  47. System.Xml
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.0.30319.233 built by: RTMGDR
  50. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  51. ----------------------------------------
  52. System.Core
  53. Assembly Version: 4.0.0.0
  54. Win32 Version: 4.0.30319.233 built by: RTMGDR
  55. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  56. ----------------------------------------
  57. System.Configuration
  58. Assembly Version: 4.0.0.0
  59. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  60. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  61. ----------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement