It is currently 24 May 2025, 17:15
   
Text Size

Bug Reports (snapshot builds)

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Bug Reports (snapshot builds)

Postby friarsol » 01 Apr 2013, 12:18

Max mtg wrote:Sol, I could not reproduce that thing with sideboard. Did you do anything specific to achieve that?
Not that I can tell. I'm in Quest Mode, I have a sideboard, and I just click inside on the first card. I don't think I ever press spacebar or anything else. I'll look again when I get home from work (in 11 hours) to see if there's anything that might be part of it.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Bug Reports (snapshot builds)

Postby 7543021 » 01 Apr 2013, 16:19

The empty dialogue window problem comes back in forge20700.This problem has been appeared in the early forge1.3.10snapshot versions.My computer is using java7 by the way.
Attachments
无标题.png
7543021
 
Posts: 14
Joined: 16 Feb 2013, 08:54
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby Max mtg » 01 Apr 2013, 18:35

friarsol wrote:
Max mtg wrote:Sol, I could not reproduce that thing with sideboard. Did you do anything specific to achieve that?
Not that I can tell. I'm in Quest Mode, I have a sideboard, and I just click inside on the first card. I don't think I ever press spacebar or anything else. I'll look again when I get home from work (in 11 hours) to see if there's anything that might be part of it.
Does having sleight of hand make difference for repro of this issue?
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

Re: Bug Reports (snapshot builds)

Postby storms » 01 Apr 2013, 18:47

when i use unexpected results after 1 match wont work properly,

when ai uses Liliane of the veil ultimate Liliane stays on 5 counters (but i like it makes it harder to beat)

during end phase when i use a artifact that alows me to exile a creature during end phase and return to field i wont alow me to do this on creatures that i got from ai with act of treason is that normal
storms
 
Posts: 10
Joined: 12 Jan 2013, 20:42
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby Max mtg » 01 Apr 2013, 18:56

Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

Re: Bug Reports (snapshot builds)

Postby friarsol » 01 Apr 2013, 20:24

Max mtg wrote:Does having sleight of hand make difference for repro of this issue?
I'm fairly certain I don't have the sleight of hand quest item, but I'll double check in a few hours.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Bug Reports (snapshot builds)

Postby Max mtg » 01 Apr 2013, 20:36

tengumai wrote:Castigate

On 1.3.11, Castigate forces me to discard a card from my hand, even when I select an opponent as a target.
I have commited in r20710 a script that would produce a correct effect, but stack description is still wrong. At least, this action has decreased the severeness of bug.
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

Re: Bug Reports (snapshot builds)

Postby friarsol » 01 Apr 2013, 21:00

Max mtg wrote:
tengumai wrote:Castigate

On 1.3.11, Castigate forces me to discard a card from my hand, even when I select an opponent as a target.
I have commited in r20710 a script that would produce a correct effect, but stack description is still wrong. At least, this action has decreased the severeness of bug.
This looks to be the same thing that moomarc was going to fix as reported on the main threads. It shouldn't really need any script changes.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Bug Reports (snapshot builds)

Postby friarsol » 01 Apr 2013, 23:48

friarsol wrote:
Max mtg wrote:Does having sleight of hand make difference for repro of this issue?
I'm fairly certain I don't have the sleight of hand quest item, but I'll double check in a few hours.
Definitely no Sleight of Hand. I've attached my quest data file in case that will help.
Attachments
vlad.zip
(4.78 KiB) Downloaded 231 times
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Bug Reports (snapshot builds)

Postby Corwin72 » 02 Apr 2013, 01:34

forge-1.3.12-20130401.125222-4
Kodama's Reach had blank boxes for the lands that I was searching for. I could X the boxes but I would not receive any lands in play or in hand.
User avatar
Corwin72
 
Posts: 793
Joined: 15 Sep 2009, 13:26
Location: Grayson, Ga
Has thanked: 25 times
Been thanked: 9 times

Re: Bug Reports (snapshot builds)

Postby tengumai » 02 Apr 2013, 03:08

friarsol wrote:
Max mtg wrote:
tengumai wrote:Castigate

On 1.3.11, Castigate forces me to discard a card from my hand, even when I select an opponent as a target.
I have commited in r20710 a script that would produce a correct effect, but stack description is still wrong. At least, this action has decreased the severeness of bug.
This looks to be the same thing that moomarc was going to fix as reported on the main threads. It shouldn't really need any script changes.
Impressive response time!
tengumai
 
Posts: 12
Joined: 27 Aug 2011, 18:16
Has thanked: 1 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby Max mtg » 02 Apr 2013, 06:39

Corwin72 wrote:forge-1.3.12-20130401.125222-4
Kodama's Reach had blank boxes for the lands that I was searching for. I could X the boxes but I would not receive any lands in play or in hand.
Oh! Same issue as 7543021 has!
Corwin, please write down your system specs.
I'm particularly interested in CPU model, Java version and OS.

That must be the threads. Swing dialogs invoked from non-EDT thread are not guaranteed to work, the what myk has warned against. In this case I'll have to wrap them into invokeInEdtAndWait (or some similiar method)
Single class for single responsibility.
Max mtg
Programmer
 
Posts: 1997
Joined: 02 Jul 2011, 14:26
Has thanked: 173 times
Been thanked: 334 times

Re: Bug Reports (snapshot builds)

Postby moomarc » 02 Apr 2013, 08:13

friarsol wrote:
Max mtg wrote:
tengumai wrote:Castigate

On 1.3.11, Castigate forces me to discard a card from my hand, even when I select an opponent as a target.
I have commited in r20710 a script that would produce a correct effect, but stack description is still wrong. At least, this action has decreased the severeness of bug.
This looks to be the same thing that moomarc was going to fix as reported on the main threads. It shouldn't really need any script changes.
For now I've added the Chooser and DefinedPlayer parameters to other similar cards because I need a little more time to work some things out (r20722). It makes the scripts a little more foolproof if nothing else. Also, looking at the stack description, it has never been able to handle targeted hidden origin changes and needs quite a large overhaul.

EDIT: The main issue is fixed. It is now handled the way I had intended initially when I made the changes for Oath of Lieges, I had just made a slight logic error.
-Marc
User avatar
moomarc
Pixel Commander
 
Posts: 2091
Joined: 04 Jun 2010, 15:22
Location: Johannesburg, South Africa
Has thanked: 371 times
Been thanked: 372 times

Re: Bug Reports (snapshot builds)

Postby 7543021 » 02 Apr 2013, 11:11

Max mtg wrote:
Corwin72 wrote:forge-1.3.12-20130401.125222-4
Kodama's Reach had blank boxes for the lands that I was searching for. I could X the boxes but I would not receive any lands in play or in hand.
Oh! Same issue as 7543021 has!
Corwin, please write down your system specs.
I'm particularly interested in CPU model, Java version and OS.

That must be the threads. Swing dialogs invoked from non-EDT thread are not guaranteed to work, the what myk has warned against. In this case I'll have to wrap them into invokeInEdtAndWait (or some similiar method)
Here is mine,hope it is helpful
Java environment: Java 7 Update 1 Standard Edition(build 1.7.0_01-b08)
System:win7 32-bit
Cpu: Intel celeron E3400(dual core 2.60Ghz)
7543021
 
Posts: 14
Joined: 16 Feb 2013, 08:54
Has thanked: 0 time
Been thanked: 0 time

Re: Bug Reports (snapshot builds)

Postby swordshine » 02 Apr 2013, 11:50

moomarc wrote:For now I've added the Chooser and DefinedPlayer parameters to other similar cards because I need a little more time to work some things out (r20722). It makes the scripts a little more foolproof if nothing else. Also, looking at the stack description, it has never been able to handle targeted hidden origin changes and needs quite a large overhaul.

EDIT: The main issue is fixed. It is now handled the way I had intended initially when I made the changes for Oath of Lieges, I had just made a slight logic error.
Maybe we should add the stack descriptions of these cards manually, I searched "\bChangeZone\b.*ValidTgts\$ Opponent", only got 22 results.
swordshine
 
Posts: 682
Joined: 11 Jul 2010, 02:37
Has thanked: 116 times
Been thanked: 87 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 27 guests


Who is online

In total there are 27 users online :: 0 registered, 0 hidden and 27 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 27 guests

Login Form