It is currently 18 Aug 2025, 04:04
   
Text Size

Current Known Bugs list

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

Re: Current Known Bugs list

Postby Bundy » 06 Aug 2011, 17:24

Computer used Molten Rain to destroy my Taiga, but i did not loose the 2 life.
Bundy
 
Posts: 348
Joined: 17 Dec 2010, 17:32
Location: The netherlands
Has thanked: 23 times
Been thanked: 3 times

Re: Current Known Bugs list

Postby eidolon » 06 Aug 2011, 20:05

You probably already know that there are a few problems with the Morph cards, but Primal Whisperer 's ability pumps himself, even if the card is face-down, making it a 4/4 (or bigger) creature for 3 colorless mana.

Sigil Blessing is currently implemented as +2/+2 to target creature and then +1/+1 to all creatures you control, which results in the correct p/t changes, but still says +2/+2 in the description.
eidolon
 
Posts: 56
Joined: 15 Sep 2009, 22:12
Location: Bavaria, Germany
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby cc-drake » 07 Aug 2011, 06:43

- Lightning Coils don't trigger for a dying Guardian Idol
- Soul Collector does not trigger
- When a creature equipped with Banshee's Blade is blocked by multiple creatures, the Blade triggers for each creature I assign damage to.
- Casting Maggot Therapy on AI's Stratozeppelid in AI's Declare Blockers step gives
Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


For input string: "+2"


Version:
Forge -- official beta: $Date$, SVN revision: $Revision$

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NumberFormatException: For input string: "+2"
   at java.lang.NumberFormatException.forInputString(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.valueOf(Unknown Source)
   at forge.card.staticAbility.StaticAbility_Continuous.applyContinuousAbility(StaticAbility_Continuous.java:69)
   at forge.card.staticAbility.StaticAbility.applyAbility(StaticAbility.java:135)
   at forge.GameAction.checkStateEffects(GameAction.java:624)
   at forge.MagicStack.finishResolving(MagicStack.java:839)
   at forge.card.abilityFactory.AbilityFactory.resolve(AbilityFactory.java:1776)
   at forge.MagicStack.resolveStack(MagicStack.java:782)
   at forge.Phase.passPriority(Phase.java:697)
   at forge.ComputerAI_General.stackResponse(ComputerAI_General.java:442)
   at forge.ComputerAI_General.stack_not_empty(ComputerAI_General.java:387)
   at forge.ComputerAI_Input.think(ComputerAI_Input.java:67)
   at forge.ComputerAI_Input.showMessage(ComputerAI_Input.java:47)
   at forge.GuiInput.setInput(GuiInput.java:43)
   at forge.GuiInput.update(GuiInput.java:32)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:17)
   at forge.gui.input.InputControl.resetInput(InputControl.java:89)
   at forge.Phase.passPriority(Phase.java:688)
   at forge.gui.input.Input_PassPriority.selectButtonOK(Input_PassPriority.java:46)
   at forge.GuiInput.selectButtonOK(GuiInput.java:57)
   at forge.GuiDisplay4.okButtonActionPerformed(GuiDisplay4.java:1116)
   at forge.GuiDisplay4.access$300(GuiDisplay4.java:51)
   at forge.GuiDisplay4$32.actionPerformed(GuiDisplay4.java:869)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.AbstractButton.doClick(Unknown Source)
   at javax.swing.plaf.basic.BasicRootPaneUI$Actions.actionPerformed(Unknown Source)
   at javax.swing.SwingUtilities.notifyAction(Unknown Source)
   at javax.swing.JComponent.processKeyBinding(Unknown Source)
   at javax.swing.KeyboardManager.fireBinding(Unknown Source)
   at javax.swing.KeyboardManager.fireKeyboardAction(Unknown Source)
   at javax.swing.JComponent.processKeyBindingsForAllComponents(Unknown Source)
   at javax.swing.JComponent.processKeyBindings(Unknown Source)
   at javax.swing.JComponent.processKeyEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
- Spitfire Handler gives
Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


For input string: "creatures with power greater than CARDNAME's power"


Version:
Forge -- official beta: $Date$, SVN revision: $Revision$

OS: Windows XP Version: 5.1 Architecture: x86

Java Version: 1.6.0_26 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NumberFormatException: For input string: "creatures with power greater than CARDNAME's power"
   at java.lang.NumberFormatException.forInputString(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at java.lang.Integer.parseInt(Unknown Source)
   at forge.CombatUtil.canBlock(CombatUtil.java:316)
   at forge.ComputerUtil_Block2.getPossibleBlockers(ComputerUtil_Block2.java:133)
   at forge.ComputerUtil_Block2.makeGoodBlocks(ComputerUtil_Block2.java:240)
   at forge.ComputerUtil_Block2.getBlockers(ComputerUtil_Block2.java:581)
   at forge.ComputerAI_General.declare_blockers(ComputerAI_General.java:354)
   at forge.gui.input.InputControl.updateInput(InputControl.java:155)
   at forge.gui.input.InputControl.updateInput(InputControl.java:139)
   at forge.GuiInput.update(GuiInput.java:30)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:17)
   at forge.Phase.nextPhase(Phase.java:458)
   at forge.GuiDisplay4$32.actionPerformed(GuiDisplay4.java:874)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.AbstractButton.doClick(Unknown Source)
   at javax.swing.plaf.basic.BasicRootPaneUI$Actions.actionPerformed(Unknown Source)
   at javax.swing.SwingUtilities.notifyAction(Unknown Source)
   at javax.swing.JComponent.processKeyBinding(Unknown Source)
   at javax.swing.KeyboardManager.fireBinding(Unknown Source)
   at javax.swing.KeyboardManager.fireKeyboardAction(Unknown Source)
   at javax.swing.JComponent.processKeyBindingsForAllComponents(Unknown Source)
   at javax.swing.JComponent.processKeyBindings(Unknown Source)
   at javax.swing.JComponent.processKeyEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.awt.EventQueue$2.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Last edited by cc-drake on 07 Aug 2011, 11:01, edited 1 time in total.
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Current Known Bugs list

Postby Almost_Clever » 07 Aug 2011, 10:42

The computer does not sacrifice Stoic Ephemera at the end of combat when it blocks with it.
The computer regenerated Gobhobbler Rats even though it still had cards in its hand.
I discarded Soulsworn Jury to the computer's Hellhole Rats but I was not dealt any damage.
I was prompted to discard a card due to Pain Magnification when I was dealt one (Rakdos Ickspitter) or two damage (Hellhole Rats).
I destroyed the Pain Magnification (it was too ridiculous the way it was working), but its buggy trigger was still causing me to discard the next match (not just the next game)! (Or it might have been due to the Pain Magnification that was apparently in its hand that it cast the next turn.)
Plumes of Peace erroneously has Flash.
The computer attacked with Giant Solifuge into a Souls of the Faultless that I pumped up and I got this error:


Code: Select all
An error has occurred. You can copy/paste this message or save it to a file.
Please report this, plus what you tried to do, to:
   http://www.slightlymagic.net/forum/viewforum.php?f=26
If you don't want to register an account, you can mail it directly to
   mtgerror@yahoo.com


null


Version:
Forge -- official beta: $Date$, SVN revision: $Revision$

OS: Windows Vista Version: 6.0 Architecture: x86

Java Version: 1.6.0_11 Vendor: Sun Microsystems Inc.

Detailed error trace:
java.lang.NullPointerException
   at forge.card.abilityFactory.AbilityFactory.calculateAmount(AbilityFactory.java:1139)
   at forge.card.abilityFactory.AbilityFactory_AlterLife.loseLifeStackDescription(AbilityFactory_AlterLife.java:470)
   at forge.card.abilityFactory.AbilityFactory_AlterLife$6.getStackDescription(AbilityFactory_AlterLife.java:431)
   at forge.card.spellability.SpellAbility_StackInstance.<init>(SpellAbility_StackInstance.java:56)
   at forge.card.spellability.SpellAbility_StackInstance.<init>(SpellAbility_StackInstance.java:71)
   at forge.MagicStack.push(MagicStack.java:750)
   at forge.MagicStack.add(MagicStack.java:326)
   at forge.GameAction.playSpellAbility(GameAction.java:2058)
   at forge.MagicStack.chooseOrderOfSimultaneousStackEntry(MagicStack.java:1088)
   at forge.MagicStack.chooseOrderOfSimultaneousStackEntryAll(MagicStack.java:1037)
   at forge.Phase.setPriority(Phase.java:129)
   at forge.Phase.resetPriority(Phase.java:139)
   at forge.Phase.handleBeginPhase(Phase.java:383)
   at forge.gui.input.InputControl.updateInput(InputControl.java:138)
   at forge.GuiInput.update(GuiInput.java:30)
   at java.util.Observable.notifyObservers(Unknown Source)
   at java.util.Observable.notifyObservers(Unknown Source)
   at forge.MyObservable.updateObservers(MyObservable.java:17)
   at forge.Phase.nextPhase(Phase.java:458)
   at forge.Phase.nextPhase(Phase.java:461)
   at forge.GuiDisplay4$32.actionPerformed(GuiDisplay4.java:874)
   at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
   at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
   at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
   at java.awt.Component.processMouseEvent(Unknown Source)
   at javax.swing.JComponent.processMouseEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
   at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
A woman came up to me and said / "I'd like to poison your mind / With wrong ideas that appeal to you / Though I am not unkind."
User avatar
Almost_Clever
Tester
 
Posts: 345
Joined: 15 Jan 2009, 01:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby cc-drake » 07 Aug 2011, 13:11

AI's Seasinger tries to take control of a creature in my graveyard
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

@Almost_Clever

Postby Braids » 07 Aug 2011, 13:42

Almost_Clever wrote:I discarded Soulsworn Jury to the computer's Hellhole Rats but I was not dealt any damage.
REDACTED: this is as expected. Hellhole Rats was countered {as a spell} before it entered the battlefield {as a permanent}. you should not have been forced to discard any cards, either.

edit: i read your report incorrectly. i thought you had sacrificed Soulsworn Jury to counter, but instead you discarded it as an effect of the Hellhole Rats. yes, you should have been dealt 3 damage.
Last edited by Braids on 07 Aug 2011, 17:19, edited 2 times in total.
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. ;)
User avatar
Braids
Programmer
 
Posts: 556
Joined: 22 Jun 2011, 00:39
Location: Unknown. Hobby: Driving myself and others to constructive madness.
Has thanked: 1 time
Been thanked: 1 time

Re: Current Known Bugs list

Postby cc-drake » 07 Aug 2011, 17:08

- Stitch Together does not work when casting with Flashback (The game asks which creature to reanimate, but writes all creatures in the same line)
- After a Purify, my Plains has still
*Enchanted by Genju of the Fields (10)*
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Current Known Bugs list

Postby jeffwadsworth » 07 Aug 2011, 22:59

Bundy wrote:Computer used Molten Rain to destroy my Taiga, but i did not loose the 2 life.
Tested with latest on Git and Molten Rain worked perfectly.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Current Known Bugs list

Postby jeffwadsworth » 07 Aug 2011, 23:48

eidolon wrote:You probably already know that there are a few problems with the Morph cards, but Primal Whisperer 's ability pumps himself, even if the card is face-down, making it a 4/4 (or bigger) creature for 3 colorless mana.
Fixed. Thanks.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Current Known Bugs list

Postby jeffwadsworth » 08 Aug 2011, 03:31

eidolon wrote:Sigil Blessing is currently implemented as +2/+2 to target creature and then +1/+1 to all creatures you control, which results in the correct p/t changes, but still says +2/+2 in the description.
The script is a hack. It will be dealt with later.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Current Known Bugs list

Postby jeffwadsworth » 08 Aug 2011, 03:41

cc-drake wrote:- Casting Maggot Therapy on AI's Stratozeppelid in AI's Declare Blockers step gives ...
Fixed.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Current Known Bugs list

Postby friarsol » 08 Aug 2011, 03:46

Almost_Clever wrote:The computer does not sacrifice Stoic Ephemera at the end of combat when it blocks with it.
The computer regenerated Gobhobbler Rats even though it still had cards in its hand.
I discarded Soulsworn Jury to the computer's Hellhole Rats but I was not dealt any damage
I can't fix these so maybe one of the other guys can use these pointers:

Stoic Ephemera's trigger is wrong. This is a Blocks delayed trigger.
Gobhobbler Rats Static Effect needs to be "Hellbent" not "HellBent" in the script.
Hellhole Rats is using the wrong SVar, i.e. "Discarded" is for Costs. We need to Remember the discarded card, then use "Remembered"
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Current Known Bugs list

Postby Braids » 08 Aug 2011, 03:59

it looks like jeffwadsworth is picking these up. . .
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. ;)
User avatar
Braids
Programmer
 
Posts: 556
Joined: 22 Jun 2011, 00:39
Location: Unknown. Hobby: Driving myself and others to constructive madness.
Has thanked: 1 time
Been thanked: 1 time

Re: Current Known Bugs list

Postby friarsol » 08 Aug 2011, 03:59

cc-drake wrote:- Stitch Together does not work when casting with Flashback (The game asks which creature to reanimate, but writes all creatures in the same line)
Stitch Together doesn't have Flashback? It does look like this card is hardcoded. But I think it could be scripted now.
Something like:

Code: Select all
A:SP$ ChangeZone | Cost$ B | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | SpellDescription$ Return target creature card from your graveyard to your hand.\nThreshold - Return that card from your graveyard to the battlefield instead if seven or more cards are in your graveyard. | SubAbility$ DBThreshold | ConditionZone$ Graveyard | ConditionPresent$ Card.YouCtrl | ConditionCompare$ LT7
SVar:DBThreshold:DB$ ChangeZone | Defined$ Targeted | Condition$ Threshold | Origin$ Graveyard | Destination$ Battlefield
I'm not 100% on this script, but it should be something similar to that.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Current Known Bugs list

Postby jeffwadsworth » 08 Aug 2011, 04:16

Almost_Clever wrote:The computer does not sacrifice Stoic Ephemera at the end of combat when it blocks with it.
The computer regenerated Gobhobbler Rats even though it still had cards in its hand.
Fixed these two. I will check the others later. Thanks.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: Bing [Bot] and 37 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 38 users online :: 1 registered, 0 hidden and 37 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: Bing [Bot] and 37 guests

Login Form