baccon404 / procurement

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

Exception Thrown on Vaal Orbs #197

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Procurement v1.2.0 with a Vaal Orb in your inventory
2.
3.

What is the expected output? What do you see instead?
Expect the program to process my stash data and proceed to the main screen.

Instead I get the error: ItemFactory unable to instanciate type : Vaal Orb

What version of the product are you using? On what operating system?
Version: 1.2.0
OS: Windows 8 x64

Please provide any additional information below.

It can be fixed with the following changes to source:
ProxyMapper.cs
+46            { "Imprint", OrbType.Imprint },
+47            {"Vaal", OrbType.Vaal}

OrbType.cs
+33        Mirror,
+34        Vaal

My version of the files are attached.

Additional additional comments :-D
I wish I could just do a pull request GitHub style.

Original issue reported on code.google.com by Xael...@gmail.com on 7 Mar 2014 at 8:05

Attachments:

GoogleCodeExporter commented 8 years ago
Hello! Can you please explain how to fix problem in detail please? I tried to 
put attached files to Prucurement folder, but it didn't fix the problem.

Original comment by raventar...@gmail.com on 8 Mar 2014 at 9:35

GoogleCodeExporter commented 8 years ago
This is his source code, the owner of this repo has to accept these new source 
codes and recompile procurement to make it work. 

or u can do it yourself as well. 

Original comment by edwardfo...@gmail.com on 8 Mar 2014 at 10:23

GoogleCodeExporter commented 8 years ago
Where exactly do you put these?

Original comment by sbrevolu...@gmail.com on 9 Mar 2014 at 5:07

GoogleCodeExporter commented 8 years ago
Issue 199 has been merged into this issue.

Original comment by stickymaddness on 10 Mar 2014 at 6:02

GoogleCodeExporter commented 8 years ago
Can someone send me their .bin files, I'm looking specifically for .bin files 
for tabs that contain vaal orbs and corrupted gear.

The sooner I get this the sooner we can release a new version.

Original comment by stickymaddness on 10 Mar 2014 at 6:02

GoogleCodeExporter commented 8 years ago
Thanks guys, got a few bin files already, don't need any more!

Original comment by stickymaddness on 10 Mar 2014 at 7:51

GoogleCodeExporter commented 8 years ago
This has been fixed with Procurement 1.2.1.

Thanks to all who sent .bin files and Xaelyin for the code submission.

Original comment by stickymaddness on 10 Mar 2014 at 1:51