From: Phil D. <de...@gm...> - 2012-05-28 11:09:10
Attachments:
1830_20120525_1508_Chris.rails
|
Hey, try and load this save file. On 1.7.4 it gets to the stage where it says 'initializing' after it has given the warning that player Chris is over cert limit and it just sits there for ages, never finishing the load. The workaround is to load an earlier save and manually play through all moves until every player is within certifcate limit. Phil |
From: Erik V. <eri...@xs...> - 2012-05-28 13:35:31
|
Fixed. The program crashed because of an uncatched exception: the dialog with the cert limit warning was trying to center over a window that was not visible. Non-modal dialogs will now always make their "parent" visible before centering over it. @Stefan, I think you can go ahead. I have some older stuff to work on, but the problem is that I never know what amount of time it's going to take... Erik. > -----Original Message----- > From: Phil Davies [mailto:de...@gm...] > Sent: Monday, May 28, 2012 1:09 PM > To: Development list for Rails: an 18xx game > Subject: [Rails-devel] BUG: Game won't load if the next user is over cert limit > > Hey, try and load this save file. On 1.7.4 it gets to the stage where it says > 'initializing' after it has given the warning that player Chris is over cert limit > and it just sits there for ages, never finishing the load. The workaround is to > load an earlier save and manually play through all moves until every player is > within certifcate limit. > > Phil |
From: Stefan F. <ste...@we...> - 2012-05-28 13:39:10
|
Erik: does this old stuff include the token issue? Stefan On 05/28/2012 03:35 PM, Erik Vos wrote: > Fixed. > > The program crashed because of an uncatched exception: the dialog with the > cert limit warning was trying to center over a window that was not visible. > Non-modal dialogs will now always make their "parent" visible before > centering over it. > > @Stefan, I think you can go ahead. I have some older stuff to work on, but > the problem is that I never know what amount of time it's going to take... > > Erik. > >> -----Original Message----- >> From: Phil Davies [mailto:de...@gm...] >> Sent: Monday, May 28, 2012 1:09 PM >> To: Development list for Rails: an 18xx game >> Subject: [Rails-devel] BUG: Game won't load if the next user is over cert > limit >> >> Hey, try and load this save file. On 1.7.4 it gets to the stage where it > says >> 'initializing' after it has given the warning that player Chris is over > cert limit >> and it just sits there for ages, never finishing the load. The workaround > is to >> load an earlier save and manually play through all moves until every > player is >> within certifcate limit. >> >> Phil > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Erik V. <eri...@xs...> - 2012-05-28 18:40:05
|
Yes, but I haven't yet started to look at it. Erik. > -----Original Message----- > From: Stefan Frey [mailto:ste...@we...] > Sent: Monday, May 28, 2012 3:39 PM > To: Development list for Rails: an 18xx game > Subject: Re: [Rails-devel] BUG: Game won't load if the next user is over cert > limit > > Erik: > does this old stuff include the token issue? > Stefan |
From: Phil D. <de...@gm...> - 2012-05-28 13:42:08
|
Excellent, I was hoping it would be an easy one! On 28 May 2012 14:35, Erik Vos <eri...@xs...> wrote: > Fixed. > > The program crashed because of an uncatched exception: the dialog with the > cert limit warning was trying to center over a window that was not visible. > Non-modal dialogs will now always make their "parent" visible before > centering over it. > > @Stefan, I think you can go ahead. I have some older stuff to work on, but > the problem is that I never know what amount of time it's going to take... > > Erik. > >> -----Original Message----- >> From: Phil Davies [mailto:de...@gm...] >> Sent: Monday, May 28, 2012 1:09 PM >> To: Development list for Rails: an 18xx game >> Subject: [Rails-devel] BUG: Game won't load if the next user is over cert > limit >> >> Hey, try and load this save file. On 1.7.4 it gets to the stage where it > says >> 'initializing' after it has given the warning that player Chris is over > cert limit >> and it just sits there for ages, never finishing the load. The workaround > is to >> load an earlier save and manually play through all moves until every > player is >> within certifcate limit. >> >> Phil > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |