Anonymous | Login | Signup for a new account | 2024-11-21 03:22 PST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0006147 | Dwarf Fortress | Technical -- General | public | 2012-08-04 00:57 | 2015-03-03 18:29 | ||||||
Reporter | GrizzlyAdamz | ||||||||||
Assigned To | |||||||||||
Priority | normal | Severity | block | Reproducibility | always | ||||||
Status | new | Resolution | open | ||||||||
Platform | OS | Windows | OS Version | ||||||||
Product Version | 0.34.11 | ||||||||||
Target Version | Fixed in Version | ||||||||||
Summary | 0006147: Not found: data/art/curses_640x300.png | ||||||||||
Description | My friend is trying to run a fresh copy of 34.11. However, it always prompts for fullscreen and then gives the error "Not found: data/art/curses_640x300.png". The file exists and is in the correct directory. | ||||||||||
Steps To Reproduce | Attempt to run DF. | ||||||||||
Additional Information | Identical issue: http://www.bay12games.com/dwarves/mantisbt/view.php?id=2663 [^] http://www.bay12forums.com/smf/index.php?topic=66025.0 [^] Also, when he attempted to either move or run from his quick launch bar he recieved a 'fomodex.dll not found' error- which may or may not be the right file name & I can't confirm whether it was on move or on launch due to RL constraints atm. He's attempting this on winXP. | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
Relationships | |||||||||||
|
Notes | |
(0023399) GrizzlyAdamz (reporter) 2012-08-04 00:59 |
It crashes after giving the error. |
(0023400) Knight Otu (manager) 2012-08-04 01:33 |
As per the linked issue, does your friend have the libpng3 package? If not, he should install it. Otherwise, he should look if there is another libpng package and install that. |
(0023401) Quietust (reporter) 2012-08-04 07:01 edited on: 2012-08-04 07:02 |
It sounds like DF is being run without the proper "Start In" folder (i.e. current working directory)... |
(0023403) GrizzlyAdamz (reporter) 2012-08-04 12:06 |
I have access to his computer now, but looking up libpng3 presents an issue: the official distributor gives me something I'm rather out of my depth with, and the other sites look seedy. If it were my computer and I knew what I was doing, I could take the chance. Not on someone else's machine though. We downloaded the file, extracted it to a folder on the desktop, ran it from that. ---------------------------- Well, that's...ok. Issue appears to be resolved. It runs from both its directory and through a quicklaunch button. Only steps taken were: 1.restarting 2.downloaded that sourcecode package here http://www.libpng.org/pub/png/libpng.html [^] and 3.opening a couple readmes. I don't trust magic fixes, but I might accept it this time. Tell me if either of you have any ideas for testing/snooping. If anything else develops, will update. |
(0023404) Quietust (reporter) 2012-08-04 12:25 |
There should be no need to download libpng separately - the Windows DF package includes it (along with all other dependencies). |
(0023412) GrizzlyAdamz (reporter) 2012-08-05 16:58 |
welp, copy+pasted my modded version of DF over to his machine, and now it's (semi)broken again. Neither DF nor the modded DF launch from their directories, but interestingly DF successfully launches from the quicklaunch button. Further, when I changed the target/start-in properties of the quicklaunch to aim at the modded version, it worked as well. |
(0023956) tsester (reporter) 2013-05-04 07:26 edited on: 2013-05-04 07:27 |
i have similar problem OS: ArchLinux 64 bit df: 0.34.11-2 (arch package) 0.34.11 (official package) another solution is to delete all png in data/art/, link all bmp to respective names ending in png |
(0023962) abbradar (reporter) 2013-05-08 01:19 |
OS: Arch Linux 64 bit Solved by installing lib32-libpng15 from AUR. |
(0024885) Daw11 (reporter) 2014-07-07 18:29 |
This bug is still present in version 0.40.01 |
(0025065) Caesilix (reporter) 2014-07-08 09:41 |
Workaround from http://www.bay12games.com/dwarves/mantisbt/view.php?id=2688#c24614 [^] LD_PRELOAD=/lib32/libz.so.1 ./df |
(0025132) darklord92 (reporter) 2014-07-08 13:00 |
Make sure your permissions for the directory are correct. "chmod 755 -R df_linux" should work properly. Be sure that the file is also owned by the user "chown user:group -R df_linux" should work. |
(0025396) poke (reporter) 2014-07-09 15:23 |
Excuse me, but I installed the DF windows package, and it has the same issue even though I did install the libpng3 package, it still says it. |
(0025410) poke (reporter) 2014-07-09 16:18 |
wait, nevermind, it only does that with SDL version |
(0032321) Quietust (reporter) 2015-03-03 17:35 |
This issue should not be confused with 0002688 - despite having the exact same title, this one applies to Windows while the other one applies to Linux (and is actually a totally different problem). |
Issue History | |||
Date Modified | Username | Field | Change |
2012-08-04 00:57 | GrizzlyAdamz | New Issue | |
2012-08-04 00:59 | GrizzlyAdamz | Note Added: 0023399 | |
2012-08-04 01:33 | Knight Otu | Note Added: 0023400 | |
2012-08-04 07:01 | Quietust | Note Added: 0023401 | |
2012-08-04 07:02 | Quietust | Note Edited: 0023401 | View Revisions |
2012-08-04 12:06 | GrizzlyAdamz | Note Added: 0023403 | |
2012-08-04 12:25 | Quietust | Note Added: 0023404 | |
2012-08-05 16:58 | GrizzlyAdamz | Note Added: 0023412 | |
2013-05-04 07:26 | tsester | Note Added: 0023956 | |
2013-05-04 07:27 | tsester | Note Edited: 0023956 | View Revisions |
2013-05-08 01:19 | abbradar | Note Added: 0023962 | |
2014-07-07 18:29 | Daw11 | Note Added: 0024885 | |
2014-07-08 09:41 | Caesilix | Note Added: 0025065 | |
2014-07-08 13:00 | darklord92 | Note Added: 0025132 | |
2014-07-09 14:46 | Dwarfu | Relationship added | has duplicate 0006879 |
2014-07-09 15:23 | poke | Note Added: 0025396 | |
2014-07-09 16:18 | poke | Note Added: 0025410 | |
2015-03-02 20:03 | lethosor | Relationship added | related to 0002688 |
2015-03-03 17:35 | Quietust | Note Added: 0032321 | |
2015-03-03 18:29 | lethosor | OS | partitioned win XP/ubuntu => Windows |
2015-03-03 18:29 | lethosor | OS Version | N/A(probablyold) => |
2015-03-03 18:29 | lethosor | Platform | PC => |
Copyright © 2000 - 2010 MantisBT Group |