Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: [LINUX] MDF for linux  (Read 925 times)

urmane

  • Bay Watcher
    • View Profile
[LINUX] MDF for linux
« on: June 30, 2014, 10:25:30 pm »

MDF V5.10 for linux is here:
http://dffd.wimbli.com/file.php?id=8712

Freshly git dfhack, Therapist, and Putnam's scripts.
Logged

aldehyt

  • Bay Watcher
    • View Profile
Re: [LINUX] MDF for linux
« Reply #1 on: July 01, 2014, 01:18:35 am »

Code: [Select]
~/MasterworkDF_V5.10$ ./mdf-config
./mdf-config: line 11: [: ==: unary operator expected
./mdf-config: line 13: [: ==: unary operator expected
./mdf-config: line 15: [: ==: unary operator expected
Usage: mdf-config list
Usage: mdf-config enable <option>
Usage: mdf-config disable <option>


Code: [Select]
./start-therapist
No protocol specified
QXcbConnection: Could not connect to display :0

Code: [Select]
./start-sound
./start-sound: ./soundSense.sh: /bin/sh^M: bad interpreter: No such file or directory

Logged

draeath

  • Bay Watcher
  • So it has come to this...
    • View Profile
Re: [LINUX] MDF for linux
« Reply #2 on: July 01, 2014, 08:04:28 am »

Sounds like you've got Windows-encoded text files in the scripts... those extra ^Ms are breaking stuff. This may help.
Logged
Urist McAlchemist cancels extract isotope: interrupted by supercriticality accident.
This kea is so raw it stole my wheelbarrow!

urmane

  • Bay Watcher
    • View Profile
Re: [LINUX] MDF for linux
« Reply #3 on: July 01, 2014, 09:00:44 am »

mdf-config requires arguments - I've added a check anyway.

Therapist uses sudo - you'll need to "xhost +" or similar.

Oops on the sound, missed that.  It's fixed, and a new file uploaded.
Logged

aldehyt

  • Bay Watcher
    • View Profile
Re: [LINUX] MDF for linux
« Reply #4 on: July 01, 2014, 09:14:07 am »

Didn't know about xhost, that is something new for me, thx for lesson
Logged