It is currently 12 Sep 2025, 20:08
   
Text Size

Nightly Build Bugs

Post MTG Forge Related Programming Questions Here

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

Nightly Build Bugs

Postby Accountancy » 06 Sep 2011, 08:56

As I was told not to put these in the Current Know Bugs List thread and directed to the Developer's Corner, I figured here is as good a place as any to post bugs for the nightly builds.

Any way, I was drafting Judgement-Torment-Odyssey and I got the following error report(1) when I tried to save it at the end. I tried to close the error report and pick the last card again, then it popped up again, so I saved the error report and closed the draft window, then I found that my draft had saved after all, it just hadn't closed on it's own. Then when I finished making my deck, I saved it, but when I closed the deck editor, I got another error report(2) and I had to exit forge altogether.
Attachments
error report2.JPG
error report1.JPG
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Nightly Build Bugs

Postby Max mtg » 06 Sep 2011, 09:28

i was fixing a similiar issue in 10254-10255. Try to get a build that is at least that new
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: Nightly Build Bugs

Postby Accountancy » 06 Sep 2011, 11:48

Unfortunately I can't/don't know how to get builds faster than the the Nightly Builds and this build was put up a couple hours ago, so I didn't think it had been fixed, if it has, great! I'll wait for today's build.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Nightly Build Bugs

Postby Chris H. » 06 Sep 2011, 11:59

Accountancy wrote:Unfortunately I can't/don't know how to get builds faster than the the Nightly Builds and this build was put up a couple hours ago, so I didn't think it had been fixed, if it has, great! I'll wait for today's build.
`
forge rev 10282 archive:

forge-1.1.3-SNAPSHOT.tar.bz2
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Nightly Build Bugs

Postby friarsol » 06 Sep 2011, 12:01

Accountancy, we request for people on the Nightly Builds to post Error Reports on our Bug Tracker, as these threads became unwieldy and hard to maintain. http://cardforge.org/bugz/my_view_page.php
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Nightly Build Bugs

Postby Max mtg » 06 Sep 2011, 14:13

Accountancy wrote:Unfortunately I can't/don't know how to get builds faster than the the Nightly Builds and this build was put up a couple hours ago, so I didn't think it had been fixed, if it has, great! I'll wait for today's build.
It's fine, I understand that only a few people have the most recent build from SVN.
Just wanted to point out that it's already fixed, didn't mean to blame on anyone.
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: Nightly Build Bugs

Postby Accountancy » 07 Sep 2011, 05:05

Where would be the best place to post non-bug input for the Nightly Builds and such? For example in the last two nightly builds, someone removed the ability to right-click to take a card rather than press the "choose card" button, this makes drafting a lot more unwieldy, but I don't where to post to get some to re-implement the feature, I already posted in the drafting thread on the main forum and no one responded.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Nightly Build Bugs

Postby Max mtg » 07 Sep 2011, 21:57

That someone was probably me :) maybe let's set a feature to select card by pressing space? you can just scroll up and down with arrow keys and select by pressing space... that seems very fast and convinient to me.
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: Nightly Build Bugs

Postby Accountancy » 10 Sep 2011, 12:59

That seems better than nothing, but can I ask why the right-click was removed? I find it immensely helpful to be able to draft one handed and it can be annoying scrolling up the list with one hand, using the other hand for space and then realising you wanted to pick the first card, you have to either scroll back down or move your hand to the mouse, with 42 different picks to make, this gets annoying fast, at least for me. Don't mean to be ungrateful or anything, I just think the the right-click function is simple, helpful and efficient.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Nightly Build Bugs

Postby Rob Cashwalker » 10 Sep 2011, 13:31

I find it immensely helpful to be able to draft one handed
This just begs the sarcastic question... So what DO you want to do with the other hand....?
The Force will be with you, Always.
User avatar
Rob Cashwalker
Programmer
 
Posts: 2167
Joined: 09 Sep 2008, 15:09
Location: New York
Has thanked: 5 times
Been thanked: 40 times

Re: Nightly Build Bugs

Postby Accountancy » 11 Sep 2011, 07:05

Eat mostly, occasionally sit on it to keep it warm, it's the end of winter in Australia and my hands get very cold. Also I often scroll with one hand to view each card, then if I wanted an earlier card, I pick it with the mouse, thus I need not move my hands at any point in the drafting process... I'm lazy.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times

Re: Nightly Build Bugs

Postby Max mtg » 11 Sep 2011, 14:06

I have no good answer for that, ocasionally that feature was removed when the classes were cleaned and somewhat unified to have a common ancestor.

Since 10379 you can:
1. Pick a card by double-clicking it's row with left button
2. Pick a card by right-clicking a row that is already selected. (If you right-click an unselected row, it will get selected on first click and its card picked on a next one)
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: Nightly Build Bugs

Postby Accountancy » 14 Sep 2011, 08:00

Max mtg wrote:I have no good answer for that, ocasionally that feature was removed when the classes were cleaned and somewhat unified to have a common ancestor.

Since 10379 you can:
1. Pick a card by double-clicking it's row with left button
2. Pick a card by right-clicking a row that is already selected. (If you right-click an unselected row, it will get selected on first click and its card picked on a next one)
Well that's pretty much all I wanted, so that's cool, I'll just get the most recent build then.
Accountancy
 
Posts: 230
Joined: 14 Aug 2009, 12:39
Has thanked: 22 times
Been thanked: 2 times


Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 21 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 21 users online :: 0 registered, 0 hidden and 21 guests (based on users active over the past 10 minutes)
Most users ever online was 7967 on 09 Sep 2025, 23:08

Users browsing this forum: No registered users and 21 guests

Login Form