Thunderbolt044
Posts: 4
Joined: Thu Dec 28, 2017 4:39 am

How to install The Little Crane That Could

Thu Dec 28, 2017 4:58 am

Hello Everyone,

I recently got a Raspberry Pi and I have been having trouble installing The Little Crane That Could. I know where to get the files I just don't know how to install them. Can I get some help? :D

pcmanbob
Posts: 9464
Joined: Fri May 31, 2013 9:28 pm
Location: Mansfield UK

Re: How to install The Little Crane That Could

Thu Dec 28, 2017 3:32 pm

Hi.

A quick google search tells me this is a game that can be download for android , iOS or Stream.

Android & iOS apps will not run on the pi end of story.

and if you look at the stream Linux version it requires a pc with a corei5 processor as a minimum and 4GB of ram so that's never going to run on the pi either.
Attachments
sysrq.jpg
sysrq.jpg (14.31 KiB) Viewed 1926 times
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: How to install The Little Crane That Could

Thu Dec 28, 2017 3:36 pm

pcmanbob wrote:
Thu Dec 28, 2017 3:32 pm
Hi.

A quick google search tells me this is a game that can be download for android , iOS or Stream.

Android & iOS apps will not run on the pi end of story.

and if you look at the stream Linux version it requires a pc with a corei5 processor as a minimum and 4GB of ram so that's never going to run on the pi either.

Well what is this then ??

https://stolk.org/tlctc/
pistoredownload.png

littlecrane-rpi.tar.gz
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

hippy
Posts: 7733
Joined: Fri Sep 09, 2011 10:34 pm
Location: UK

Re: How to install The Little Crane That Could

Thu Dec 28, 2017 3:38 pm

pcmanbob wrote:
Thu Dec 28, 2017 3:32 pm
Android & iOS apps will not run on the pi end of story.
A Pi version can be obtained from link below - Click on the "Pi Store Download" button. It's a .tar.gz file ...

https://stolk.org/tlctc/

I spotted a "doesn't work on Stretch" comment here ...

http://raspberrypimodel.blogspot.co.uk/ ... could.html

pcmanbob
Posts: 9464
Joined: Fri May 31, 2013 9:28 pm
Location: Mansfield UK

Re: How to install The Little Crane That Could

Thu Dec 28, 2017 4:46 pm

I Did say I did a quick google search and that site ( https://stolk.org/tlctc/) was not on page one when I searched "the little crane that could"

I tied installing the version for the pi but it does not seem to work either.
Starting game from /home/pi/littlecrane-rpi
little crane config files go in '/home/pi/.littlecrane'
OPTIMIZED build
Built on Jan 23 2013 at 13:10:56
Does not support depth textures.
Does not support half float textures.
Shader compile log:
Compiled
Compiled vertex shader Hud
Shader compile log:
Compiled
Compiled fragment shader Hud
ERR Program link log:

Shader compile log:
Compiled
Compiled vertex shader MainNS
Shader compile log:
Compiled
Compiled fragment shader MainNS
ERR Program link log:

Shader compile log:
Compiled
Compiled vertex shader ShadowNDT
Shader compile log:
Compiled
Compiled fragment shader ShadowNDT
ERR Program link log:

Shader compile log:
Compiled
Compiled vertex shader Edge
Shader compile log:
Compiled
Compiled fragment shader Edge
ERR Program link log:

Hud program loaded as 1
Main program loaded as 4
Shadow program loaded as 7
Edge program loaded as 10
loading VBOs of geomdb containing 0 entries
Loaded 0 geometry VBOs
ls: cannot access /dev/input/by-id/*-kbd: No such file or directory
fgets failed for ls output: No such file or directory
open of '(null)' FAILED.
open failed: Bad address
tested on jessie with GUI.

installed like this :-

with littlecrane-rpi.tar.gz in /home/pi

Code: Select all

tar xvzf littlecrane-rpi.tar.gz
un-packs in to /home/pi/littlecrane-rpi

Code: Select all

cd  /home/pi/littlecrane-rpi
chmod +x startlittlecrane.sh
./startlittlecrane.sh
as the original build was on Jan 23 2013 at 13:10:56 the problem may be OS or hardware related.
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported

Thunderbolt044
Posts: 4
Joined: Thu Dec 28, 2017 4:39 am

Re: How to install The Little Crane That Could

Fri Dec 29, 2017 2:23 am

So you think the game is just too outdated to run?

pcmanbob
Posts: 9464
Joined: Fri May 31, 2013 9:28 pm
Location: Mansfield UK

Re: How to install The Little Crane That Could

Fri Dec 29, 2017 11:26 am

It may be the case as from the date displayed it was made when raspbian wheezy was the current operating system and the pi B or B+ were the current pi's.

its already been stated it does not work on raspbian stretch and my attempt to run it on jessie met with similar failure.

I suppose you could get a pi B or B+ and download wheezy and try running it that way if you really wanted to try the game but there are no guarantees it will run.
We want information… information… information........................no information no help
The use of crystal balls & mind reading are not supported

User avatar
rpiMike
Posts: 1386
Joined: Fri Aug 10, 2012 12:38 pm
Location: Cumbria, UK

Re: How to install The Little Crane That Could

Sun Dec 31, 2017 9:22 am

This works on my Pi3 using Raspbian Stretch (with OpenGL driver off)

Code: Select all

cd ~
wget https://stolk.org/tlctc/littlecrane-rpi.tar.gz
tar xvzf littlecrane-rpi.tar.gz
cd ~/littlecrane-rpi
chmod +x startlittlecrane.sh
To run

Code: Select all

cd ~/littlecrane-rpi
LD_LIBRARY_PATH=/opt/minecraft-pi/lib/brcm ./startlittlecrane.sh
Reference : viewtopic.php?f=78&t=191857#p1244393

Thunderbolt044
Posts: 4
Joined: Thu Dec 28, 2017 4:39 am

Re: How to install The Little Crane That Could

Sun Dec 31, 2017 4:58 pm

Okay, I will give this a try. Thanks for the help everyone.

Return to “Beginners”