The International Simutrans Forum

Simutrans Extended => Simutrans-Extended bug reports => Simutrans-Extended development => Simutrans-Extended closed bug reports => Topic started by: ӔO on August 20, 2010, 01:14:57 pm

Title: [8.2] unknown crash
Post by: ӔO on August 20, 2010, 01:14:57 pm
using pak britain ex 0.6, this save game simply crashes for whatever reason that I can't quite figure out.

http://files.[ simutrans [dot] us (site down, do not visit) ]/files/get/GkTUTo3lwD/tokamak-bkp.sve
Title: Re: [8.2] unknown crash
Post by: jamespetts on August 20, 2010, 11:34:37 pm
AEO,

thank you for your report. Unfortunately, I cannot download the file because the account at files.[ simutrans [dot] us (site down, do not visit) ] seems to have been suspended. Can you upload it elsewhere, perhaps? Thank you.
Title: Re: [8.2] unknown crash
Post by: Isaac Eiland-Hall on August 21, 2010, 01:31:53 am
Yes, unfortunately as a part of trying to track down the source of the server hacking, I've temporarily suspended files.[ simutrans [dot] us (site down, do not visit) ]. If we find that it's not the source, I will later re-enable it.

I'm sorry for the inconvenience.

AEO: If you are familiar with using FTP, I will gladly create an account for you to upload files...
Title: Re: [8.2] unknown crash
Post by: ӔO on August 21, 2010, 04:58:17 am
ah, sorry for that.
no need for the ftp account, yet.

http://hotfile.com/dl/63513253/3d55cf0/Tokamak_bkp.sve.html
Title: Re: [8.2] unknown crash
Post by: jamespetts on August 21, 2010, 12:43:05 pm
Thank you for the report. I think that I have fixed this. The fix will be released in the next version.
Title: Re: [8.2] unknown crash
Post by: ӔO on August 21, 2010, 01:16:30 pm
what caused it? It can't be the same electricity calculation at beginning of month, can it?
Title: Re: [8.2] unknown crash
Post by: jamespetts on August 21, 2010, 01:37:22 pm
No: bit of an odd one, actually - the mechanism for checking whether a route is p****able was called with a checker vehicle without an instance of the type object ("besch"), which I think relates to the system for calculating private car traffic. This would not be a problem, except if it encounters a road sign where it must check the minimum speed, and therefore needs to check the maximum speed of the vehicle type, which, if there is no type, fails with a crash. I have added an extra check to prevent it from performing that check unless the vehicle type is present.