View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008708 | Dwarf Fortress | Technical -- Rendering | public | 2015-01-08 13:44 | 2015-01-08 13:45 |
Reporter | lethosor | Assigned To | lethosor | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Platform | Mac | OS | OS X | OS Version | 10.9 |
Product Version | 0.40.24 | ||||
Summary | 0008708: PRINT_MODE:TEXT always sleeps for 5 seconds on startup on OS X | ||||
Description | This is due to this section of renderer_curses.cpp: https://github.com/svenstaro/dwarf_fortress_unfuck/blob/39742d64d2886fb594d79e7cc4b98fb917f26811/g_src/renderer_curses.cpp#L302-L304 Since libncursesw.so* isn't available on OS X, there will always be an additional 5-second delay before DF starts. Removing line 302 is probably the easiest solution - if DF fails to load an appropriate version of ncurses and crashes, the warning should still be visible in the terminal. | ||||
Tags | binary patch | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-01-08 13:44 | lethosor | New Issue | |
2015-01-08 13:44 | lethosor | Assigned To | => lethosor |
2015-01-08 13:44 | lethosor | Status | new => confirmed |
2015-01-08 13:44 | lethosor | Tag Attached: binary patch | |
2015-01-08 13:45 | lethosor | Description Updated | |
2015-01-08 13:45 | lethosor | Description Updated |