Bug / or what did I do to kill it....

dstelley

Member
My routes have been working fine until very recently. I cant figure out how to do a screenshot so I'll have to describe.

If I create a new route and place a single station, (In this case I used the Multiple Industry New KUID 19:10165) I can always recreate the problem.


When I hit the Queue1 box the box that will display the available assets( add queue ) is now blank and the cursed red bug pops up in the lower right. The error that seems consistent regardless of the station is the function
getPropertyElementList.

In this case the bug said:

Thread Exception:ER_Exception,line1911 file MultipleIndustryNew.gs
Stack Dump
kuid 19:10165 MultipleIndustryNew
function $string[]MultipleIndustryNew::GetPropertyElementList(string),line -1

and

function $bool@PropertFilter::DoesAcceptProduct(asset),line -1
$string[]MultipleIndustryNew::GetPropertyElementList(string),line -1736

What did I do wrong and is it curable?
 
I should add also that I can get a very similar bug error by simple laying a short piece of track, on an empty board, placing a car (in this case PRR flatcar), opening its properties and try to add to the consist.
as soon as I press the black check box I get the empty product box and the same "getPropertElement" error as above.
 
The error is nearly always due to either a faulty commodity, a commodity with missing dependencies, or one of the rusty rebar commodities being installed.

Shane
 
Try the following 2 suggestions, one after the other:

1.Search for:

Category: Commodity
Location:Local
AND
Faulty: True
OR
Missing Dependencies:True

2.Search for:

Name: rusty rebar
Category: Commodity
Location: Local

If either of these bring up results, delete the resulting assets.

Shane
 
I had the exact same symptoms, it’s absolutely maddening since the multiple industry new had been working fine. I tried your solution, found one faulty commodity, deleted it, and now the MIN works again. Thanks for the great advice!
 
Back
Top