The International Simutrans Forum

PakSets and Customization => Pak64 => Pak64 Add-ons and Graphics => Topic started by: Timo-210 on March 27, 2012, 05:37:42 PM

Title: Fatal Error: cannot resolve 'GOOD-none'
Post by: Timo-210 on March 27, 2012, 05:37:42 PM
I want to code a monorail train which carries freight (see attachments). I used the files under 'monorail' from the pak64 sources on sourceforge for a start, modified them as needed and pak'd them (with makeobj v52). When I opened simutrans (v111.0, not exp), it gave me a fatal error:

FATAL ERROR:
obj_reader_t::resolve_xrefs
cannot resolve
'GOOD-none'
PRESS ANY KEY


Please help me!

PS: sorry I uploaded the files twice, but I'm not that familiar with this forum
Title: Re: Fatal Error: cannot resolve 'GOOD-none'
Post by: VS on March 27, 2012, 06:20:11 PM
With 90% certainty, all of the "none" entries should be "None" ;)
Title: Re: Fatal Error: cannot resolve 'GOOD-none'
Post by: Timo-210 on March 27, 2012, 06:34:54 PM
Quote from: VS on March 27, 2012, 06:20:11 PM
With 90% certainty, all of the "none" entries should be "None" ;)

Thanks, now it works! I've replaced all "none"s with "None"s