Loading

Paste #pxb2hmd53

  1. (bin32)nml-andythenorth(NotRoadTypes)$ make
  2. /usr/bin/env python3 setup.py build_ext --inplace
  3. /Users/andy/Documents/OTTD_graphics/bin32/lib/python3.2/site-packages/setuptools/dist.py:292: UserWarning: The version specified ('unknown') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
  4.   "details." % self.metadata.version
  5. running build_ext
  6. copying build/lib.macosx-10.10-x86_64-3.2/nml_lz77.so ->
  7. /Applications/Xcode.app/Contents/Developer/usr/bin/make -C regression
  8. Running test 001_action8
  9. Traceback (most recent call last):
  10.   File "../nmlc", line 3, in <module>
  11.     from nml import main
  12.   File "/Users/andy/Documents/OTTD_graphics/tools/nml-andythenorth/nml/main.py", line 17, in <module>
  13.     from nml import generic, grfstrings, parser, version_info, output_nml, output_nfo, output_grf, output_dep, palette, spriteencoder, spritecache, global_constants
  14.   File "/Users/andy/Documents/OTTD_graphics/tools/nml-andythenorth/nml/parser.py", line 17, in <module>
  15.     from nml.ast import assignment, basecost, cargotable, conditional, deactivate, disable_item, error, font, general, grf, item, loop, produce, railtypetable, roadtypetable, replace, spriteblock, switch, townnames, snowline, skipall, tilelayout, alt_sprites, base_graphics, override, sort_vehicles
  16.   File "/Users/andy/Documents/OTTD_graphics/tools/nml-andythenorth/nml/ast/basecost.py", line 18, in <module>
  17.     from nml.actions import action0
  18.   File "/Users/andy/Documents/OTTD_graphics/tools/nml-andythenorth/nml/actions/action0.py", line 16, in <module>
  19.     from nml.actions.action0properties import BaseAction0Property, Action0Property, properties, two_byte_property
  20.   File "/Users/andy/Documents/OTTD_graphics/tools/nml-andythenorth/nml/actions/action0properties.py", line 1074, in <module>
  21.     'alternative_roadtype_list': {'custom_function': lambda x: roadtype_list(x, 0x1D)},
  22. IndexError: list assignment index out of range
  23. make[1]: *** [001_action8] Error 1
  24. make: *** [regression] Error 2

Comments