Problem with Installing on Ubuntu/Linux

A secret forum for people who preorder Overgrowth!
Artemius
Posts: 4
Joined: Sat May 05, 2012 6:55 am

Problem with Installing on Ubuntu/Linux

Post by Artemius » Thu Jun 14, 2012 2:31 pm

Hi guys,
I have a problem with installing Overgrowth a182-linux.sh on ubuntu 12.04.

Image

Any idea what is the reason of this error or any suggestion to solve it. While this error appears I cannot play Overgrowth, even cannot install it.

User avatar
johndh
Posts: 160
Joined: Wed Jun 15, 2011 4:20 pm

Re: Problem with Installing on Ubuntu/Linux

Post by johndh » Fri Jun 15, 2012 1:26 pm

It looks like a dependency is not being satisfied, perhaps. Check to make sure you have liblua-dev installed. That's my wild-ass guess.

Artemius
Posts: 4
Joined: Sat May 05, 2012 6:55 am

Re: Problem with Installing on Ubuntu/Linux

Post by Artemius » Sun Jun 17, 2012 5:33 pm

liblua5.0-dev has already installed.. I cannot fix that problem any other idea ?

olza
Posts: 70
Joined: Sun Nov 20, 2011 1:01 am

Re: Problem with Installing on Ubuntu/Linux

Post by olza » Mon Jun 18, 2012 2:46 am

I know I had a wee problem with libjpeg, check it on synaptic. I can't actually read your image though, I have a budget screen :P

Frazz
Posts: 3
Joined: Tue Aug 02, 2011 4:30 am

Re: Problem with Installing on Ubuntu/Linux

Post by Frazz » Mon Jun 18, 2012 7:41 am

I have the same problem on archlinux,

the message says:

Error: Lua error detected: deps.lua:528: attempt to compare string with nil

User avatar
urkle
Posts: 51
Joined: Mon Oct 17, 2011 8:51 am
Location: Fishers, IN
Contact:

Re: Problem with Installing on Ubuntu/Linux

Post by urkle » Mon Jun 18, 2012 8:35 am

liblua isn't needed at all, lua is embedded and used by the installer.. I've been trying to track down what is causing this error you are seeing though.. Thus far I've only been able to hit it on arch x64. And things ran perfectly fine on ubuntu 12.04 for me. What architecture of unbutu 12.04 are you running?

kotakotakota
Posts: 94
Joined: Wed Dec 29, 2010 3:58 am
Contact:

Re: Problem with Installing on Ubuntu/Linux

Post by kotakotakota » Mon Jun 18, 2012 8:40 am

I think this is that issue with running out of space in /tmp

Try running the installer as such:
sh --keep a182-linux.sh

Note that you don't need to run the installer as root: it will ask for a password part way through.

User avatar
glidder
Posts: 4
Joined: Tue Aug 10, 2010 6:52 pm

Re: Problem with Installing on Ubuntu/Linux

Post by glidder » Mon Jun 18, 2012 9:48 am

I make sure that there's enough space available for tmp and every lua-related library is installed... and still get same error message. :(
I've tried to run "sh --keep a182-linux.sh", but obtained "sh: 0: Illegal option --" as response.
I'm so desperate I opened the .lua, even though I have no idea of lua at all... :lol:

kotakotakota
Posts: 94
Joined: Wed Dec 29, 2010 3:58 am
Contact:

Re: Problem with Installing on Ubuntu/Linux

Post by kotakotakota » Mon Jun 18, 2012 9:54 am

glidder wrote:I make sure that there's enough space available for tmp and every lua-related library is installed... and still get same error message. :(
I've tried to run "sh --keep a182-linux.sh", but obtained "sh: 0: Illegal option --" as response.
I'm so desperate I opened the .lua, even though I have no idea of lua at all... :lol:
Gah, sorry, should be

Code: Select all

sh a182-linux.sh --keep 
.

User avatar
glidder
Posts: 4
Joined: Tue Aug 10, 2010 6:52 pm

Re: Problem with Installing on Ubuntu/Linux

Post by glidder » Mon Jun 18, 2012 10:06 am

kotakotakota wrote: Gah, sorry, should be

Code: Select all

sh a182-linux.sh --keep 
.
Ah, thanks. But unfortunately still same error message... :(

Frazz
Posts: 3
Joined: Tue Aug 02, 2011 4:30 am

Re: Problem with Installing on Ubuntu/Linux

Post by Frazz » Mon Jun 18, 2012 10:20 am

On archlinux, I managed to get past this message by installing http://aur.archlinux.org/packages.php?ID=28427

User avatar
glidder
Posts: 4
Joined: Tue Aug 10, 2010 6:52 pm

Re: Problem with Installing on Ubuntu/Linux

Post by glidder » Mon Jun 18, 2012 12:00 pm

Frazz wrote:On archlinux, I managed to get past this message by installing http://aur.archlinux.org/packages.php?ID=28427
Tank you! It works for me on Ubuntu 12.04 64b :D

Code: Select all

sudo apt-get install libjpeg62

IceQubed
Posts: 1
Joined: Mon Jun 18, 2012 2:35 pm
Location: Frimley, Surrey, United Kingdom

Re: Problem with Installing on Ubuntu/Linux

Post by IceQubed » Wed Jun 20, 2012 11:11 am

I had the jpeg library issue as well, which I fixed, but I also had another file missing - libxss.so.1 - any ideas how to fix it? I ignored it for now, as it looks like it has something to do with screensavers, not a vital function, however is there any way to fix it post-install? I can't seem to find any files to fix it online... I am using 64 bit Ubuntu 12.04.

vidrunr
Posts: 2
Joined: Sun Jul 01, 2012 3:41 pm

Re: Problem with Installing on Ubuntu/Linux

Post by vidrunr » Tue Jul 03, 2012 9:57 pm

IceQubed wrote:I had the jpeg library issue as well, which I fixed, but I also had another file missing - libxss.so.1 - any ideas how to fix it? I ignored it for now, as it looks like it has something to do with screensavers, not a vital function, however is there any way to fix it post-install? I can't seem to find any files to fix it online... I am using 64 bit Ubuntu 12.04.

Same libXss.so.1 issue for me. Same Platform. Ubuntu 12.04 x86_64.

Installer complained about the missing dependency. Allowed me to choose to ignore.
I did this with same reasoning.
An aptitude search on "xss" seemed to indicate screensaver functionality.
Figured it was for cut scenes. ?

In any case, after install finished I get the following error when trying to start:

Code: Select all

./overgrowth.bin.x86_64: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
Could not find an error report file as per the Bug Reporting Station thread

Issue resolved by installing the missing lib:

Code: Select all

sudo aptitude install libxss1

User avatar
DarkDefender
Posts: 6
Joined: Wed Jan 06, 2010 2:59 pm

Re: Problem with Installing on Ubuntu/Linux

Post by DarkDefender » Wed Jul 04, 2012 5:22 am

urkle wrote:liblua isn't needed at all, lua is embedded and used by the installer.. I've been trying to track down what is causing this error you are seeing though.. Thus far I've only been able to hit it on arch x64. And things ran perfectly fine on ubuntu 12.04 for me. What architecture of unbutu 12.04 are you running?
A temporary fix was posted here when the first linux version was released:
viewtopic.php?f=13&t=6868&start=555#p163037

IIRC it has to do with jpeg 6 has a shorter version string IE xy than libjpeg 8 where it is x.y.z.
For example libjpeg on my system is called "libjpeg.so.62" and "libjpeg.so.8.3.0".

BTW why does OG require libjpeg6? Wouldn't it be easier to support the current version of it instead?

Post Reply