NETRATz / evaluatedecks

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

Shrike death triggers assertion #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attack Deck (commander does not matter): P2AVGn
2. Defense Deck: QVLKF5
3. Full command used: iteratedecks-cli.exe -vv -o P2AVGn QVLKF5

What is the expected output? What do you see instead?
Assertion hit with the following output:

Assertion failed!

Program: C:\Applications\TyrantSimulator\iteratedecks-cli.exe
File: CLI2/../EXE/deck.h, Line 1008

Expression: SRC.IsAlive() && SRC.IsDefined() && SRC.canAttack()

What version of the product are you using? On what operating system?
iteratedecks-cli version 480

Please provide any additional information below.
I attached the verbose output but I was not able to pipe the program with -vv 
properly. Here is the last turn from -vv:

Turn 17 starts
[ 92|U "Devastator" A:0 H:1 D:0] Strike Raider 2 failed because there is no targ
et
[ 96|U "Lance Rider" A:1 H:6 D:0] begins attack
[ 96|U "Lance Rider" A:1 H:6 D:0] tries to attack [ 94|U "Shrike" A:2 H:1 D:0] .
..
Assertion failed!

Original issue reported on code.google.com by malats...@gmail.com on 3 Sep 2012 at 7:50

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for your report. Normally I should be able to reproduce this (using the 
480 binary and arguments). But it is good to have a log to compare.

Original comment by fabianku...@web.de on 6 Sep 2012 at 1:04

GoogleCodeExporter commented 9 years ago
Yeah, I figured you could reproduce it without issue; the logs are just fun for 
those of us who enjoy airchair debugging. :)

Original comment by malats...@gmail.com on 6 Sep 2012 at 2:44

GoogleCodeExporter commented 9 years ago
Seems already to be resolved in my tree. 
Adding testcase. Closing for now. Please verify that the bug does not appear in 
the next alpha release. (Which will come soon.)

Original comment by fabianku...@web.de on 6 Sep 2012 at 9:11