It is currently 06 Sep 2025, 19:08
   
Text Size

[Not Solved] + [Unfixable] Bug Archive

Moderators: BAgate, drool66, Aswan jaguar, gmzombie, stassy, CCGHQ Admins

[unsolvable-Hardcoded]Words of War

Postby Sonic » 06 Aug 2011, 04:06

Constructed 17 July V2

Words of War will cast for {R}.

The casting cost is actually {2} {R} – and the manalink.csv values are correct; showing the correct mana symbols on the card. However, in the magic.exe the ‘Card CC 1’ (colored mana cost) is set as ‘2’ and 'Card CC 2' (colorless mana) is ‘1’ – effectively reversing the colored and colorless casting costs to {1} {R} {R}.
Even after correcting the values – the card will still cast for {R}.
Last edited by Aswan jaguar on 25 Aug 2011, 12:07, edited 2 times in total.
Reason: unsolvable-hardcoded
Working On: Life, the Universe, and Everything.
User avatar
Sonic
Apprentice
 
Posts: 827
Joined: 27 Feb 2010, 00:37
Has thanked: 3 times
Been thanked: 161 times

Re: Words of War

Postby stassy » 06 Aug 2011, 04:18

Confirmed

Image
Attachments
1.zip
(2.39 KiB) Downloaded 347 times
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: [confirmed]Words of War

Postby Gargaroz » 06 Aug 2011, 14:06

This win the prize of "most strange bug ever".
I fixed the values in Magic.exe, but the bug still happens.
So, my guess is there's something hardcoded going on there. What card was originally on slot 0137 ?
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7097
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 595 times

Re: [confirmed]Words of War

Postby Sonic » 07 Aug 2011, 02:41

Gargaroz wrote:What card was originally on slot 0137 ?
Kudzu
{1} {G} {G}
Enchant Land
When target land is tapped it is destroyed, kudzu is then placed on another land of the tapping player's choice.

(Old Rules Text taken from original Master.csv file.)
Working On: Life, the Universe, and Everything.
User avatar
Sonic
Apprentice
 
Posts: 827
Joined: 27 Feb 2010, 00:37
Has thanked: 3 times
Been thanked: 161 times

[fixed 1st-unsolvable 2nd by Gargaroz]Experiment Kraj

Postby 0rion79 » 12 Sep 2011, 16:36

: Experiment Kraj makes the game to crash if it gives a +1/+1 counter to itself.
Last edited by Aswan jaguar on 13 Sep 2011, 17:33, edited 2 times in total.
Reason: fixed 1st bug-unsolvable 2nd
User avatar
0rion79
 
Posts: 1520
Joined: 24 Feb 2009, 18:33
Location: Italy
Has thanked: 94 times
Been thanked: 61 times

Re: [confirmed]Experiment Kraj crashes if it targets itself

Postby Aswan jaguar » 12 Sep 2011, 18:48

Another bug is that Experiment Kraj doesn't copy mana activated abilities e.g.
(Birds of Paradise)
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8131
Joined: 13 May 2010, 12:17
Has thanked: 748 times
Been thanked: 479 times

Re: [confirmed]Experiment Kraj crashes if it targets itself

Postby Gargaroz » 13 Sep 2011, 16:09

The first bug is fixed.
The second is due to the hardcoded mode of generating mana (IE : a permanents will generate mana only of its colors), so it's unsolvable right now.
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7097
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 595 times

[unfixable]Murderous Redcap

Postby KrNeki » 28 Sep 2011, 08:04

Describe the Bug:
Murderous Redcap deals 2 damage when coming from graveyard with persist.

Which card did behave improperly ?
Murderous Redcap

Which Version did you use ?(Constructed, Limited)and which update(date,name)
September 26th

What exactly should be the correct behavior/interaction ?
Murderous Redcap should deal only 1 damage when returning with persist.

Are any other cards possibly affected by this bug ?
Other persist cards possibly when interacting with other cards.
(Example: Kitchen Finks returning from persist with Pandemonium in play deals 3 damage instead of 2.)
Last edited by Aswan jaguar on 29 Sep 2011, 05:15, edited 3 times in total.
Reason: unfixable bug
KrNeki
 
Posts: 61
Joined: 11 Mar 2011, 09:02
Has thanked: 3 times
Been thanked: 1 time

Re: [confirmed]Murderous Redcap

Postby Aswan jaguar » 28 Sep 2011, 13:10

I confirm this bug when creatures with persist are killed and then should enter the battlefield with -1/-1 but they first appear in battlefield without the -1/-1 counter and then get -1/-1 so Murderous Redcap resolves as a 2/2 and make 2 damage again and then becomes 1/1,and Kitchen Finks (with Pandemonium in play) as 3/2 and make 3 damage then get -1/-1.
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8131
Joined: 13 May 2010, 12:17
Has thanked: 748 times
Been thanked: 479 times

Re: [confirmed]Murderous Redcap

Postby Gargaroz » 28 Sep 2011, 14:29

It's an old bug and it's hardcoded stuff : event if I add the counter before putting into play the creature, the power is reduced afterwards. This is unsovable righ now.
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7097
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 595 times

[unfixable-hardcoded]Reaper from the Abyss

Postby stassy » 04 Oct 2011, 07:59

Describe the Bug:
Reaper from the Abyss will corrupt any savegame with it in a deck

Which card did behave improperly ?
Reaper from the Abyss

Which Version did you use ?(Constructed, Limited)and which update(date,name)
Inny V2 Constructed

What exactly should be the correct behavior/interaction ?
Reaper from the Abyss should not corrupt savegame

Are any other cards possibly affected by this bug ?
Any other card generating DeadBox card effect

Pick a working deck that can save properly, add Reaper from the Abyss to it, play a duel, save and try to reload.
Last edited by Aswan jaguar on 04 Oct 2011, 12:16, edited 1 time in total.
Reason: unfixable-hardcoded
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Reaper from the Abyss

Postby Gargaroz » 04 Oct 2011, 11:51

I have no idea on what's happening. The card works fine ?
Test with adding Skirsdag High Priest to a deck that saves correctly. If it corrupts the savegame, I know what's happening, but I can't fix it (stupid hardcoded limits...).
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7097
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 595 times

Re: [unfixable-hardcoded]Reaper from the Abyss

Postby Gargaroz » 04 Oct 2011, 12:27

As this was edited, my guess seems confirmeed.
The problem is this : values > 13 in the cc[2] field of Magic.exe corrupt the savegame.
Please test with Ancestral Vision and Vampire Outcasts, the also uses valour > 13.
This could be modified, but it's useful for speeding up the initial check for decks in order to determine what will be active in Rules Engine's features.
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7097
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 595 times

Re: [unfixable-hardcoded]Reaper from the Abyss

Postby stassy » 04 Oct 2011, 12:47

Unfortunately Skirsdag High Priest also corrupt my savegame but Ancestral Vision and Vampire Outcasts work fine (they don't have Deadbox also so it might be Morbid effect related)
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: [unfixable-hardcoded]Reaper from the Abyss

Postby Gargaroz » 04 Oct 2011, 14:48

Ok, this is MUCH better, but very strange.
So it's related to Morbid. I'll investigate.
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7097
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 595 times

PreviousNext

Return to Archived Reports

Who is online

Users browsing this forum: No registered users and 36 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 36 users online :: 0 registered, 0 hidden and 36 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 36 guests

Login Form