Search found 12 matches
- Tue Apr 02, 2013 5:52 am
- Forum: GCCG
- Topic: Sideboard disappeared
- Replies: 4
- Views: 6159
Re: Sideboard disappeared
Obviously it won't get your cards back, but you might be able to do /addpart sideboard without calling up a new deck.
- Wed Jan 30, 2013 5:35 pm
- Forum: GCCG
- Topic: Broken accounts in GCCG
- Replies: 19
- Views: 26724
Re: Broken accounts in GCCG
open your metwDC.bat file with a text editor and add to your last line a design info see it here: start %CLIENT% --server gccg.councilofelrond.org --design 1920x1050 --user %USER% %1 %2 %3 %4 %5 %6 %7 %8 %9 metwDC.xml find a pixel x pixel thing that leaves your message line viewable (so I could dis...
- Sun Jan 13, 2013 11:24 pm
- Forum: GCCG
- Topic: Broken accounts in GCCG
- Replies: 19
- Views: 26724
Re: Broken accounts in GCCG
After quite some time, I recently tried to start GCCG... without success. I hit the 'Update Everything' file and as far as I can tell, a lot of things were refreshed. When I start GCCG, I now get the following error massage: I/O exception at CheckFont(int,int): Unable to load font './graphics/fonts...
- Sat Dec 29, 2012 8:06 pm
- Forum: GCCG
- Topic: Problem with map (during game)
- Replies: 3
- Views: 5378
Re: Problem with map (during game)
The problem is that under the new visibilty scheme, "sites" was previously not listed as a self-known pile, and the client is looking through the list of sites in a place where all it saw was the back of the card. Sourceforge SVN r661 fixes this so the server will send you the real identit...
- Sat Dec 29, 2012 6:56 am
- Forum: GCCG
- Topic: just broke my gccg
- Replies: 2
- Views: 4591
Re: just broke my gccg
The current released versions of the executables will choke if they try to load from a file that's 0 bytes. If you find any 0-byte files in the profile directory, point them out so we can have a lead for what might be causing it to write such a thing.
- Wed Dec 26, 2012 9:32 am
- Forum: GCCG
- Topic: problem with cards ON SALE
- Replies: 3
- Views: 5396
Re: problem with cards ON SALE
This looks interesting. Surely it's worth a try: # # RemoveObsoletePrices() - Helper function to be called once after # transition from older server to the caching server. Using God # account, this can be done by issuing /debug RemoveObsoletePrices(). # def RemoveObsoletePrices { for(s)(set.data) { ...
- Tue Dec 25, 2012 6:39 am
- Forum: GCCG
- Topic: Paging all GCCG users!
- Replies: 3
- Views: 5200
Re: Paging all GCCG users!
In that case, what happens if you do /refresh?
- Thu Dec 20, 2012 3:35 am
- Forum: GCCG
- Topic: Collection Pages.
- Replies: 3
- Views: 7153
Re: Collection Pages.
Depending on how up-to-date your installation is, you may also be able to use the /clearcache command, which automatically does book file cleanup without having to dig through the filesystem.
- Sun Dec 02, 2012 3:35 pm
- Forum: GCCG
- Topic: Call for help on server maintenance
- Replies: 3
- Views: 5198
Re: Call for help on server maintenance
SVN r659 should fix it so that an up-to-date server will work properly. If anything else is broken, just point it out so I can fix that too.
- Sun Dec 02, 2012 5:48 am
- Forum: GCCG
- Topic: Call for help on server maintenance
- Replies: 3
- Views: 5198
Re: Call for help on server maintenance
I know of at least one problem in that the server is intentionally kept out of date, to the revision just before I modified the visibility system to be much more powerful: I didn't know the correct values to give pile visibilities in Metw-server.include, so that file is still attempting to set the o...
- Tue Oct 23, 2012 9:26 pm
- Forum: GCCG
- Topic: GCCG outage - GCCG is back up!
- Replies: 54
- Views: 59169
Re: GCCG outage
The deck box problem arises when trying to run the SVN code on an executable version prior to 0.9.7. When the deck name changes, the old code used to simply print line breaks to the deck box, with the intent of pushing the old name up off the top and thereby "hiding" it. The number of line...
- Sun Oct 21, 2012 9:41 pm
- Forum: GCCG
- Topic: GCCG outage - GCCG is back up!
- Replies: 54
- Views: 59169
Re: GCCG outage
I don't really have any experience with METW itself, but I've been doing a lot of the coding for GCCG lately, so if something broke then I might be able to see where it's going wrong.