Loading

Paste #pqhbaoyzr

  1. OpenTTD.andythenorth(7213)$ lldb ./bin/openttd
  2. (lldb) target create "./bin/openttd"
  3. Current executable set to './bin/openttd' (x86_64).
  4. (lldb)
  5. Current executable set to './bin/openttd' (x86_64).
  6. (lldb) run
  7. Process 13535 launched: './bin/openttd' (x86_64)
  8. Unable to use '16' for small font, FreeType reported error 0x1, using sprite font instead
  9. 2019-02-20 13:54:38.961516+0000 openttd[13535:9327222] MessageTracer: load_domain_whitelist_search_tree:73: Search tree file's format version number (0) is not supported
  10. 2019-02-20 13:54:38.961890+0000 openttd[13535:9327222] MessageTracer: Falling back to default whitelist
  11. Unable to use '16' for small font, FreeType reported error 0x1, using sprite font instead
  12. Unable to use '16' for small font, FreeType reported error 0x1, using sprite font instead
  13. Unable to use '16' for small font, FreeType reported error 0x1, using sprite font instead
  14. [2019-02-20 13:54:44] dbg: [grf] [road-hog.grf:129] ReserveChangeInfo: Unknown property 0x16 of feature 0x08, disabling
  15. Process 13535 stopped
  16. * thread #14, name = 'ottd:genworld', stop reason = EXC_BAD_ACCESS (code=2, address=0x70000a687ffc)
  17.     frame #0: 0x00000001005fd848 openttd`min(a=<unavailable>, b=<unavailable>) at math_func.hpp:57
  18.    54    * @return The smaller value
  19.    55    */
  20.    56   static inline int min(const int a, const int b)
  21. -> 57   {
  22.    58       return min<int>(a, b);
  23.    59   }
  24.    60  
  25. Target 1: (openttd) stopped.

Comments