The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: z9999+ on November 02, 2009, 07:02:14 am

Title: [bug makeobj50] Can't extract factories pak
Post by: z9999+ on November 02, 2009, 07:02:14 am
makeobj50
Extract for factories pak fails.
It tends to use BUIL node as file name.

Code: [Select]
  ERROR: could not open factory.?????.pak for writing (aborting)

? ? ? ? ? is the binary value of BUIL node, not readable ascii text.
Title: Re: [bug makeobj50] Can't extract factories pak
Post by: Frank on November 02, 2009, 08:31:35 am
waht for set?

pak.contrast 910 included a utf-8 name factory

utf-8 file names is not possible for makeobj extract
Title: Re: [bug makeobj50] Can't extract factories pak
Post by: z9999+ on November 03, 2009, 05:41:17 am

Anything.

pak.contrast 910 included a utf-8 name factory

I couldn't find ANY utf-8 name in pak.contrast 910.
Can you address the byte which utf-8 name is used ?

This is a bug of makeobj, not a bug of pakset.
Title: Re: [bug makeobj50] Can't extract factories pak
Post by: whoami on November 04, 2009, 07:21:03 pm
For at least one file in Pak128 V1.4.5 (where I needed the extract function), makeobj 49 and 50 show the same problem:

C:\local\games\ST\V1.02.2_release\simutrans\pak128v145\unpack_factories>makeobj_V50.exe  EXTRACT factories.all.pak

Makeobj version 50 for simutrans 102.1 Nightly and higher
(c) 2002-2006 V. Meyer , Hj. Malthaner, M. Pristovsek

  found 54 files to extract

  ERROR: could not open factory.♣Ç♥♦☺.pak for writing (aborting)

C:\local\games\ST\V1.02.2_release\simutrans\pak128v145\unpack_factories>makeobj_V49.exe  EXTRACT factories.all.pak

Makeobj version 49 for simutrans 100.0 and higher
(c) 2002-2006 V. Meyer , Hj. Malthaner, M. Pristovsek

  found 54 files to extract

  ERROR: could not open factory.♣Ç♥♦☺.pak for writing (aborting)

Title: Re: [bug makeobj50] Can't extract factories pak (solved)
Post by: z9999+ on November 05, 2009, 07:16:03 am
Solved the problem in r2841. Thank you.
Title: Re: [bug makeobj50] Can't extract factories pak
Post by: whoami on March 13, 2010, 10:19:20 pm
It seems that still no makeobj newer than V50 has been published (pre-compiled, that is).