The International Simutrans Forum

Simutrans Extended => Simutrans-Extended bug reports => Simutrans-Extended development => Simutrans-Extended closed bug reports => Topic started by: neroden on April 20, 2010, 02:44:32 am

Title: Very hard-to-track-down bug....
Post by: neroden on April 20, 2010, 02:44:32 am
This one is hard to track down because it's only happening, mysteriously, with my local builds of the pak.  This is one reason I'm hoping to get the pak built in a standardized manner, so that someone else can reproduce the errors I get.  :-(

Crash on 'save' before getting to the save window:

FATAL ERROR: list_tpl<item_t>::[]
23gui_table_column_list_t: index out of bounds: 0 not in empty list
Title: Re: Very hard-to-track-down bug....
Post by: jamespetts on April 20, 2010, 08:29:59 am
This seems to be related to Bernd Gabriel's new work on the table structure for the windows used for loading and saving games. Bernd - do you have any idea what might be causing this?
Title: Re: Very hard-to-track-down bug....
Post by: Bernd Gabriel on April 20, 2010, 09:15:26 am
I will try to compile with gcc and look into it...
Title: Re: Very hard-to-track-down bug....
Post by: jamespetts on April 20, 2010, 09:43:58 am
Thank you :-)
Title: Re: Very hard-to-track-down bug....
Post by: Bernd Gabriel on April 20, 2010, 11:13:03 am
Fixed in my master branch :)
Title: Re: Very hard-to-track-down bug....
Post by: jamespetts on April 20, 2010, 11:35:19 am
Excellent - thank you!