Page 1 of 1

Bug Reports for Magarena 1.73

PostPosted: 29 May 2016, 13:09
by melvin
To help us in addressing bugs, the best way is to create an issue on the issue tracker. This lets us keep track each report separately and ensures it doesn't get lost.
https://github.com/magarena/magarena/issues (requires github account)

For game play bugs, please include a gameplay report zip file. You can create a gameplay report by opening the options menu (press Esc during a duel) and selecting the "Gameplay Report" menu item.

Less preferred is to post your report in this thread. (requires forum account)

You can report anonymously via gitreports, note that name/email if provided will be listed on the issue tracker.
https://gitreports.com/issue/magarena/magarena (no sign-up required, name/email optional)

Re: Bug Reports for Magarena 1.73

PostPosted: 31 May 2016, 22:11
by jerichopumpkin
Sigil of Valor counts the creature it is equipped to

Re: Bug Reports for Magarena 1.73

PostPosted: 04 Jun 2016, 00:39
by melvin
jerichopumpkin wrote:Sigil of Valor counts the creature it is equipped to
Thanks for catching this. I can confirmed it, tracking as https://github.com/magarena/magarena/issues/773

Update: Fixed, problem was that the "other" in scripts is always with respect to the source, but in this case it should be with respected to the equipped creature. Switched to groovy code.

Re: Bug Reports for Magarena 1.73

PostPosted: 07 Jun 2016, 19:55
by muppet
I think Kalitas is crashing firemind.

Re: Bug Reports for Magarena 1.73

PostPosted: 07 Jun 2016, 21:35
by ShawnieBoy
muppet wrote:I think Kalitas is crashing firemind.
Yes, looks like something's not quite right, got the error report from firemind.ch

Code: Select all
java.lang.RuntimeException: unknown count "Vampire"
   at magic.data.EnglishToInt.convert(EnglishToInt.java:35)
   at magic.model.ARG.amount(ARG.java:34)
   at magic.model.event.MagicCostEvent$2.toEvent(MagicCostEvent.java:32)
   at magic.model.event.MagicCostEvent.build(MagicCostEvent.java:280)
   at magic.model.event.MagicRegularCostEvent.<init>(MagicRegularCostEvent.java:22)
   at magic.model.event.MagicRegularCostEvent.build(MagicRegularCostEvent.java:45)
   at magic.model.event.MagicPermanentActivation.create(MagicPermanentActivation.java:114)
   at magic.model.MagicAbility$167.addAbilityImpl(MagicAbility.java:1228)
   at magic.model.MagicAbility.addAbility(MagicAbility.java:1419)
   at magic.data.CardProperty$14.setProperty(CardProperty.java:102)
   at magic.model.MagicCardDefinition.loadAbilities(MagicCardDefinition.java:188)
   at magic.model.MagicCard.<init>(MagicCard.java:100)
   at magic.model.MagicCard.<init>(MagicCard.java:88)
   at magic.model.MagicPlayer.createHandAndLibrary(MagicPlayer.java:424)
   at magic.model.MagicDuel.nextGame(MagicDuel.java:127)
   at magic.firemind.FiremindDuelRunner.runDuel(FiremindDuelRunner.java:167)
   at magic.firemind.FiremindDuelRunner.main(FiremindDuelRunner.java:76)

Re: Bug Reports for Magarena 1.73

PostPosted: 13 Jun 2016, 11:07
by muppet
This is fixed at least I have a duel with Kalitas running now.