The International Simutrans Forum

Simutrans Extended => Simutrans-Extended paksets => Topic started by: cousjath on February 24, 2026, 05:27:20 PM

Title: Trying to compile pak192.comic for Extended
Post by: cousjath on February 24, 2026, 05:27:20 PM
I've been trying to compile the pak192.comic (from https://github.com/Flemmbrav/Pak192.Comic/tree/extended) using the makeobj-extended from the nightly builds but when I try to run the result in simutrans-extended I get following output:

Parsed simuconf.tab for directory layout; multiuser = 1
Pak found: pak192.comic-extended/
FATAL ERROR: obj_reader_t::resolve_xrefs() - cannot resolve 'GOOD-deceased'
Aborting program execution ...

For help with this error or to file a bug report please see the Simutrans forum at
https://forum.simutrans.com
Aborted (core dumped)
Title: Re: Trying to compile pak192.comic for Extended
Post by: cousjath on March 05, 2026, 08:05:55 PM
Having done some investigating the issue is that DatConverter.sh does not write out the calculated goods.dat file having read it, so there is no goods file compiled, leading to the above error.
Title: Re: Trying to compile pak192.comic for Extended
Post by: Flemmbrav on March 06, 2026, 06:17:57 PM
Thank you for reporting this! I'll investigate the issue and will report back. Does a copy and paste of the goods from the latest published nightly of the extended set bring your freshly compiled one to live?
Title: Re: Trying to compile pak192.comic for Extended
Post by: cousjath on March 07, 2026, 12:43:18 PM
The nightly build of extended does not build pak192.comic, but doing a manual compile of goods.dat and copying the result gets a working game.
Title: Re: Trying to compile pak192.comic for Extended
Post by: Flemmbrav on March 10, 2026, 06:30:30 PM
So I tried compiling it myself finally.
While I did not manage to get simutrans extended to run so far, the pakset builds with goods included on my system.

Do you run:
bash DatConverter.sh -f-a
bash Compile_Converted_Serverset.sh

And are you checked out on the 'extended' tree? The 'Extended' tree is 3 years behind, and I seriously wonder how that thing even exist  :o
Title: Re: Trying to compile pak192.comic for Extended
Post by: cousjath on March 11, 2026, 10:53:55 PM
I thought I had run those commands, maybe I hadn't then. Tried again and it all works fine. I've also managed to bring in the changes in Standard since the last commits of extended and got it all working.