Page 1 of 1

Bug Jahannam

PostPosted: 09 Jun 2013, 21:05
by Zage
It happens every time I beat the challenge Jahannam (Very Hard) in Quest Mode. I've done it 4 times now, it crashes right at lethal damage in the last (2nd) game, every time.

He can't handle the elf combo, but I can't handle the crash. Any suggestions?

I put the rewards at their max and made the boosters contain 5 commons, 5 uncommons and 5 rares.

Not sure what else I can add other than the bug code, so here is that:


Description: [describe what you were doing when the crash occurred]

IllegalArgumentException | Open
Code: Select all
Forge Version:    1.3.16-r21506
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_21 Oracle Corporation

java.lang.IllegalArgumentException: No CardRules limitations could be parsed from: rares
   at forge.quest.BoosterUtils.parseRulesLimitation(BoosterUtils.java:216)
   at forge.quest.BoosterUtils.parseReward(BoosterUtils.java:237)
   at forge.quest.BoosterUtils.generateCardRewardList(BoosterUtils.java:306)
   at forge.quest.QuestEvent.getCardRewardList(QuestEvent.java:109)
   at forge.gui.match.QuestWinLose.awardSpecialReward(QuestWinLose.java:659)
   at forge.gui.match.QuestWinLose.awardChallengeWin(QuestWinLose.java:648)
   at forge.gui.match.QuestWinLose.populateCustomPanel(QuestWinLose.java:182)
   at forge.gui.match.ViewWinLose.<init>(ViewWinLose.java:129)
   at forge.game.MatchController$1.run(MatchController.java:128)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$200(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)

Re: Bug Jahannam

PostPosted: 09 Jun 2013, 21:25
by friarsol
Looks like you are on an old version. It's having a problem parsing the reward you are supposed to get. I know this was fixed, and I'm pretty sure it was fixed for the most recent beta.

In addition, please post bug reports in the thread of the release that you are using, and make sure you are up to the most recent beta release when reporting bugs.