xrexis / procurement

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

Can't open procurement after editing my tabs only #300

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of Procurement are you using? On what operating system?
version 1.7.1 on windows 8

What steps will reproduce the problem?
1.I edit the "MyTabs" part in the settings doc to only load my tabs.
2.When I try to start procurement and it loads everything okay and even says 
Done! at the bottom.
3.Then an error pops up saying There was an unhandled error - sorry!

What is the expected output? What do you see instead?
I expect for procurement to actually open and have only the tabs i listed to 
load.

Please provide any additional information below.
When i only include 1 of my tabs under the "MyTabs" section it works fine. But 
as soon as i add a second tab, the error appears during launch.
Attached is my debuginfo.

Original issue reported on code.google.com by jackjack...@hotmail.com on 21 Aug 2014 at 12:25

Attachments:

GoogleCodeExporter commented 9 years ago
Here is what I'm trying to do in my settings:

    <List name="MyTabs">
      <Item value="ONE" />
      <Item value="TWO" />
      <Item value="THREE" />
    </List>

My tabs in game are actually named "ONE", "TWO", and "THREE". It works fine if 
I just have

    <List name="MyTabs">
      <Item value="ONE" />
    </List>

But if I add another tab or more to the list then it doesn't work.. I have 
added many tabs to the list in previous versions and it has worked fine. Please 
Help

Original comment by jackjack...@hotmail.com on 21 Aug 2014 at 12:29

GoogleCodeExporter commented 9 years ago
Update: doesn't work with version 1.7.2 either

Original comment by jackjack...@hotmail.com on 21 Aug 2014 at 9:00

GoogleCodeExporter commented 9 years ago
This seems to be related to Issue 303, but I'll keep your ticket open to track 
it separately. Once a fix has been released for that issue, it should fix your 
problem as well.

Original comment by stickymaddness on 22 Aug 2014 at 8:38

GoogleCodeExporter commented 9 years ago
I have found the cause of this issue, it will be fixed in 1.8.0.

Original comment by stickymaddness on 23 Aug 2014 at 10:34