View Issue Details

IDProjectCategoryView StatusLast Update
0008708Dwarf FortressTechnical -- Renderingpublic2015-01-08 13:45
Reporterlethosor Assigned Tolethosor  
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
PlatformMacOSOS XOS Version10.9
Product Version0.40.24 
Summary0008708: PRINT_MODE:TEXT always sleeps for 5 seconds on startup on OS X
DescriptionThis 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.
Tagsbinary patch

Activities

There are no notes attached to this issue.

Add Note

Note

Issue History

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