Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Error since Varian Patch #56

Open
drude2002 opened this issue Nov 25, 2016 · 15 comments
Open

Error since Varian Patch #56

drude2002 opened this issue Nov 25, 2016 · 15 comments

Comments

@drude2002
Copy link

Getting the following error since the Varian Patch:

Clearing 'out' directory...
Copying latest .build.info file...
Extracting 108 needed files...
Loading data...

Processing heroes...
Processing hero: Azmodan (Azmodan)
Sub-units: Azmodan [ 'Azmodan' ]
Processing hero: Li Li (LiLi)
Sub-units: LiLi [ 'LiLi' ]
Processing hero: Abathur (Abathur)
Alternate: AbathurSymbiote
Sub-units: Abathur [ 'Abathur', 'AbathurSymbiote' ]
Failed to parse: Behavior,AbathurEvolveMonstrosityDamageReduction50,ArmorModification.ArmorSet[Minion].ArmorMitigationTable[Basic]
(Turn an allied Minion or Locust into a Monstrosity. When enemy Minions near the Monstrosity die, it gains 5% Health and 5% Basic Attack damage, stacking up to times. The Monstrosity takes % less damage from non-Heroic enemies.Using Symbiote on the Monstrosity allows you to control it, in addition to Symbiote's normal benefits. This Ability can be reactivated to automatically cast Symbiote on your Monstrosity.)
TypeError: Cannot read property 'get' of undefined

I've manually added a fix for Behavior,AbathurEvolveMonstrosityDamageReduction50,ArmorModification.ArmorSet[Minion].ArmorMitigationTable[Basic] in Shared.C but it then fails on another hero etc etc

Any ideas?

@Reasno
Copy link

Reasno commented Dec 21, 2016

I am seeing this error too. Any updates?

@jnovack
Copy link
Member

jnovack commented Dec 23, 2016

have you submitted a patch for it?

@anysomeoneelse
Copy link

I am having the same issue!

@LeoLeal
Copy link
Contributor

LeoLeal commented Jan 4, 2017 via email

@LeoLeal
Copy link
Contributor

LeoLeal commented Jan 4, 2017 via email

@anysomeoneelse
Copy link

Not sure if I have enough insight, but if you have an easy task, I would be happy to help.

@LeoLeal
Copy link
Contributor

LeoLeal commented Jan 5, 2017 via email

@anysomeoneelse
Copy link

Which File would I need to alter to fix this problem?

@herrvigg
Copy link
Contributor

herrvigg commented Jan 21, 2017

hello,
i tried to run this extractor for the first time. Just to see i skipped Abathur but after that i encountered some other errors for Raynor, Tyrande and some kind of warnings for Tassadar. So far i have no idea what the state of the project is so i gave up.

See errors here : errors.txt

@herrvigg
Copy link
Contributor

@anysomeoneelse the error is raised in the main generate.js file. It's the first time i tried this project so i have no clue how to fix it yet.

But if you want to skip an hero simply as i did, look at the file shared/C.js and add the hero id to the list in this constant here :

exports.SKIP_HERO_IDS = ["GreymaneWorgen", "ChoGallBundleProduct"];

As said, there are many other issues after Abathur, so i gave up at the moment.

@crorella
Copy link

Any idea if this project is being maintained anymore?

@LeoLeal
Copy link
Contributor

LeoLeal commented May 31, 2017 via email

@crorella
Copy link

obrigado @LeoLeal

@jnovack
Copy link
Member

jnovack commented May 31, 2017

I am no longer actively maintaining it.

If someone has a patch, submit it. That's the beauty of open source.
If someone has something better, use it. That's the beauty of open source.

@crorella
Copy link

crorella commented Jun 8, 2017

I added all the new bosses up to DVa, but for the most part I have no idea what I was doing, just unblocking the errors by using the logic in place to replace XML paths. I'll submit a diff soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants