Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 7 8 [9] 10 11 ... 28

Author Topic: FotF: Dwarf Fortress 40d17  (Read 127073 times)

piupau

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #120 on: February 07, 2010, 01:04:57 pm »

I just took the new head and am getting the following error:

mkdir: cannot create directory `unused_libs': File exists
mv: cannot stat `libs/libSDL*': No such file or directory
./dwarfort.exe: symbol lookup error: /usr/lib/libSDL_image-1.2.so.0: undefined symbol: TIFFReadRGBAImage

Running Ubuntu 9.10. libsdl1.2-dev should be installed, at least sudo aptitude install libsdl1.2-dev claims it's ok. Is this a problem that could get fixed by symlinking? I've never done that before...
Logged

SirPenguin

  • Bay Watcher
  • NEVER A DULL MOMENT IN MID-WORLD
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #121 on: February 07, 2010, 01:09:14 pm »

Linking levers to bridges appears to be broken in 40d17, as described in this thread: http://www.bay12games.com/forum/index.php?topic=49196.0

In this save file (created in 40d17): http://dffd.wimbli.com/file.php?id=1844, the lever cannot be linked to the bridge in 40d17, but it can in 40d16.

As mentioned earlier in this very thread, that's due to the fact that "Link Floor Bars" went from Alt + b to just b, which was the key for bridges
Logged

Arcalane

  • Escaped Lunatic
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #122 on: February 07, 2010, 01:13:08 pm »

The FPS counter isn't registering any increases (this is on a 6x6 map, metropolis of 200-something dwarves, total population of 284, plus a brook), but dwarves are moving faster and there's less of a delay between tile 'flips' (if a tile is occupied by two dwarves, or is showing a dwarf hauling an item) so it's hard to say.

Can't seem to get transparency working yet, even though the tileset from DFG is a transparent PNG.
Logged

Baughn

  • Noble Phantasm
  • The Haruhiist
  • Hiss
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #123 on: February 07, 2010, 01:19:09 pm »

I just took the new head and am getting the following error:

mkdir: cannot create directory `unused_libs': File exists
mv: cannot stat `libs/libSDL*': No such file or directory
./dwarfort.exe: symbol lookup error: /usr/lib/libSDL_image-1.2.so.0: undefined symbol: TIFFReadRGBAImage

Running Ubuntu 9.10. libsdl1.2-dev should be installed, at least sudo aptitude install libsdl1.2-dev claims it's ok. Is this a problem that could get fixed by symlinking? I've never done that before...
It's because I replaced the tiff library with one that doesn't actually do anything. It's *supposed* to only link once the function is actually called, which it isn't unless you use a tiff tileset.. um, but apparently your version of sdl-image tries it anyway.

Okay. Try now.
Logged
C++ makes baby Cthulhu weep. Why settle for the lesser horror?

Bergelmir

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #124 on: February 07, 2010, 01:41:52 pm »

I just took the new head and am getting the following error:

mkdir: cannot create directory `unused_libs': File exists
mv: cannot stat `libs/libSDL*': No such file or directory
./dwarfort.exe: symbol lookup error: /usr/lib/libSDL_image-1.2.so.0: undefined symbol: TIFFReadRGBAImage

Running Ubuntu 9.10. libsdl1.2-dev should be installed, at least sudo aptitude install libsdl1.2-dev claims it's ok. Is this a problem that could get fixed by symlinking? I've never done that before...
It's because I replaced the tiff library with one that doesn't actually do anything. It's *supposed* to only link once the function is actually called, which it isn't unless you use a tiff tileset.. um, but apparently your version of sdl-image tries it anyway.

Okay. Try now.

I just redownloaded the files, but the problem is not solved for me. It still tries to lookup TIFFReadRGBAImage.

EDIT: On Ubuntu 8.10.
Logged

Jamp

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #125 on: February 07, 2010, 01:46:01 pm »

I had/have same problem, even with freshly downloaded head.

In df script, there is "ldd dwarfort.exe" line, but on my system (64 bit archlinux) it outputs
Code: [Select]
not a dynamic executable. I'm just saying it cos not sure if its OK.


Logged

endimiao

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #126 on: February 07, 2010, 02:12:43 pm »

Im on 9.10. Same error on my case, so i assume its the same in all versions post 8
Logged

Baughn

  • Noble Phantasm
  • The Haruhiist
  • Hiss
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #127 on: February 07, 2010, 02:17:03 pm »

64-bit ArchLinux can't run 32-bit programs very well. You want ldd32, which you may have to install on your own.
Logged
C++ makes baby Cthulhu weep. Why settle for the lesser horror?

Baughn

  • Noble Phantasm
  • The Haruhiist
  • Hiss
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #128 on: February 07, 2010, 02:17:53 pm »

Okay. Does d17-head work _now_?
Logged
C++ makes baby Cthulhu weep. Why settle for the lesser horror?

endimiao

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #129 on: February 07, 2010, 02:26:45 pm »

Okay. Does d17-head work _now_?

./dwarfort.exe: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
« Last Edit: February 07, 2010, 02:32:18 pm by endimiao »
Logged

Baughn

  • Noble Phantasm
  • The Haruhiist
  • Hiss
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #130 on: February 07, 2010, 02:39:49 pm »

Not my fault, it's been out for a month.

You could probably symlink version seven to libs/libjpeg.so.8, though. It won't actually be used either, assuming nobody is using jpeg tilesets.

You aren't, are you?
Logged
C++ makes baby Cthulhu weep. Why settle for the lesser horror?

endimiao

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #131 on: February 07, 2010, 02:44:26 pm »

Not my fault, it's been out for a month.

You could probably symlink version seven to libs/libjpeg.so.8, though. It won't actually be used either, assuming nobody is using jpeg tilesets.

You aren't, are you?

Nope. Im just testing df_28_181_40d17_linux.tar.bz2  df-40d17-head.tar.bz2 as linked. Havent placed any graphical stuff in this linux version yet. The previous error mentioned is gone (TIFFReadRGBAImage) *shrug*. And yes, as far as i know people use either png or bmp tilesets. Im yet to see a jpeg one.
« Last Edit: February 07, 2010, 02:48:34 pm by endimiao »
Logged

Lord_Shadow

  • Bay Watcher
  • [UNDEAD]
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #132 on: February 07, 2010, 02:53:44 pm »

finally upgraded from 40d4 to 40d16 yesterday.... and now 40d17 comes out. I'll edit with my attempts at benchmarking it
Logged
Urist McCarpenter cancels rest: QUITSCREWINGWITHMAHBUCKETSYOUSONOFABITCHES!!!
Urist Mccarpenter has gone stark raving mad!
Urist McWalrusCarpenter cancels rest: Has u seen mah bukkit?!

Jurph

  • Bay Watcher
  • Minister of Belt-fed Weaponry
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #133 on: February 07, 2010, 03:17:29 pm »

Are there any memory layouts for Dwarf Manager / Dwarf Foreman / Dwarf Therapist that are compatible with d17 yet?
Logged
Dreambrother has my original hammer-shaped Great Hall.  Towerweak has taken the idea to the next level.

Phwoar

  • Bay Watcher
    • View Profile
Re: FotF: Dwarf Fortress 40d17
« Reply #134 on: February 07, 2010, 04:48:39 pm »

Not my fault, it's been out for a month.

You could probably symlink version seven to libs/libjpeg.so.8, though. It won't actually be used either, assuming nobody is using jpeg tilesets.

You aren't, are you?

I get the same error using both HEAD and through compiling the source myself on Ubuntu 9.10.  After creating a link for .8 to my version .62, I segfault like so:

Code: [Select]
$ ./df
mkdir: cannot create directory `unused_libs': File exists
mv: cannot stat `libs/libSDL*': No such file or directory
./dwarfort.exe: /usr/lib/libjpeg.so.62: no version information available (required by ./libs/libtiff.so.4)
Loading bindings from data/init/interface.txt
Segmentation fault
Logged
Pages: 1 ... 7 8 [9] 10 11 ... 28