UFO: Alien Invasion Issue Tracker
UFO: Alien Invasion
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png UFO: Alien Invasion / Closed Bug report #5763 Backslashes in some paths in map files
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Bug report
  • Category
    Not determined
  • Targetted for
    Not determined
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    Not estimated
Issue details
  • Resolution
    RESOLVED
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Complexity
    Not determined
  • Platform
    Not determined
  • Architecture
    Not determined
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

3 files have total 5 lines with backslash instead of slash after "tex_base", causing load failure for those files.

$ cd base/maps
$ grep -nRF -e 'tex_base\'
industrial/ind_storage_01.map:1905:( -130 480 4 ) ( -92 480 4 ) ( -92 480 32 ) tex_base\vent005 128 102.4 0 -0.25 0.15625 65280 0 0
industrial/ind_storage_01.map:1927:( -290 480 4 ) ( -252 480 4 ) ( -252 480 32 ) tex_base\vent005 0 102.4 0 -0.25 0.15625 65280 0 0
industrial/ind_complex_01.map:16566:( 1724 1090 4 ) ( 1724 1052 4 ) ( 1724 1052 32 ) tex_base\vent005 128 102.4 0 0.25 0.15625 65280 0 0
industrial/ind_factory_01.map:5252:( 88 -700 26 ) ( 88 -676 26 ) ( 88 -676 4 ) tex_base\vent005 0 102.4 0 -0.25 0.15625 65280 0 0
industrial/ind_factory_01.map:5254:( 36 -290 4 ) ( 36 -252 4 ) ( 36 -252 32 ) tex_base\vent005 0 102.4 0 -0.25 0.15625 65280 0 0

There are also way more maps with other paths using backslashes:

$ grep -nR -e 'tex_.*\\' | wc -l
402

with examples like:

forest/fr_eaglenest.map:8431:( 541.5 1152 116 ) ( 542.75 1154.5 68 ) ( 542.75 1154.5 116 ) \tex_nature\tree001 128 0 0 -0.25 0.25 65024 0 0

(only few are without leading backslash)

Version: git (1c3c874e060d3a4a0ae0b7a01cefbf2b9fd30c3d)

Steps to reproduce this issue
  1. cd base/maps
  2. find . -name '*.map' | xargs grep -nF -e '\'
Todos (0 / 0)
Issue created
footer_logo.png The Bug Genie 4.3.1 | Support | Feedback spinning_16.gif