From: Stefan F. <ste...@we...> - 2014-04-02 12:00:08
|
There was a bug-report regarding revenue calculation in rails 1.8.7 for 18EU. This bug has been confirmed, but did not occur in rails 1.7.x series. So it was introduced by the changes for 1880. Since the first alpha release there is the recommendation on the homepage of rails to use the 1.8.x releases only for 1880, but play all other games on 1.7.x I will not triage the bug in 1.8.7 as it is possible to downgrade to 1.7.12 or to upgrade to rails 2.x in the future. This is not to discourage anyone of you who brought 1880 to Rails. It is quite natural in the beginning to break some of the other games, as it is not clear what the core is that should not be touched. Nearly all code I have written in the beginning of my participation has been changed already, as I had the same problems ;-) Stefan |
From: Michael A. <out...@gm...> - 2014-04-02 12:08:20
|
What is the problem for revenue calculation? I've been seeing a problem where an exception gets thrown when calculating a run with an 8E train in 1.8.7. Curiously, I've built my own 1.8.7, and I can't reproduce the problem even with the same save file. So I have no idea what is going on there. Mike On Wed, Apr 2, 2014 at 7:59 AM, Stefan Frey <ste...@we...> wrote: > There was a bug-report regarding revenue calculation in rails 1.8.7 for > 18EU. This bug has been confirmed, but did not occur in rails 1.7.x > series. So it was introduced by the changes for 1880. > > Since the first alpha release there is the recommendation on the > homepage of rails to use the 1.8.x releases only for 1880, but play all > other games on 1.7.x > > I will not triage the bug in 1.8.7 as it is possible to downgrade to > 1.7.12 or to upgrade to rails 2.x in the future. > > This is not to discourage anyone of you who brought 1880 to Rails. It is > quite natural in the beginning to break some of the other games, as it > is not clear what the core is that should not be touched. > > Nearly all code I have written in the beginning of my participation has > been changed already, as I had the same problems ;-) > > Stefan > > > ------------------------------------------------------------------------------ > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |
From: Stefan F. <ste...@we...> - 2014-04-02 12:29:53
|
Have you tried the released 1.8.7? I tested it on the released files from the sourceforge page. Both errors show up directly after loading the save files. However I would prefer not to further put to many resources into tracking it down, as it neither occurs in 1.7.12 and most likely not in 2.0. Stefan On 04/02/2014 02:08 PM, Michael Alexander wrote: > What is the problem for revenue calculation? I've been seeing a problem > where an exception gets thrown when calculating a run with an 8E train > in 1.8.7. Curiously, I've built my own 1.8.7, and I can't reproduce the > problem even with the same save file. So I have no idea what is going > on there. > > Mike > > > On Wed, Apr 2, 2014 at 7:59 AM, Stefan Frey <ste...@we... > <mailto:ste...@we...>> wrote: > > There was a bug-report regarding revenue calculation in rails 1.8.7 for > 18EU. This bug has been confirmed, but did not occur in rails 1.7.x > series. So it was introduced by the changes for 1880. > > Since the first alpha release there is the recommendation on the > homepage of rails to use the 1.8.x releases only for 1880, but play all > other games on 1.7.x > > I will not triage the bug in 1.8.7 as it is possible to downgrade to > 1.7.12 or to upgrade to rails 2.x in the future. > > This is not to discourage anyone of you who brought 1880 to Rails. It is > quite natural in the beginning to break some of the other games, as it > is not clear what the core is that should not be touched. > > Nearly all code I have written in the beginning of my participation has > been changed already, as I had the same problems ;-) > > Stefan > > ------------------------------------------------------------------------------ > _______________________________________________ > Rails-devel mailing list > Rai...@li... > <mailto:Rai...@li...> > https://lists.sourceforge.net/lists/listinfo/rails-devel > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |
From: Stefan F. <ste...@we...> - 2014-04-02 12:31:42
|
Martin will most likely work on the 1880 problems with the xml and svg files this weekend (he told me via private mail). After this there will be another alpha which should have a testable version of 2.0 with 1880. On 04/02/2014 02:29 PM, Stefan Frey wrote: > Have you tried the released 1.8.7? I tested it on the released files > from the sourceforge page. > > Both errors show up directly after loading the save files. > However I would prefer not to further put to many resources into > tracking it down, as it neither occurs in 1.7.12 and most likely not in 2.0. > > Stefan > > On 04/02/2014 02:08 PM, Michael Alexander wrote: >> What is the problem for revenue calculation? I've been seeing a problem >> where an exception gets thrown when calculating a run with an 8E train >> in 1.8.7. Curiously, I've built my own 1.8.7, and I can't reproduce the >> problem even with the same save file. So I have no idea what is going >> on there. >> >> Mike >> >> >> On Wed, Apr 2, 2014 at 7:59 AM, Stefan Frey <ste...@we... >> <mailto:ste...@we...>> wrote: >> >> There was a bug-report regarding revenue calculation in rails 1.8.7 for >> 18EU. This bug has been confirmed, but did not occur in rails 1.7.x >> series. So it was introduced by the changes for 1880. >> >> Since the first alpha release there is the recommendation on the >> homepage of rails to use the 1.8.x releases only for 1880, but play all >> other games on 1.7.x >> >> I will not triage the bug in 1.8.7 as it is possible to downgrade to >> 1.7.12 or to upgrade to rails 2.x in the future. >> >> This is not to discourage anyone of you who brought 1880 to Rails. It is >> quite natural in the beginning to break some of the other games, as it >> is not clear what the core is that should not be touched. >> >> Nearly all code I have written in the beginning of my participation has >> been changed already, as I had the same problems ;-) >> >> Stefan >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> <mailto:Rai...@li...> >> https://lists.sourceforge.net/lists/listinfo/rails-devel >> >> >> >> >> ------------------------------------------------------------------------------ >> >> >> >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel >> > > ------------------------------------------------------------------------------ > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |
From: Michael A. <out...@gm...> - 2014-04-03 02:40:14
|
I did - released 1.8.7 was where I could reproduce it every time with a game in that state. On Wed, Apr 2, 2014 at 8:29 AM, Stefan Frey <ste...@we...> wrote: > Have you tried the released 1.8.7? I tested it on the released files > from the sourceforge page. > > Both errors show up directly after loading the save files. > However I would prefer not to further put to many resources into > tracking it down, as it neither occurs in 1.7.12 and most likely not in > 2.0. > > Stefan > > On 04/02/2014 02:08 PM, Michael Alexander wrote: > > What is the problem for revenue calculation? I've been seeing a problem > > where an exception gets thrown when calculating a run with an 8E train > > in 1.8.7. Curiously, I've built my own 1.8.7, and I can't reproduce the > > problem even with the same save file. So I have no idea what is going > > on there. > > > > Mike > > > > > > On Wed, Apr 2, 2014 at 7:59 AM, Stefan Frey <ste...@we... > > <mailto:ste...@we...>> wrote: > > > > There was a bug-report regarding revenue calculation in rails 1.8.7 > for > > 18EU. This bug has been confirmed, but did not occur in rails 1.7.x > > series. So it was introduced by the changes for 1880. > > > > Since the first alpha release there is the recommendation on the > > homepage of rails to use the 1.8.x releases only for 1880, but play > all > > other games on 1.7.x > > > > I will not triage the bug in 1.8.7 as it is possible to downgrade to > > 1.7.12 or to upgrade to rails 2.x in the future. > > > > This is not to discourage anyone of you who brought 1880 to Rails. > It is > > quite natural in the beginning to break some of the other games, as > it > > is not clear what the core is that should not be touched. > > > > Nearly all code I have written in the beginning of my participation > has > > been changed already, as I had the same problems ;-) > > > > Stefan > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Rails-devel mailing list > > Rai...@li... > > <mailto:Rai...@li...> > > https://lists.sourceforge.net/lists/listinfo/rails-devel > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > > > > _______________________________________________ > > Rails-devel mailing list > > Rai...@li... > > https://lists.sourceforge.net/lists/listinfo/rails-devel > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |