mylilpenguin / procurement

Automatically exported from code.google.com/p/procurement
0 stars 0 forks source link

Application crashes when switching leagues with different number of characters. #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have characters in two leagues, and different number of characters in those 
leagues.  For example, three in Standard and one in Anarchy.
2. Select the league with more characters, and a character in that league 
numerically after the number of characters in the second league (e.g., the 
second or third character in Standard).
3. Switch to the second league.  Application shows a message box that an error 
has occurred, and then crashes.  From the type of the exception, it looks like 
the crash was due to trying to select the character in the second league in the 
same index as the selected character in the first league, which does not exist.

What is the expected output? What do you see instead?
Select a character in the second league.  Either selecting the first or last 
character in that league would make sense.

What version of the product are you using? On what operating system?
0.0.6, Windows 7 64-bit.

Please provide any additional information below.
Debug log file attached.

Original issue reported on code.google.com by cmaca...@gmail.com on 29 Jun 2013 at 7:30

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for reporting this, I will look into it.

Original comment by stickymaddness on 29 Jun 2013 at 10:19

GoogleCodeExporter commented 8 years ago

Original comment by stickymaddness on 30 Jun 2013 at 9:30

GoogleCodeExporter commented 8 years ago
I've committed a fix for this, which will be included in 0.0.7 which will be 
released today.

Original comment by stickymaddness on 30 Jun 2013 at 9:42

GoogleCodeExporter commented 8 years ago
I can confirm this is working fine for me in 0.0.7.  Thanks!

Original comment by cmaca...@gmail.com on 30 Jun 2013 at 9:12