Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: DFHack Can't load plugin stonesense.plug.so  (Read 2944 times)

BombSite_A

  • Escaped Lunatic
    • View Profile
DFHack Can't load plugin stonesense.plug.so
« on: July 09, 2014, 11:16:05 am »

Hi guys. So I've tried a few times before to get into DF but found the ASCII graphics to make it too hard to get into. But I found out about stonesense and decided to give it another go. I'm having issues getting it to work though. When I run DFHack in the terminal it gives an error: Can't load plugin ~/df_34_11/df_linux/hack/plugins/stonesense.plug.so. I've tried reinstalling the game, installing Allegro, installing libjpeg8, installing libjpeg8-dev, installing libjpeg62, and installing libjpeg62-dev. Nothing seems to work  :(
Am I missing something obvious? I really want to get this to work.
Here's my stderr.log
Spoiler (click to show/hide)
Any ideas? Thanks in advance.
Also sorry if this is in the wrong place.
Logged

Lyra

  • Bay Watcher
    • View Profile
Re: DFHack Can't load plugin stonesense.plug.so
« Reply #1 on: July 09, 2014, 12:34:04 pm »

Are you running a 64-bit version of Linux?  DF is a 32-bit application, so you need to install the 32-bit version of any libraries it complains about.

This might help with the missing libjpeg.so.62:
Code: [Select]
sudo apt-get install libjpeg62:i386
I have gotten Stonesense to work once on Linux Mint, but I can't remember exactly how I did that, sorry.  You could always try DF with a graphics pack such as Phoebus; I don't think you can actually play the game through Stonesense.
Logged

BombSite_A

  • Escaped Lunatic
    • View Profile
Re: DFHack Can't load plugin stonesense.plug.so
« Reply #2 on: July 09, 2014, 03:04:52 pm »

That worked! Thank you.
Logged