- OpenTTD.andythenorth(7213)$ lldb ./bin/openttd
- (lldb) target create "./bin/openttd"
- Current executable set to './bin/openttd' (x86_64).
- (lldb)
- Current executable set to './bin/openttd' (x86_64).
- (lldb) run
- Process 13535 launched: './bin/openttd' (x86_64)
- Unable to use '16' for small font, FreeType reported error 0x1, using sprite font instead
- 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
- 2019-02-20 13:54:38.961890+0000 openttd[13535:9327222] MessageTracer: Falling back to default whitelist
- Unable to use '16' for small font, FreeType reported error 0x1, using sprite font instead
- Unable to use '16' for small font, FreeType reported error 0x1, using sprite font instead
- Unable to use '16' for small font, FreeType reported error 0x1, using sprite font instead
- [2019-02-20 13:54:44] dbg: [grf] [road-hog.grf:129] ReserveChangeInfo: Unknown property 0x16 of feature 0x08, disabling
- Process 13535 stopped
- * thread #14, name = 'ottd:genworld', stop reason = EXC_BAD_ACCESS (code=2, address=0x70000a687ffc)
- frame #0: 0x00000001005fd848 openttd`min(a=<unavailable>, b=<unavailable>) at math_func.hpp:57
- 54 * @return The smaller value
- 55 */
- 56 static inline int min(const int a, const int b)
- -> 57 {
- 58 return min<int>(a, b);
- 59 }
- 60
- Target 1: (openttd) stopped.