Guppy Posted April 1, 2014 Share Posted April 1, 2014 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™ 3 Quote 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 More sharing options...
shadmar Posted April 5, 2014 Share Posted April 5, 2014 Just tried this on my mint16, works as a charm, thanks Guppy! How did you figure out that it was libpng missing? Quote HP Omen - 16GB - i7 - Nvidia GTX 1060 6GB Link to comment Share on other sites More sharing options...
Guppy Posted April 5, 2014 Author Share Posted April 5, 2014 The backtrace always stopped in a png Quote 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 More sharing options...
Josh Posted April 6, 2014 Share Posted April 6, 2014 http://www.youtube.com/watch?v=dYrlj9VE2fg 4 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
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.