Jump to content

Mint 16 / Ubuntu 13.10


Guppy
 Share

Recommended Posts

open a console in the leadwerks dir, before running launcher / install.sh

 

sudo apt-get update
sudo apt-get upgrade

 

(shouldn't matter but it did)

 

 

 

./Launcher

 

press Y and wait as some 300mb legacy packages is downloaded and installed

 

 

sudo apt-get install unity-gtk2-module

 

Now you can start leadwerks but it will crash on almost all menues - to fix that

 

mkdir -p badlib
cd badlib
wget "http://dk.archive.ubuntu.com/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.46-3ubuntu4_i386.deb"
dpkg -x libpng12-0_1.2.46-3ubuntu4_i386.deb .
cd ..

 

It can look a little offputting but it simply

  • creates a new directory "badlib"
  • enters "badlib"
  • downloads an old version of the affected library
  • extracts it locally
  • changes back to the leadwerks dir

after that run leadwerks ( every time ) as

 

LD_LIBRARY_PATH=badlib/lib/i386-linux-gnu/ ./Leadwerks

 

you can create a bash file for that - but hopefully the bug will be fixed soon™

  • Upvote 3

System:

Linux Mint 17 ( = Ubuntu 14.04 with cinnamon desktop ) Ubuntu 14.04, AMD HD 6850, i5 2500k

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...