Forge Beta: 01-28-2016 ver 1.5.48
by mtgrares
Moderators: timmermac, Agetian, friarsol, Blacksmith, KrazyTheFox, CCGHQ Admins
Re: Forge Beta: 01-28-2016 ver 1.5.48
by USERNOTFOUND » 31 Jan 2016, 19:55
how long does it take after you hit the automaticly download missing card art check box on?
- USERNOTFOUND
- Posts: 6
- Joined: 28 Jan 2016, 19:03
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by Phisteen » 31 Jan 2016, 19:58
Description: trying to start a BFZ block draft (BFZ,OGW) in quest mode with a token.
OGW,OGW,BFZ drafts work in regular draft outside of quest mode.
OGW,OGW,BFZ drafts work in regular draft outside of quest mode.
- IllegalStateException | Open
- Code: Select all
Forge Version: 1.5.48-r-1
Operating System: Windows 8.1 6.3 amd64
Java Version: 1.7.0_79 Oracle Corporation
java.lang.IllegalStateException: [] does not contain a large set for quest draft generation.
at forge.quest.QuestEventDraft.getSetCombos(QuestEventDraft.java:989)
at forge.quest.QuestEventDraft.getDraftOrNull(QuestEventDraft.java:860)
at forge.quest.data.QuestAchievements.generateDrafts(QuestAchievements.java:255)
at forge.quest.data.QuestAchievements.spendDraftToken(QuestAchievements.java:335)
at forge.screens.home.quest.CSubmenuQuestDraft.spendToken(CSubmenuQuestDraft.java:315)
at forge.screens.home.quest.CSubmenuQuestDraft.access$100(CSubmenuQuestDraft.java:52)
at forge.screens.home.quest.CSubmenuQuestDraft$2.run(CSubmenuQuestDraft.java:81)
at forge.toolbox.FLabel._doMouseAction(FLabel.java:314)
at forge.toolbox.FLabel.access$1300(FLabel.java:55)
at forge.toolbox.FLabel$6.onLeftClick(FLabel.java:352)
at forge.toolbox.FMouseAdapter.mouseReleased(FMouseAdapter.java:246)
at java.awt.AWTEventMulticaster.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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$300(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
Re: Forge Beta: 01-28-2016 ver 1.5.48
by friarsol » 31 Jan 2016, 20:02
It automatically does it as you try to display images you don't have.USERNOTFOUND wrote:how long does it take after you hit the automaticly download missing card art check box on?
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 01-28-2016 ver 1.5.48
by Agetian » 31 Jan 2016, 20:45
I tried this twice (both using a token and generating one naturally) and in both cases it worked correctly, I can't reproduce the issue... :/ Were there any other conditions to this happening?Phisteen wrote:Description: trying to start a BFZ block draft (BFZ,OGW) in quest mode with a token.
OGW,OGW,BFZ drafts work in regular draft outside of quest mode.
- IllegalStateException | Open
- Code: Select all
Forge Version: 1.5.48-r-1
Operating System: Windows 8.1 6.3 amd64
Java Version: 1.7.0_79 Oracle Corporation
java.lang.IllegalStateException: [] does not contain a large set for quest draft generation.
at forge.quest.QuestEventDraft.getSetCombos(QuestEventDraft.java:989)
at forge.quest.QuestEventDraft.getDraftOrNull(QuestEventDraft.java:860)
at forge.quest.data.QuestAchievements.generateDrafts(QuestAchievements.java:255)
at forge.quest.data.QuestAchievements.spendDraftToken(QuestAchievements.java:335)
at forge.screens.home.quest.CSubmenuQuestDraft.spendToken(CSubmenuQuestDraft.java:315)
at forge.screens.home.quest.CSubmenuQuestDraft.access$100(CSubmenuQuestDraft.java:52)
at forge.screens.home.quest.CSubmenuQuestDraft$2.run(CSubmenuQuestDraft.java:81)
at forge.toolbox.FLabel._doMouseAction(FLabel.java:314)
at forge.toolbox.FLabel.access$1300(FLabel.java:55)
at forge.toolbox.FLabel$6.onLeftClick(FLabel.java:352)
at forge.toolbox.FMouseAdapter.mouseReleased(FMouseAdapter.java:246)
at java.awt.AWTEventMulticaster.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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$300(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
- Agetian
- Agetian
- Programmer
- Posts: 3490
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Forge Beta: 01-28-2016 ver 1.5.48
by Phisteen » 31 Jan 2016, 21:20
I don't notice anything else related to the crash. in the quest mode there is a draft available (triple MMQ) that when i try to join that draft it gives me the crash that Geox111 reported earlier.Agetian wrote:I tried this twice (both using a token and generating one naturally) and in both cases it worked correctly, I can't reproduce the issue... :/ Were there any other conditions to this happening?Phisteen wrote:Description: trying to start a BFZ block draft (BFZ,OGW) in quest mode with a token.
OGW,OGW,BFZ drafts work in regular draft outside of quest mode.
- IllegalStateException | Open
- Code: Select all
Forge Version: 1.5.48-r-1
Operating System: Windows 8.1 6.3 amd64
Java Version: 1.7.0_79 Oracle Corporation
java.lang.IllegalStateException: [] does not contain a large set for quest draft generation.
at forge.quest.QuestEventDraft.getSetCombos(QuestEventDraft.java:989)
at forge.quest.QuestEventDraft.getDraftOrNull(QuestEventDraft.java:860)
at forge.quest.data.QuestAchievements.generateDrafts(QuestAchievements.java:255)
at forge.quest.data.QuestAchievements.spendDraftToken(QuestAchievements.java:335)
at forge.screens.home.quest.CSubmenuQuestDraft.spendToken(CSubmenuQuestDraft.java:315)
at forge.screens.home.quest.CSubmenuQuestDraft.access$100(CSubmenuQuestDraft.java:52)
at forge.screens.home.quest.CSubmenuQuestDraft$2.run(CSubmenuQuestDraft.java:81)
at forge.toolbox.FLabel._doMouseAction(FLabel.java:314)
at forge.toolbox.FLabel.access$1300(FLabel.java:55)
at forge.toolbox.FLabel$6.onLeftClick(FLabel.java:352)
at forge.toolbox.FMouseAdapter.mouseReleased(FMouseAdapter.java:246)
at java.awt.AWTEventMulticaster.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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$300(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
- Agetian
Maybe they are related? i don't know of anything else that may affect the quest drafts.Geox111 wrote:Thanks!
I still have a bug: when I try to play a tournament (draft) in quest mode, I get an error; if I press continue, and try to start another tournament, a message appears that says I am already playing a draft.
Description: [describe what you were doing when the crash occurred]
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.48-r-1
Operating System: Windows 7 6.1 x86
Java Version: 1.8.0_66 Oracle Corporation
java.lang.NullPointerException
at forge.limited.BoosterDraft.createDraft(BoosterDraft.java:159)
at forge.quest.QuestEventDraft.enter(QuestEventDraft.java:649)
at forge.screens.home.quest.CSubmenuQuestDraft.startDraft(CSubmenuQuestDraft.java:542)
at forge.screens.home.quest.CSubmenuQuestDraft.access$400(CSubmenuQuestDraft.java:52)
at forge.screens.home.quest.CSubmenuQuestDraft$5.actionPerformed(CSubmenuQuestDraft.java:259)
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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.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)
edit: i got the quest to generate a new tournament (MM2 if it matters) and the bug Geox111 had is fixed, but the BFZ problem continues.
Re: Forge Beta: 01-28-2016 ver 1.5.48
by mlegora » 31 Jan 2016, 23:13
OSX Users:
I managed to get the new version of Forge running on El Capitan (10.11.3).
If you would like to update:
-Download the new version of forge
-Unpack to your desktop, or somewhere where you know where the folder will be located.
-Go into your applications folder, and right click on the Forge icon.
-Choose "Show package contents"
-Copy the "res" folder from your newly downloaded Forge folder to Contents > Resources
-Navigate to Contents > Java
-Rename "forge-gui-desktop-1.5.47-jar-with-dependencies.jar" to something like "forge-gui-desktop-1.5.47-jar-with-dependencies_BACKUP.jar"
-Copy "forge-gui-desktop-1.5.48-jar-with-dependencies.jar" to the Java folder, alongside the file you just renamed.
-Rename "forge-gui-desktop-1.5.48-jar-with-dependencies.jar to "forge-gui-desktop-1.5.47-jar-with-dependencies.jar"
-Launch as usual
Notes: I had to launch and quit Forge twice, as it was getting stuck on "Loading Decks" the first time. The second time, it loaded right up. Also, I do not know what side effects this may have, considering it is only a quick workaround, but try it out. Of course, you can always wait for an official release, but if you're impatient like me, this will do for now.
I managed to get the new version of Forge running on El Capitan (10.11.3).
If you would like to update:
-Download the new version of forge
-Unpack to your desktop, or somewhere where you know where the folder will be located.
-Go into your applications folder, and right click on the Forge icon.
-Choose "Show package contents"
-Copy the "res" folder from your newly downloaded Forge folder to Contents > Resources
-Navigate to Contents > Java
-Rename "forge-gui-desktop-1.5.47-jar-with-dependencies.jar" to something like "forge-gui-desktop-1.5.47-jar-with-dependencies_BACKUP.jar"
-Copy "forge-gui-desktop-1.5.48-jar-with-dependencies.jar" to the Java folder, alongside the file you just renamed.
-Rename "forge-gui-desktop-1.5.48-jar-with-dependencies.jar to "forge-gui-desktop-1.5.47-jar-with-dependencies.jar"
-Launch as usual
Notes: I had to launch and quit Forge twice, as it was getting stuck on "Loading Decks" the first time. The second time, it loaded right up. Also, I do not know what side effects this may have, considering it is only a quick workaround, but try it out. Of course, you can always wait for an official release, but if you're impatient like me, this will do for now.
- mlegora
- Posts: 3
- Joined: 25 Jan 2016, 23:44
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by Geox111 » 01 Feb 2016, 05:35
I have another tournament generated automatically, and it seems to be fixed now; hope it stays that way D:Phisteen wrote:I don't notice anything else related to the crash. in the quest mode there is a draft available (triple MMQ) that when i try to join that draft it gives me the crash that Geox111 reported earlier.Agetian wrote:I tried this twice (both using a token and generating one naturally) and in both cases it worked correctly, I can't reproduce the issue... :/ Were there any other conditions to this happening?Phisteen wrote:Description: trying to start a BFZ block draft (BFZ,OGW) in quest mode with a token.
OGW,OGW,BFZ drafts work in regular draft outside of quest mode.
- IllegalStateException | Open
- Code: Select all
Forge Version: 1.5.48-r-1
Operating System: Windows 8.1 6.3 amd64
Java Version: 1.7.0_79 Oracle Corporation
java.lang.IllegalStateException: [] does not contain a large set for quest draft generation.
at forge.quest.QuestEventDraft.getSetCombos(QuestEventDraft.java:989)
at forge.quest.QuestEventDraft.getDraftOrNull(QuestEventDraft.java:860)
at forge.quest.data.QuestAchievements.generateDrafts(QuestAchievements.java:255)
at forge.quest.data.QuestAchievements.spendDraftToken(QuestAchievements.java:335)
at forge.screens.home.quest.CSubmenuQuestDraft.spendToken(CSubmenuQuestDraft.java:315)
at forge.screens.home.quest.CSubmenuQuestDraft.access$100(CSubmenuQuestDraft.java:52)
at forge.screens.home.quest.CSubmenuQuestDraft$2.run(CSubmenuQuestDraft.java:81)
at forge.toolbox.FLabel._doMouseAction(FLabel.java:314)
at forge.toolbox.FLabel.access$1300(FLabel.java:55)
at forge.toolbox.FLabel$6.onLeftClick(FLabel.java:352)
at forge.toolbox.FMouseAdapter.mouseReleased(FMouseAdapter.java:246)
at java.awt.AWTEventMulticaster.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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$300(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$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)
- AgetianMaybe they are related? i don't know of anything else that may affect the quest drafts.Geox111 wrote:Thanks!
I still have a bug: when I try to play a tournament (draft) in quest mode, I get an error; if I press continue, and try to start another tournament, a message appears that says I am already playing a draft.
Description: [describe what you were doing when the crash occurred]
- NullPointerException | Open
- Code: Select all
Forge Version: 1.5.48-r-1
Operating System: Windows 7 6.1 x86
Java Version: 1.8.0_66 Oracle Corporation
java.lang.NullPointerException
at forge.limited.BoosterDraft.createDraft(BoosterDraft.java:159)
at forge.quest.QuestEventDraft.enter(QuestEventDraft.java:649)
at forge.screens.home.quest.CSubmenuQuestDraft.startDraft(CSubmenuQuestDraft.java:542)
at forge.screens.home.quest.CSubmenuQuestDraft.access$400(CSubmenuQuestDraft.java:52)
at forge.screens.home.quest.CSubmenuQuestDraft$5.actionPerformed(CSubmenuQuestDraft.java:259)
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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.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)
edit: i got the quest to generate a new tournament (MM2 if it matters) and the bug Geox111 had is fixed, but the BFZ problem continues.
- Geox111
- Posts: 5
- Joined: 31 Oct 2014, 14:51
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by Agetian » 01 Feb 2016, 05:43
In r30779 I fixed the quest draft generation in a more robust and generic way such that drafts for the Masques block, for the Urza block, and possibly some other blocks will no longer crash in the above-mentioned way. Note, however, that the fix is (unfortunately) not retroactive, so any faulty drafts already generated will remain faulty and still crash. Only the new drafts generated after applying the r30779 fix will be affected by the fix.
I still can't reproduce the OGW/BFZ issue though, so can't do anything with that at the moment. :/
- Agetian
I still can't reproduce the OGW/BFZ issue though, so can't do anything with that at the moment. :/
- Agetian
- Agetian
- Programmer
- Posts: 3490
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Forge Beta: 01-28-2016 ver 1.5.48
by Phisteen » 01 Feb 2016, 19:10
I have done some testing on the BFZ,OGW problem i have been having and it looks like it is just a bug with that particular quest. however i have put a LOT of time into that quest and am hoping there is a way to fix it. I have attached the quest save file if you want to take a look at it. Any help is appreciated.
- Attachments
-
vintage.txt
- quest data (renamed to .txt)
- (314.1 KiB) Downloaded 238 times
Re: Forge Beta: 01-28-2016 ver 1.5.48
by USERNOTFOUND » 02 Feb 2016, 01:49
I have been trying touse the live card downloader but over the past 2 days not a single card picture has shown up am i missing a step all i did was go to preferences amd checked automaticly download missing card art i have been playing quest mode nonstop and fiddling in deck editor
- USERNOTFOUND
- Posts: 6
- Joined: 28 Jan 2016, 19:03
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by timmermac » 02 Feb 2016, 03:09
You may have already downloaded everything that's available at the moment. I believe that there are about 659 images in the LQ set download that aren't available as of yet.
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
Re: Forge Beta: 01-28-2016 ver 1.5.48
by USERNOTFOUND » 02 Feb 2016, 03:44
i dont have anything from born of the gods on to ogw its about 1700 cards
- USERNOTFOUND
- Posts: 6
- Joined: 28 Jan 2016, 19:03
- Has thanked: 0 time
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by brockfanning » 02 Feb 2016, 05:08
Hi Agetian, I've been burned by this issue a couple times now. This sounds promising. Can you point me in the right direction for applying this fix? (Or is it just the latest beta?)Agetian wrote:In r30779 I fixed the quest draft generation in a more robust and generic way such that drafts for the Masques block, for the Urza block, and possibly some other blocks will no longer crash in the above-mentioned way. Note, however, that the fix is (unfortunately) not retroactive, so any faulty drafts already generated will remain faulty and still crash. Only the new drafts generated after applying the r30779 fix will be affected by the fix.
I still can't reproduce the OGW/BFZ issue though, so can't do anything with that at the moment. :/
- Agetian
- brockfanning
- Posts: 12
- Joined: 29 May 2009, 22:15
- Has thanked: 3 times
- Been thanked: 0 time
Re: Forge Beta: 01-28-2016 ver 1.5.48
by Agetian » 02 Feb 2016, 05:18
You can try using one of the nightly builds from here: http://www.krazyweb.net/forge/ Anything past r30779 should have the fix applied.brockfanning wrote:Hi Agetian, I've been burned by this issue a couple times now. This sounds promising. Can you point me in the right direction for applying this fix? (Or is it just the latest beta?)Agetian wrote:In r30779 I fixed the quest draft generation in a more robust and generic way such that drafts for the Masques block, for the Urza block, and possibly some other blocks will no longer crash in the above-mentioned way. Note, however, that the fix is (unfortunately) not retroactive, so any faulty drafts already generated will remain faulty and still crash. Only the new drafts generated after applying the r30779 fix will be affected by the fix.
I still can't reproduce the OGW/BFZ issue though, so can't do anything with that at the moment. :/
- Agetian
- Agetian
- Agetian
- Programmer
- Posts: 3490
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Forge Beta: 01-28-2016 ver 1.5.48
by Agetian » 02 Feb 2016, 05:44
Thanks! Using the quest saved game I was able to reproduce and fix (r30790) the issue.Phisteen wrote:I have done some testing on the BFZ,OGW problem i have been having and it looks like it is just a bug with that particular quest. however i have put a LOT of time into that quest and am hoping there is a way to fix it. I have attached the quest save file if you want to take a look at it. Any help is appreciated.

- Agetian
- Agetian
- Programmer
- Posts: 3490
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Who is online
Users browsing this forum: No registered users and 87 guests