HuntingNut
HuntingNut
   Login or Register
HomeCommunity ForumsPhoto AlbumsRegister
     
 

User Info

Welcome Anonymous


Membership:
Latest: IPutMoInYoA
New Today: 0
New Yesterday: 0
Overall: 13131

People Online:
Members: 0
Visitors: 198
BOT: 1
Total: 199
Who Is Where:
 Visitors:
01: Forums
02: Home
03: Forums
04: Forums
05: Photo Albums
06: Your Account
07: Home
08: Forums
09: Home
10: Forums
11: Forums
12: Forums
13: Forums
14: Home
15: Forums
16: Forums
17: Forums
18: Home
19: News
20: Home
21: Photo Albums
22: Home
23: Forums
24: Forums
25: Forums
26: Forums
27: Photo Albums
28: Home
29: Photo Albums
30: Forums
31: Forums
32: Home
33: Home
34: Home
35: Forums
36: Forums
37: Forums
38: Forums
39: Forums
40: Home
41: Forums
42: Forums
43: Forums
44: Photo Albums
45: Forums
46: Photo Albums
47: Your Account
48: Forums
49: Forums
50: Photo Albums
51: Photo Albums
52: Forums
53: Forums
54: Your Account
55: Forums
56: Your Account
57: Forums
58: Forums
59: Forums
60: Forums
61: Forums
62: Members List
63: Photo Albums
64: Home
65: Photo Albums
66: Your Account
67: Photo Albums
68: Forums
69: Photo Albums
70: Home
71: Your Account
72: Photo Albums
73: Forums
74: Forums
75: Home
76: Forums
77: Forums
78: Your Account
79: Forums
80: Your Account
81: Home
82: Photo Albums
83: Forums
84: Photo Albums
85: Forums
86: Forums
87: Forums
88: Your Account
89: Forums
90: Photo Albums
91: Forums
92: Forums
93: Forums
94: Forums
95: Forums
96: Forums
97: Forums
98: Forums
99: Home
100: Forums
101: Forums
102: Forums
103: Home
104: Home
105: Forums
106: Forums
107: Forums
108: Forums
109: Forums
110: Forums
111: Forums
112: Forums
113: Home
114: Forums
115: Your Account
116: Your Account
117: Home
118: Forums
119: Your Account
120: Home
121: Forums
122: Forums
123: Forums
124: Forums
125: Home
126: Forums
127: Photo Albums
128: Forums
129: Photo Albums
130: Home
131: Photo Albums
132: Photo Albums
133: Forums
134: Forums
135: Forums
136: Photo Albums
137: Forums
138: Home
139: Forums
140: Home
141: Photo Albums
142: Home
143: Home
144: Forums
145: Forums
146: Forums
147: Your Account
148: Forums
149: Photo Albums
150: Photo Albums
151: Forums
152: Forums
153: Forums
154: Home
155: Forums
156: Home
157: Forums
158: Photo Albums
159: Forums
160: Forums
161: Forums
162: Photo Albums
163: Forums
164: Forums
165: Forums
166: Photo Albums
167: Forums
168: Your Account
169: Forums
170: Photo Albums
171: Forums
172: Home
173: Forums
174: Forums
175: Forums
176: Forums
177: Forums
178: Home
179: Home
180: Forums
181: Home
182: Photo Albums
183: Photo Albums
184: Forums
185: Your Account
186: Home
187: Forums
188: Forums
189: Photo Albums
190: Forums
191: Forums
192: Forums
193: Forums
194: Forums
195: Forums
196: Forums
197: Forums
198: Forums
  BOT:
01: Your Account

Staff Online:

No staff members are online!
 

Coppermine Stats
Photo Albums
 Albums: 308
 Pictures: 2452
  · Views: 824590
  · Votes: 1316
  · Comments: 86
 

Bug Report- Unhandled Exception in 2.099
Post your bug reports or feature requests here!

View previous topic :: View next topic  
Author Message
SyberShooter
Member
Member


Joined: Jul 23, 2010
Posts: 93
Location: Arizona

PostPosted: Tue Nov 29, 2011 8:51 am    Post subject: Bug Report- Unhandled Exception in 2.099 Reply with quote

In the Ballistics section, entered valid data and get

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at BallisticFuncs.Ballistics.FixWindDrift(SNAPSHOT[] snaps)
at BallisticFuncs.Ballistics.CalculateBallistics(SNAPSHOT[] snaps, Double BallisticCoeff, Double BulletWeight, Double Velocity, Double TargetZeroDistance, Double ScopeHeight, Double Temperature, Double Altitude, Double Angle, Int32 maxDistance, Int32 dx)
at PointBlank.ControlBallistics.MOATableHeader()
at PointBlank.ControlBallistics.btnRecompute_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


It seems to continue ok after closing the error dialog box
al
Back to top
View user's profile
DallanC
Site Admin
Site Admin


Joined: Jan 18, 2005
Posts: 3572
Location: Utah

PostPosted: Tue Nov 29, 2011 9:40 am    Post subject: Re: Bug Report- Unhandled Exception in 2.099 Reply with quote

What were the variables you used for the calculation?


-DallanC
Back to top
View user's profile Photo Gallery
SyberShooter
Member
Member


Joined: Jul 23, 2010
Posts: 93
Location: Arizona

PostPosted: Tue Nov 29, 2011 10:13 am    Post subject: Re: Bug Report- Unhandled Exception in 2.099 Reply with quote

I was on a target page for a recent 44 Mag Pistol load using the following info:
Name: 240gr LRN
Color: Red
BC: .151 (from Speer #13 loading data),
Velocity: 1027.7 A
Bullet Wt: 240
Altitude: 4500
Zero Dist: 25
Temp: 70
Sight in Height: 0.00
Up/Down: 0

After hitting continue in the error box, it seems to produce data as expected.
If I plug in values for sight-in height and up/down angle, I still get the exception thrown.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at BallisticFuncs.Ballistics.FixWindDrift(SNAPSHOT[] snaps)
at BallisticFuncs.Ballistics.CalculateBallistics(SNAPSHOT[] snaps, Double BallisticCoeff, Double BulletWeight, Double Velocity, Double TargetZeroDistance, Double ScopeHeight, Double Temperature, Double Altitude, Double Angle, Int32 maxDistance, Int32 dx)
at PointBlank.ControlBallistics.MOATableHeader()
at PointBlank.ControlBallistics.btnRecompute_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic   Printer Friendly Page    Forum Index » Bug Reports / Feature Requests
Page 1 of 1
All times are GMT - 7 Hours



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Valid CSS! Valid HTML 4.01!
Click to check if this page is realy HTML 4.01 compliant for speed :)

All logos and trademarks in this site are property of HuntingNut.com.
The comments are property of their posters, all the rest © 2011 by HuntingNut.com
Interactive software released under GNU GPL, Code Credits, Privacy Policy

.: Upgraded to DragonFly 9.2 by *Dizfunkshunal* :.