-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not found: data/art/curses_square_16x16.png #36
Comments
I have had this problem.
|
Awesome, got it solved. After I compiled that and replaced the old libgraphics.so, I got this: What I did to solve this was simply to delete df_linux/libs/libstdc++.so.6 so it would use system default instead. Dwarf Fortress is probably shipped with ancient libs. Now it runs! |
This should get linked somewhere in the "common issuses" section in the wiki ... took me ages to find. |
There are two issues here. The first, being the BMP vs PNG issue. I'm having a hard time reproducing it on both of my Debian 64-bit boxes. I'll see what I can do. The ancient libstdc++ issue should be resolved as of 0.5.4 where I rename the ancient lib during install and force the system lib. I didn't bother including it in the dependency check because the gcc check should pull it in. |
If you want to reproduce easily the bug, without installing arch, you can use manjaro : it share the same problem. |
Experiencing this bug on Fedora 20 as well |
This makes ytterbium's unfunck additions work on Fedora (and presumably other distros). Refs issue andrewd18#52 and andrewd18#36
Still relevant on Fedora 23. Underlying error seems to be as follows:
|
As per the big announcement on the front page, this repository is I recommend you check out the pack being maintained at On Wed, Apr 27, 2016 at 4:24 PM, Minexew notifications@github.com wrote:
|
Sorry, I didn't realize this wasn't an official repository for DF. |
Running Arch Linux and just found this script. it installs everything fine but when I try to run df I get the error in the title, and in terminal I also see: "libpng error: bad parameters to zlib"
If I install dwarffortress-phoebus or dwarffortress-ironhand from AUR I don't have this issue, df starts fine.
If I switch graphics set the error just changes to something like "Not found: data/art/Phoebus_16x16.png" instead...
I have no idea what's causing this. The png is there...
I can't be the first to get this? I see other people have something similar with "mouse.png", but this seems to be slightly different.
The text was updated successfully, but these errors were encountered: