Whenever I try to use Pak128 (either original or nightly) in r2173 (and some earlier versions, too), I get the following error during pakset initialisation:
[code]Unhandled exception at 0x0045f051 in Simutrans.exe: 0xC0000005: Access violation reading location 0x00000014.
When I run the compiled code in debug mode, it points to the following line in weg_besch.h:
uint16 get_intro_year_month() const { return intro_date; }
Oddly, however, when I quit the game, load pak64, then start the game again, that error goes away, only to return if I quit the game and load pak128 again. Even more oddly, if, instead of loading pak64, I load pak96.comic, pak96.comic will load fine, but the error will still be there when I quit and reload pak128.[/code]