[BR] Cessation Crystal (CG 74). game engine error while evolving any pokemon on my bo

Cessation Crystal (CG 74). game engine error while evolving any pokemon on my board while cessation crystal was attached to my opponents active. confusion status effect also did not go away when evolving


------------------Begin Game Log------------------
The game is about to start
Type: QuickPlay
Format: EX Block
Battle begins between kaniboooy0929 and tfw!
Coin flip [Opening Flip]: TAILS
tfw will start
Game setup complete
Between turns
Turn 1 begins
Put Eevee (DS 68) onto bench.
Attached a δ Rainbow Energy (DF 88) to Eevee
DEBUG: Eevee's Current_Energy_Cards: [δ Rainbow Energy (DF 88)]
Eevee used Metal Scoop
Eevee did 10 damage to Mankey
Between turns
Turn 2 begins
kaniboooy0929 drew 1 card
Attached a [P] Energy to Mankey
DEBUG: Mankey's Current_Energy_Cards: [[P] Energy]
Put Diglett (RG 61) onto bench.
Mankey used Paralyzing Gaze
Coin flip [Paralyzing Gaze]: TAILS
Between turns
Turn 3 begins
tfw drew 1 card
tfw played Steven's Advice (PK 83).
tfw drew 3 cards
Put Trapinch (DF 69) onto bench.
Attached a δ Rainbow Energy (DF 88) to Trapinch
DEBUG: Trapinch's Current_Energy_Cards: [δ Rainbow Energy (DF 88)]
Put Mew Star (DF 101) onto bench.
Put Chimecho (HP 37) onto bench.
Eevee used Metal Scoop
Eevee did 10 damage to Mankey
Between turns
Turn 4 begins
kaniboooy0929 drew 1 card
Attached a [F] Energy to Mankey
DEBUG: Mankey's Current_Energy_Cards: [[F] Energy, [P] Energy]
Mankey used Paralyzing Gaze
Coin flip [Paralyzing Gaze]: HEADS
Eevee is now paralyzed
Between turns
Turn 5 begins
tfw drew 1 card
Attached a Warp Energy (UF 100) to Trapinch
DEBUG: Trapinch's Current_Energy_Cards: [Warp Energy (UF 100), δ Rainbow Energy (DF 88)]
Between turns
Eevee is no longer paralyzed
Turn 6 begins
kaniboooy0929 drew 1 card
Cessation Crystal (CG 74) is attached to Mankey
Chimecho (HP 37)'s ability is blocked.
Mankey used Paralyzing Gaze
Coin flip [Paralyzing Gaze]: TAILS
Between turns
Turn 7 begins
tfw drew 1 card
tfw played Rocket's Admin (TRR 86).
Put 3 cards to Deck
Put 4 cards to Deck
tfw has shuffled deck.
kaniboooy0929 has shuffled deck.
tfw drew 6 cards
kaniboooy0929 drew 6 cards
Trapinch evolved into Vibrava (DF 42)
Attached a [P] Energy to Vibrava
DEBUG: Vibrava's Current_Energy_Cards: [[P] Energy, Warp Energy (UF 100), δ Rainbow Energy (DF 88)]
δ Rainbow Energy (DF 88) was discarded
Eevee retreated.
Vibrava is now active
Vibrava used Sonic Noise
Mankey is weak to PSYCHIC
Vibrava did 60 damage to Mankey
Mankey was knocked out
tfw took one prize card.
Diglett is now active
Between turns
Turn 8 begins
kaniboooy0929 drew 1 card
Put Stantler (UF 32) onto bench.
kaniboooy0929 played Castaway (CG 72).
kaniboooy0929 has shuffled deck.
Put [[F] Energy, Cessation Crystal (CG 74), Steven's Advice (HL 92)] to Hand
kaniboooy0929 has shuffled deck.
Attached a [F] Energy to Stantler
DEBUG: Stantler's Current_Energy_Cards: [[F] Energy]
Cessation Crystal (CG 74) is attached to Stantler
Between turns
Turn 9 begins
tfw drew 1 card
tfw played Holon Mentor (DS 93).
Windstorm (CG 85) was discarded
tfw has shuffled deck.
Put [Trapinch (HP 84), Holon's Castform (HP 44), Holon's Magnemite (DS 70)] to Hand
tfw has shuffled deck.
Chimecho has used Delta Support
Put [δ Rainbow Energy (DF 88)] to Hand
Put Trapinch (HP 84) onto bench.
erikreeds is now a spectator of the game
Attached a δ Rainbow Energy (DF 88) to Trapinch
DEBUG: Trapinch's Current_Energy_Cards: [δ Rainbow Energy (DF 88)]
Vibrava used Bite
Vibrava did 20 damage to Diglett
Between turns
Turn 10 begins
kaniboooy0929 drew 1 card
Attached a [F] Energy to Diglett
DEBUG: Diglett's Current_Energy_Cards: [[F] Energy]
kaniboooy0929 played Steven's Advice (HL 92).
kaniboooy0929 drew 6 cards
Put Slowpoke (RG 80) onto bench.
[F] Energy was discarded
Diglett retreated.
Stantler is now active
Chimecho (HP 37)'s ability is blocked.
Stantler used Screechy Voice
Vibrava is now confused
Stantler did 10 damage to Vibrava
Between turns
Turn 11 begins
tfw drew 1 card
tfw played Rare Candy (HP 90).
Trapinch evolved into Flygon (HP 7)
DEBUG: Game Engine Error: java.lang.IllegalStateException: Ability Delta Supply must have a Pokemon instance
java.lang.IllegalStateException: Ability Delta Supply must have a Pokemon instance
at tcgwars.logic.effect.ability.Ability.getLastTurnKey(Ability.java:91)
at tcgwars.logic.effect.basic.Evolve$1$2.process(Evolve.java:82)
at tcgwars.logic.effect.event.EventManager.processDelayedEffects(EventManager.java:139)
at tcgwars.logic.effect.event.EventManager.fireEvent(EventManager.java:172)
at tcgwars.logic.effect.event.EventManager.run2(EventManager.java:228)
at tcgwars.logic.effect.event.EventManager.activateInnerEffect(EventManager.java:281)
at tcgwars.logic.effect.event.EventManager$activateInnerEffect$5.call(Unknown Source)
at tcgwars.logic.groovy.TcgStatics.rareCandyGen3Play(TcgStatics.groovy:2270)
at tcgwars.logic.groovy.TcgStatics$rareCandyGen3Play$28.callStatic(Unknown Source)
at tcgwars.logic.impl.gen3.SandstormNG$_getImplementation_closure88$_closure568.doCall(SandstormNG.groovy:1830)
at tcgwars.logic.groovy.TcgBuilders$BasicTrainerGroovyImpl.process(TcgBuilders.groovy:30)
at tcgwars.logic.effect.event.EventManager.run2(EventManager.java:221)
at tcgwars.logic.effect.event.EventManager.activateEffect(EventManager.java:270)
at tcgwars.logic.effect.gm.ActivateSimpleTrainer.process(ActivateSimpleTrainer.java:59)
at tcgwars.logic.effect.event.EventManager.run2(EventManager.java:221)
at tcgwars.logic.effect.event.EventManager.activateInnerEffect(EventManager.java:281)
at tcgwars.logic.effect.gm.PlayTrainer.process(PlayTrainer.java:68)
at tcgwars.logic.effect.event.EventManager.run2(EventManager.java:221)
at tcgwars.logic.effect.event.EventManager.activateInnerEffect(EventManager.java:281)
at tcgwars.logic.effect.gm.PlayCard.process(PlayCard.java:60)
at tcgwars.logic.effect.event.EventManager.run2(EventManager.java:221)
at tcgwars.logic.effect.event.EventManager.run(EventManager.java:259)
at tcgwars.logic.GameManager.playCard(GameManager.java:200)
at tcgwars.logic.GameManager.mainLoop(GameManager.java:120)
at tcgwars.logic.GameManager$ExternalFunctions$1.main(GameManager.java:96)
at tcgwars.logic.util.Future.run(Future.java:90)
A Game Engine Error has occurred!
[tfw]: ???
Attached a Holon's Magnemite (DS 70) to Mew Star
DEBUG: Mew Star's Current_Energy_Cards: [Holon's Magnemite (DS 70)]
Holon's Magnemite (DS 70) is now a Special Energy Card
[kaniboooy0929]: ?
tfw played Holon Scientist (DS 97).
Rare Candy (HP 90) was discarded
tfw drew 7 cards
Eevee evolved into Espeon (DS 4)
DEBUG: Game Engine Error: java.lang.IllegalStateException: Ability Delta Heal must have a Pokemon instance
java.lang.IllegalStateException: Ability Delta Heal must have a Pokemon instance
at tcgwars.logic.effect.ability.Ability.getLastTurnKey(Ability.java:91)
at tcgwars.logic.effect.basic.Evolve$1$2.process(Evolve.java:82)
at tcgwars.logic.effect.event.EventManager.processDelayedEffects(EventManager.java:139)
at tcgwars.logic.effect.event.EventManager.fireEvent(EventManager.java:172)
at tcgwars.logic.effect.event.EventManager.run2(EventManager.java:228)
at tcgwars.logic.effect.event.EventManager.run(EventManager.java:259)
at tcgwars.logic.effect.gm.PlayCard.playEvolution(PlayCard.java:172)
at tcgwars.logic.effect.gm.PlayCard.process(PlayCard.java:50)
at tcgwars.logic.effect.event.EventManager.run2(EventManager.java:221)
at tcgwars.logic.effect.event.EventManager.run(EventManager.java:259)
at tcgwars.logic.GameManager.playCard(GameManager.java:200)
at tcgwars.logic.GameManager.mainLoop(GameManager.java:120)
at tcgwars.logic.GameManager$1.main(GameManager.java:389)
at tcgwars.logic.util.Future.run(Future.java:90)
A Game Engine Error has occurred!
[tfw]: game engine errors
Between turns
Turn 12 begins
kaniboooy0929 drew 1 card
[kaniboooy0929]: oh
kaniboooy0929 played Holon Mentor (DS 93).
Holon Mentor (DS 93) was discarded
kaniboooy0929 has shuffled deck.
Put [Mankey (HP 70), Mankey (HP 70), Slowpoke (RG 80)] to Hand
kaniboooy0929 has shuffled deck.
Put Mankey (HP 70) onto bench.
Put Mankey (HP 70) onto bench.
Stantler used Screechy Voice
Vibrava is no longer confused
Vibrava is now confused
Stantler did 10 damage to Vibrava
Between turns
Turn 13 begins
tfw drew 1 card
tfw played Holon Researcher (DS 95).
Rare Candy (HP 90) was discarded
tfw has shuffled deck.
Put [Flygon ex (DF 92)] to Hand
tfw has shuffled deck.
Vibrava evolved into Flygon ex (DF 92)
DEBUG: Game Engine Error: java.lang.IllegalStateException: Ability Sand Damage must have a Pokemon instance
java.lang.IllegalStateException: Ability Sand Damage must have a Pokemon instance
at tcgwars.logic.effect.ability.Ability.getLastTurnKey(Ability.java:91)
at tcgwars.logic.effect.basic.Evolve$1.process(Evolve.java:66)
at tcgwars.logic.effect.event.EventManager.run2(EventManager.java:221)
at tcgwars.logic.effect.event.EventManager.activateInnerEffect(EventManager.java:281)
at tcgwars.logic.effect.basic.Evolve.process(Evolve.java:39)
at tcgwars.logic.effect.event.EventManager.run2(EventManager.java:221)
at tcgwars.logic.effect.event.EventManager.run(EventManager.java:259)
at tcgwars.logic.effect.gm.PlayCard.playEvolution(PlayCard.java:172)
at tcgwars.logic.effect.gm.PlayCard.process(PlayCard.java:50)
at tcgwars.logic.effect.event.EventManager.run2(EventManager.java:221)
at tcgwars.logic.effect.event.EventManager.run(EventManager.java:259)
at tcgwars.logic.GameManager.playCard(GameManager.java:200)
at tcgwars.logic.GameManager.mainLoop(GameManager.java:120)
at tcgwars.logic.GameManager$1.main(GameManager.java:389)
at tcgwars.logic.util.Future.run(Future.java:90)
A Game Engine Error has occurred!
Coin flip [Confusion]: HEADS
Flygon ex used Psychic Pulse
Flygon ex did 80 damage to Stantler
Flygon ex did 10 damage to Diglett
Stantler was knocked out
tfw took one prize card.
Mankey is now active
Between turns
Sand Damage activates
Slowpoke got 10 damage
Diglett got 10 damage
Slowpoke got 10 damage
Mankey got 10 damage
Turn 14 begins
kaniboooy0929 drew 1 card
[tfw]: wtf lmao
kaniboooy0929 played Holon Adventurer (HP 85).
Slowpoke (RG 80) was discarded
kaniboooy0929 drew 3 cards
Slowpoke evolved into Dark Slowking (TRR 9)
Dark Slowking has used Cunning
Mankey evolved into Primeape (RG 28)
Mankey evolved into Primeape (RG 28)
Primeape retreated.
Diglett is now active
Between turns
Sand Damage activates
Slowpoke got 10 damage
Turn 15 begins
tfw drew 1 card
Espeon has used Delta Heal
Flygon ex was restored 10 health.
Eevee already has full health.
Espeon already has full health.
Mew Star already has full health.
Chimecho already has full health.
Flygon already has full health.
tfw played Holon Adventurer (HP 85).
Flygon (HP 7) was discarded
tfw drew 3 cards
tfw drew 1 card
tfw played Warp Point (UF 93).
Slowpoke is now active
Flygon ex is no longer confused
Mew Star is now active
Holon's Magnemite (DS 70) was discarded
Mew Star retreated.
Flygon ex is now active
Flygon has used Delta Supply
Attached a [P] Energy to Eevee
DEBUG: Eevee's Current_Energy_Cards: [[P] Energy]
Attached a Holon's Castform (HP 44) to Eevee
DEBUG: Eevee's Current_Energy_Cards: [[P] Energy, Holon's Castform (HP 44)]
Put [[P] Energy] to Hand
Holon's Castform (HP 44) is now a Special Energy Card
Flygon ex used Psychic Pulse
Slowpoke is weak to PSYCHIC
Flygon ex did 160 damage to Slowpoke
Flygon ex did 10 damage to Diglett
Flygon ex did 10 damage to Dark Slowking
Flygon ex did 10 damage to Primeape
Diglett was knocked out
tfw took one prize card.
Slowpoke was knocked out
tfw took one prize card.
Primeape is now active
Between turns
Turn 16 begins
kaniboooy0929 drew 1 card
Dark Slowking has used Cunning
tfw has shuffled deck.
kaniboooy0929 played Pokémon Retriever (TRR 84).
Put [Slowpoke (RG 80)] to Hand
Put Slowpoke (RG 80) onto bench.
kaniboooy0929 played Holon Scientist (DS 97).
Holon Adventurer (HP 85) was discarded
kaniboooy0929 drew 5 cards
Attached a Double Rainbow Energy (MA 88) to Primeape
DEBUG: Primeape's Current_Energy_Cards: [Double Rainbow Energy (MA 88)]
Mysterious Shard (CG 81) is attached to Primeape
Primeape used Toss
EXP.ALL (RG 91) was discarded
Fluffy Berry (UF 85) was discarded
Cessation Crystal (CG 74) was discarded
Double Rainbow Energy -10
Primeape did 80 damage to Flygon ex
Between turns
Sand Damage activates
Slowpoke got 10 damage
Turn 17 begins
tfw drew 1 card
Espeon has used Delta Heal
Flygon ex was restored 10 health.
Eevee already has full health.
Espeon already has full health.
Mew Star already has full health.
Chimecho already has full health.
Flygon already has full health.
tfw played Holon Transceiver (DS 98).
Put [Holon Adventurer (HP 85)] to Hand
tfw played Holon Adventurer (HP 85).
Rocket's Admin (TRR 86) was discarded
tfw drew 3 cards
Mew Star (DF 101) was discarded
Chimecho (HP 37) was discarded
Giant Stump (LM 75) is now in play.
cvariable is now a spectator of the game
tfw played Windstorm (CG 85).
Giant Stump (LM 75) was discarded
Mysterious Shard (CG 81) was discarded
Put Trapinch (HP 84) onto bench.
tfw played Rare Candy (HP 90).
Trapinch evolved into Flygon ex (DF 92)
Flygon has used Delta Supply
Attached a [P] Energy to Flygon ex
DEBUG: Flygon ex's Current_Energy_Cards: [[P] Energy]
Attached a Holon's Castform (HP 44) to Flygon ex
DEBUG: Flygon ex's Current_Energy_Cards: [[P] Energy, Holon's Castform (HP 44)]
Put [[P] Energy] to Hand
Holon's Castform (HP 44) is now a Special Energy Card
Flygon ex used Psychic Pulse
Primeape is weak to PSYCHIC
Flygon ex did 160 damage to Primeape
Flygon ex did 10 damage to Slowpoke
Flygon ex did 10 damage to Dark Slowking
Primeape was knocked out
tfw took one prize card.
Primeape is now active
Between turns
Sand Damage activates
Slowpoke got 10 damage
Turn 18 begins
kaniboooy0929 drew 1 card
Slowpoke evolved into Slowking (UF 14)
kaniboooy0929 played Holon Transceiver (DS 98).
cvariable has exited spectation.
Put [Holon Scientist (DS 97)] to Hand
kaniboooy0929 played Pokémon Reversal (RS 87).
Coin flip [Pokémon Reversal]: TAILS
kaniboooy0929 played Pokémon Reversal (RS 87).
Coin flip [Pokémon Reversal]: HEADS
Flygon ex is now active
kaniboooy0929 played Holon Scientist (DS 97).
Primeape (RG 28) was discarded
kaniboooy0929 drew 6 cards
Slowking has used Item Search
kaniboooy0929 has shuffled deck.
Put [Mysterious Shard (CG 81)] to Hand
kaniboooy0929 has shuffled deck.
[kaniboooy0929]: gg
Between turns
Turn 19 begins
tfw drew 1 card
[tfw]: gg
Attached a [P] Energy to Flygon ex
DEBUG: Flygon ex's Current_Energy_Cards: [[P] Energy, Holon's Castform (HP 44)]
Flygon ex used Psychic Pulse
Primeape is weak to PSYCHIC
Flygon ex did 160 damage to Primeape
Flygon ex did 10 damage to Slowking
Flygon ex did 10 damage to Dark Slowking
Primeape was knocked out
tfw took one prize card.
tfw wins the game! All prizes taken
Game has ended
[kaniboooy0929]: kaniboooy0929 has exited game.
erikreeds has exited spectation.

Fixed with v73.1

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.