View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009040 | Dwarf Fortress | Technical -- Rendering | public | 2015-08-06 11:07 | 2015-08-06 11:07 |
Reporter | lethosor | Assigned To | lethosor | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Platform | OS X, Linux | ||||
Product Version | 0.40.24 | ||||
Summary | 0009040: data/art/icon.png missing; DF has no custom run-time icon (except on Windows) | ||||
Description | On startup, there is a call to IMG_Load("data/art/icon.png"), which fails (because that file doesn't exist) and returns a null surface, causing DF's run-time icon to default to the OS default (which is a blank file icon on OS X and varies on Linux distros). | ||||
Steps To Reproduce | Launch DF If you copy, say, data/art/mouse.png to data/art/icon.png, DF will use the mouse icon (an axe) as the run-time icon on the next launch. | ||||
Additional Information | On Windows, there's another icon that's used at runtime (presumably compiled into the executable somehow), but data/art/icon.png will be used instead if it exists. This presumably goes back to the earliest SDL versions of DF. Legacy builds, being Windows-only, are not affected (and the 0.40.24 legacy Windows executable doesn't reference icon.png at all). | ||||
Tags | Probable Quick Fix, SDL-only | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-08-06 11:07 | lethosor | New Issue | |
2015-08-06 11:07 | lethosor | Status | new => assigned |
2015-08-06 11:07 | lethosor | Assigned To | => lethosor |
2015-08-06 11:07 | lethosor | Status | assigned => confirmed |
2015-08-06 11:07 | lethosor | Tag Attached: Probable Quick Fix | |
2015-08-06 11:07 | lethosor | Tag Attached: SDL-only |